Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   roy
Date:           Thu Aug 22 21:14:46 UTC 2019

Modified Files:
        src/sys/net: route.h rtsock.c
        src/sys/netinet: if_arp.c
        src/sys/netinet6: nd6.c

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 src/sys/net/route.h
cvs rdiff -u -r1.250 -r1.251 src/sys/net/rtsock.c
cvs rdiff -u -r1.283 -r1.284 src/sys/netinet/if_arp.c
cvs rdiff -u -r1.257 -r1.258 src/sys/netinet6/nd6.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