mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Turn on RFC 1724 compliant behaviour with regards to IP_ADD_MEMBERSHIP;
routed should be able to specify multicast memberships to be added by interface index. This should fix the unnumbered / point-to-point case for RIPv2. PR: bin/51927 Requested by: Eugene Grosbein
This commit is contained in:
parent
26c3ef5325
commit
c90cea0093
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@
|
|||
/* Turn on if IP_{ADD,DROP}_MEMBERSHIP and IP_MULTICAST_IF considers address
|
||||
* within 0.0.0.0/8 as interface index.
|
||||
*/
|
||||
#ifdef __NetBSD__
|
||||
#ifdef __FreeBSD__
|
||||
#define MCAST_IFINDEX
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue