Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement SIGHUP handler #64

Open
Uglymotha opened this issue Apr 30, 2020 · 1 comment
Open

Implement SIGHUP handler #64

Uglymotha opened this issue Apr 30, 2020 · 1 comment

Comments

@Uglymotha
Copy link
Contributor

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

  1. loadconfig to parse the new config. Taking care of freeing the allocated structs in phyint/vifconf struct. May need a copy of this.
  2. Check for any removed interfaces and call delVIF.
  3. rebuildIfVc. This should take care of rebuilding the rest of the config.
@Uglymotha
Copy link
Contributor Author

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

@Uglymotha Uglymotha mentioned this issue May 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant