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 Sep 14 15:09:57 UTC 2020
Modified Files:
src/sys/net: if_llatbl.h nd.c nd.h
src/sys/netinet: if_arp.c
src/sys/netinet6: nd6.c
Log Message:
nd: Name l3addr union of llentry and use in-place of nd_addr.
Probably makes more sense and makes nd.h less messy.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/net/if_llatbl.h
cvs rdiff -u -r1.1 -r1.2 src/sys/net/nd.c src/sys/net/nd.h
cvs rdiff -u -r1.295 -r1.296 src/sys/netinet/if_arp.c
cvs rdiff -u -r1.272 -r1.273 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