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: joerg
Date: Tue Jun 10 09:38:30 UTC 2014
Modified Files:
src/sys/net: if.c if_ether.h if_ethersubr.c
src/sys/netinet6: mld6.c
src/usr.sbin/ifmcstat: Makefile ifmcstat.c
Log Message:
Introduce new sysctls for obtaining interface-specific addresses:
- net.sdl for the active link-layer adddress (the MAC)
- net.ether.multicast for the Ethernet multicast addresses
- net.inet6.multicast for the IPv6 multicast groups
- net.inet6.multicast_kludge for temporarily removed multicast groups
Use this sysctls for replacing the kmem grovelling in ifmcstat(8).
To generate a diff of this commit:
cvs rdiff -u -r1.279 -r1.280 src/sys/net/if.c
cvs rdiff -u -r1.62 -r1.63 src/sys/net/if_ether.h
cvs rdiff -u -r1.199 -r1.200 src/sys/net/if_ethersubr.c
cvs rdiff -u -r1.56 -r1.57 src/sys/netinet6/mld6.c
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/ifmcstat/Makefile
cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/ifmcstat/ifmcstat.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