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
igmpproxy currently lacks a SIGHUP handler to reread the config. Going to implement this as follows. This will be based upon my rework of ifvc.c for issue #62
loadconfig to parse the new config. Taking care of freeing the allocated structs in phyint/vifconf struct. May need a copy of this.
Check for any removed interfaces and call delVIF.
rebuildIfVc. This should take care of rebuilding the rest of the config.
The text was updated successfully, but these errors were encountered:
igmpproxy currently lacks a SIGHUP handler to reread the config. Going to implement this as follows. This will be based upon my rework of ifvc.c for issue #62
The text was updated successfully, but these errors were encountered: