Module Name: src Committed By: dyoung Date: Fri Oct 28 22:08:15 UTC 2011
Modified Files: src/sys/net: if_ppp.c if_spppsubr.c if_srt.c if_tun.c Log Message: For these interfaces, the implementation of SIOCSIFDSTADDR is identical to SIOCINITIFADDR, and SIOCSIFDSTADDR callers always fall back to SIOCINITIFADDR, so just get rid of the SIOCSIFDSTADDR case. To generate a diff of this commit: cvs rdiff -u -r1.135 -r1.136 src/sys/net/if_ppp.c cvs rdiff -u -r1.122 -r1.123 src/sys/net/if_spppsubr.c cvs rdiff -u -r1.16 -r1.17 src/sys/net/if_srt.c cvs rdiff -u -r1.113 -r1.114 src/sys/net/if_tun.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.