History log of /netbsd-src/usr.sbin/ifmcstat/Makefile (Results 1 – 4 of 4)
Revision Date Author Comments
# 539332ec 10-Jun-2014 joerg <joerg@NetBSD.org>

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.multica

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).

show more ...


# 8cd68a2f 02-Aug-2002 simonb <simonb@NetBSD.org>

Setting BINMODE=555 is redundant, as is setting BIN{OWN,GRP} of we're
using the default BINMODE.


# b12a7f19 26-Jun-2001 itojun <itojun@NetBSD.org>

drop setgid. suggested by deraadt


# 45124457 01-Jul-1999 itojun <itojun@NetBSD.org>

ifmcstat: show multicast groups currently joined (in per-interface manner).