Module Name: src Committed By: kre Date: Tue Apr 30 20:56:32 UTC 2019
Modified Files: src/sys/net: dl_print.c Log Message: Add the missing add. (Return to the earlier state, done differently.) When dl_print() was converted to use lla_snprintf() the offset to the LLA in dl_addr.dl_data was forgotten (dl_data contains both the interface name and the LL addr, we want the latter, not the former). When there is no data (src_len == 0), still null terminate the output buffer (provided there is space in it for the \0). To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/net/dl_print.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.