You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The struct ip_mreq API with socket opt IP_ADD_MEMBERSHIP requires a valid IP address for the interface on which to perform the join.
A newer API using the Linux (and FreeBSD) specific struct ip_mreqn support IP_ADD_MEMBERSHIP using an ifindex instead. This API is however limited to IPv4.
RFC3678 define a complete new ASM/SSM API for both IPv4 and IPv6 using struct group_req which would better suit SMCRoute.
This bug report is filed with the intention of replacing at least the current IPv4 implementation with the RFC3678 API.
The text was updated successfully, but these errors were encountered:
The
struct ip_mreq
API with socket optIP_ADD_MEMBERSHIP
requires a valid IP address for the interface on which to perform the join.A newer API using the Linux (and FreeBSD) specific
struct ip_mreqn
supportIP_ADD_MEMBERSHIP
using anifindex
instead. This API is however limited to IPv4.RFC3678 define a complete new ASM/SSM API for both IPv4 and IPv6 using
struct group_req
which would better suit SMCRoute.This bug report is filed with the intention of replacing at least the current IPv4 implementation with the RFC3678 API.
The text was updated successfully, but these errors were encountered: