igmpproxy
igmpproxy copied to clipboard
Implement SIGHUP handler
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.
Implemented this in my forked repo. Will making testing new wl / bl functionality a lot easier.
Will create a pull request after #63 is accepted