Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-9] src/sys
Module Name: src
Committed By: martin
Date: Mon Aug 26 13:42:36 UTC 2019
Modified Files:
src/sys/net [netbsd-9]: route.h rtsock.c
src/sys/netinet [netbsd-9]: if_arp.c
src/sys/netinet6 [netbsd-9]: nd6.c nd6_nbr.c
Log Message:
Pull up following revision(s) (requested by roy in ticket #109):
sys/net/route.h: revision 1.124
sys/netinet6/nd6.c: revision 1.258
sys/netinet6/nd6.c: revision 1.259
sys/net/rtsock.c: revision 1.251
sys/netinet/if_arp.c: revision 1.284
sys/netinet6/nd6_nbr.c: revision 1.167
rtsock: rework rt_clonedmsg to take a message type and lladdr
We will use this in a future patch to notify userland of lladdr
changes.
XXX pullup -8 -9
-
nd6: notify userland of neighbour lla updates once more
XXX pullup -8 -9
To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.123.2.1 src/sys/net/route.h
cvs rdiff -u -r1.250 -r1.250.2.1 src/sys/net/rtsock.c
cvs rdiff -u -r1.282 -r1.282.2.1 src/sys/netinet/if_arp.c
cvs rdiff -u -r1.256.2.1 -r1.256.2.2 src/sys/netinet6/nd6.c
cvs rdiff -u -r1.166 -r1.166.2.1 src/sys/netinet6/nd6_nbr.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