CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/12/11 04:55:12
Modified files:
sys/net : if_aggr.c
Log message:
use sockaddr_storage to store the address used to generate mcast entries.
this means we don't truncate sockaddr_in6, which in turn means we
dont end up using garbage or zeros on the underlying ports when
requesting they set up hardware filters for multicast addresses.
vlan(4) uses sockaddr_storage like this too for the same thing.
discovered by jmatthew@ because ipv6 on top of aggr wasn't working
unless tcpdump was running.