Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   ozaki-r
Date:           Wed Jun 21 09:05:31 UTC 2017

Modified Files:
        src/sys/netinet: if_arp.c
        src/sys/netinet6: in6.c nd6.c nd6.h
        src/tests/net/arp: t_arp.sh
        src/tests/net/ndp: t_ndp.sh t_ra.sh
        src/tests/net/net: t_ipv6address.sh

Log Message:
Don't create a permanent L2 cache entry on adding an address to an interface

It was created to copy FreeBSD, however actually the cache isn't
necessary. Remove it to simplify the code and reduce the cost to
maintain it (e.g., keep a consistency with a corresponding local
route).


To generate a diff of this commit:
cvs rdiff -u -r1.251 -r1.252 src/sys/netinet/if_arp.c
cvs rdiff -u -r1.245 -r1.246 src/sys/netinet6/in6.c
cvs rdiff -u -r1.233 -r1.234 src/sys/netinet6/nd6.c
cvs rdiff -u -r1.83 -r1.84 src/sys/netinet6/nd6.h
cvs rdiff -u -r1.25 -r1.26 src/tests/net/arp/t_arp.sh
cvs rdiff -u -r1.21 -r1.22 src/tests/net/ndp/t_ndp.sh
cvs rdiff -u -r1.27 -r1.28 src/tests/net/ndp/t_ra.sh
cvs rdiff -u -r1.13 -r1.14 src/tests/net/net/t_ipv6address.sh

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