fenner 1501296e82 Get IP multicast working on VLAN devices:
- Allocate zeroed memory in ether_resolvemulti() to prevent equal() from
  comparing garbage and determining that two otherwise-equal sockaddr_dls
  are different.
- Fill in all required fields of the sockaddr_dl
- Actually copy the multicast address into the sockaddr_dl when calling
  if_addmulti()
- Don't claim that we don't have a way to resolve layer 3 addresses into
  layer 2 addresses; use the ethernet way.
2001-05-02 16:12:58 +00:00
..
2000-12-27 22:20:13 +00:00
2001-03-18 05:43:25 +00:00
2001-01-31 08:27:09 +00:00
2000-07-20 17:01:10 +00:00
2001-03-28 09:17:56 +00:00
2001-03-15 14:52:12 +00:00
2000-04-04 09:20:53 +00:00