Searched hist:"26 e30963607e43599915bd7979ceb15fecfc9f33" (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/net/ |
H A D | if_vlan.c | diff 26e30963607e43599915bd7979ceb15fecfc9f33 Wed May 02 18:12:58 CEST 2001 Bill Fenner <fenner@FreeBSD.org> 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. diff 26e30963607e43599915bd7979ceb15fecfc9f33 Wed May 02 18:12:58 CEST 2001 Bill Fenner <fenner@FreeBSD.org> 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.
|
H A D | if_ethersubr.c | diff 26e30963607e43599915bd7979ceb15fecfc9f33 Wed May 02 18:12:58 CEST 2001 Bill Fenner <fenner@FreeBSD.org> 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. diff 26e30963607e43599915bd7979ceb15fecfc9f33 Wed May 02 18:12:58 CEST 2001 Bill Fenner <fenner@FreeBSD.org> 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.
|