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

dhcp6c no release option and extra logging #230

Closed
wants to merge 2 commits into from
Closed

dhcp6c no release option and extra logging #230

wants to merge 2 commits into from

Commits on Dec 15, 2016

  1. dhcp6c no release option and extra logging

    Added a no release '-n' option to dhcp6c. This is to prevent some ISP's will release the allocated PD or address on receipt of the release signal and issue a new address on next request. As dhcp6c by default sends the release on exit the only way to stop it is by stopping all release signals being sent. the -n option does that. Also added is some extra info logging which is minimul and useful without resorting to the debug log.
    marjohn56 authored Dec 15, 2016
    Configuration menu
    Copy the full SHA
    c5afdcc View commit details
    Browse the repository at this point in the history
  2. Added no release option & additional light logging

    Add -n no release option to prevent dhcpc6 from sending release signal to ISP. Some ISP's will release the allocated address or PD on receipt of the signal and issue new ones on the next request. As this is the default behavior of dhcp6c the only option is to stop it from sending release signals completely, this option handles that used in conjunction with an option in WAN DHCP6 configuration. Also added is some light extra INFO logging that helps to show what dhcp6c is doing.
    marjohn56 authored Dec 15, 2016
    Configuration menu
    Copy the full SHA
    d494379 View commit details
    Browse the repository at this point in the history