Re: Question: igmp behavior on interface change
From: Neil Horman <nhorman@tuxdriver.com>
Date: 2009-03-19 02:35:07
On Wed, Mar 18, 2009 at 09:13:55AM -0700, David Stevens wrote:
Neil Horman [off-list ref] wrote on 03/18/2009 07:03:53 AM:quoted
I was going to look into writing some notification code for igmp to detect link state chagnes and issue the reports on link up, but I wantedto bequoted
sure there were no counter arguments first. So any and all thoughts appreciated.Isn't that ip_mc_up()? Are you not getting the reports? +-DLS
Thank you! I knew there was a some integration between igmp and interface state changes, but couldn't find it! Nevertheless, yes, thats the report I'm getting, not so much the lack of membership reports, but the lack of multicast reception in perpituity after a link state change. I'm still gathering data on why, so I'm not 100% sure on the lack of the membership report, but now that you've shown me the path between state changes and igmp updates, I can figure out more precisely whats going on. Thanks! Neil