Source-Changes archive

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

CVS commit: src/sys/net



Module Name:    src
Committed By:   roy
Date:           Sat Sep 26 18:38:09 UTC 2020

Modified Files:
        src/sys/net: if_ethersubr.c if_vlan.c if_vlanvar.h

Log Message:
vlan: match the interface link state with that of the parent

Now addresses on a vlan will detach and undergo duplicate address
dectection on link state changes just as on a standard interface.


To generate a diff of this commit:
cvs rdiff -u -r1.288 -r1.289 src/sys/net/if_ethersubr.c
cvs rdiff -u -r1.152 -r1.153 src/sys/net/if_vlan.c
cvs rdiff -u -r1.13 -r1.14 src/sys/net/if_vlanvar.h

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