Re: IPv6 Multicast Listener Discovery - Listing and Disabling Group Membership

2018-12-18 Thread Paul de Weerd
On Tue, Dec 18, 2018 at 07:13:28PM +, Stuart Henderson wrote: | On 2018-12-17, Fernando Gont wrote: | > On 1/10/18 17:18, Aham Brahmasmi wrote: | >> Hello misc, | >> | >> Running 6.4-beta from approximately a week ago. | >> | >> 1) How to determine the IPv6 multicast groups which have been

Re: IPv6 Multicast Listener Discovery - Listing and Disabling Group Membership

2018-12-18 Thread Stuart Henderson
On 2018-12-17, Fernando Gont wrote: > On 1/10/18 17:18, Aham Brahmasmi wrote: >> Hello misc, >> >> Running 6.4-beta from approximately a week ago. >> >> 1) How to determine the IPv6 multicast groups which have been joined by >> a particular interface? > > Use ifmcstat > > But you need to

Re: IPv6 Multicast Listener Discovery - Listing and Disabling Group Membership

2018-12-17 Thread Fernando Gont
On 1/10/18 17:18, Aham Brahmasmi wrote: > Hello misc, > > Running 6.4-beta from approximately a week ago. > > 1) How to determine the IPv6 multicast groups which have been joined by > a particular interface? Use ifmcstat But you need to install the corresponding package first. Thanks, --

Re: IPv6 Multicast Listener Discovery - Listing and Disabling Group Membership

2018-10-03 Thread Aham Brahmasmi
Stuart, > Yes the original code was in the original import from KAME. The code > that actually *processed* these queries was removed in the commit I > mentioned (so it seems your main concern is already dealt with), but > I think the interfaces are still joined to the group so will receive >

Re: IPv6 Multicast Listener Discovery - Listing and Disabling Group Membership

2018-10-03 Thread Stuart Henderson
On 2018/10/03 12:36, Aham Brahmasmi wrote: > Hi Stuart, > > Thank you for your response. > > > > 2) How to disable an interface from joining IPv6 Node Information > > > multicast group (RFC 4620)? > > > In sys/netinet6/in6.c, the function in6_update_ifa contains the > > > following lines: > > >

Re: IPv6 Multicast Listener Discovery - Listing and Disabling Group Membership

2018-10-03 Thread Aham Brahmasmi
Hi Stuart, Thank you for your response. > > 2) How to disable an interface from joining IPv6 Node Information > > multicast group (RFC 4620)? > > In sys/netinet6/in6.c, the function in6_update_ifa contains the > > following lines: > > > > /* > > * join node information group address > > */ > >

Re: IPv6 Multicast Listener Discovery - Listing and Disabling Group Membership

2018-10-02 Thread Stuart Henderson
On 2018-10-01, Aham Brahmasmi wrote: > 2) How to disable an interface from joining IPv6 Node Information > multicast group (RFC 4620)? > In sys/netinet6/in6.c, the function in6_update_ifa contains the > following lines: > > /* > * join node information group address > */ > if (in6_nigroup(ifp,

IPv6 Multicast Listener Discovery - Listing and Disabling Group Membership

2018-10-01 Thread Aham Brahmasmi
Hello misc, Running 6.4-beta from approximately a week ago. 1) How to determine the IPv6 multicast groups which have been joined by a particular interface? I have tried netstat but have been unsuccessful. # ifconfig em0 em0: flags=648843 mtu 1500 ... status: active ...