Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sbin/ifconfig



Module Name:    src
Committed By:   dyoung
Date:           Fri May 16 20:57:42 UTC 2008

Modified Files:
        src/sbin/ifconfig: af_inetany.c

Log Message:
Apply netmasks to !(IFF_BROADCAST|IFF_POINTOPOINT) interfaces as
well as to IFF_BROADCAST interfaces.  Fixes the bug reported by
Markus W Kilbinger,

        ifconfig stf0 inet6 2002:xxxx:76ec:0001::1 prefixlen 16 alias

results in the wrong configuration,

        stf0: flags=1<UP> mtu 1280
                inet6 2002:xxxx:76ec:1::1 prefixlen 64


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sbin/ifconfig/af_inetany.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index