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: Mon Apr 29 16:12:30 UTC 2019
Modified Files:
src/sys/compat/common: rtsock_50.c
src/sys/compat/net: route.h
src/sys/kern: compat_stub.c
src/sys/net: route.h rtsock_shared.c
src/sys/netinet: if_arp.c
src/sys/netinet6: nd6_nbr.c
src/sys/sys: compat_stub.h
Log Message:
Introduce rt_addrmsg_src which adds RTA_AUTHOR to the message.
Use this when we notify userland of a duplicate address
and set RTA_AUTHOR to the hardware address of the sender.
While here, match the logging diagnostic of INET6 to the simpler one
of INET so it's consistent.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/compat/common/rtsock_50.c
cvs rdiff -u -r1.3 -r1.4 src/sys/compat/net/route.h
cvs rdiff -u -r1.10 -r1.11 src/sys/kern/compat_stub.c
cvs rdiff -u -r1.122 -r1.123 src/sys/net/route.h
cvs rdiff -u -r1.7 -r1.8 src/sys/net/rtsock_shared.c
cvs rdiff -u -r1.281 -r1.282 src/sys/netinet/if_arp.c
cvs rdiff -u -r1.165 -r1.166 src/sys/netinet6/nd6_nbr.c
cvs rdiff -u -r1.14 -r1.15 src/sys/sys/compat_stub.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