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

Conversation

marjohn56
Copy link

No Release and extra minimal debugging.

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.
@rbgarga
Copy link
Member

rbgarga commented Dec 15, 2016

@marjohn56 ops, you committed files/ directory at repository root directory instead of net/dhcp6. Can you please re-submit?

@marjohn56
Copy link
Author

marjohn56 commented Dec 15, 2016 via email

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.
@rbgarga
Copy link
Member

rbgarga commented Dec 15, 2016

files/ are still there @marjohn56

@marjohn56 marjohn56 closed this Dec 15, 2016
@marjohn56
Copy link
Author

Hopefully they have now gone and I've done a new PR, somedays I hate GItHub. Now at #231

@marjohn56
Copy link
Author

marjohn56 commented Dec 15, 2016 via email

netgate-git-updates pushed a commit that referenced this pull request Mar 16, 2020
Changelog [1]:

New APIs

  *  QWebSetting::ErrorPageEnabled - true by default, allows to disable built-in error pages if they are not desirable

Improvements

  *  CSS Compositing is now supported
  *  Push is enabled by default for HTTP/2 requests
  *  QtWebKit does not require Python 2 anymore for building and can use Python 3 instead
  *  QtWebKit won't be eager to pick bitmap fonts as a suitable choice for standard font families
  *  More appropriiate hinting option for web fonts is used

Bug fixes

  *  Fix memory leak in CustomEvent
  *  SVG fragment identifier is not respected if it is a part of an HTTP URL (#818)
  *  Context menu actions for images in Resources tab of inspector use blob: instead of original URL (#899)
  *  Always enable JavaScript for QWebInspector (#566)
  *  Inspector UI: Only selected item is painted in Styles combobox (#262)
  *  Inspector should inspect itself in DEVELOPER_MODE only (#444)
  *  fast/gradients/css3-color-stop-invalid.html - box is green instead of white (#230)
  *  Work around QTBUG-77308 when using Qt < 5.14
  *  Fix compilation errors with ICU 65.1 and Qt 5.14
  *  Fix compilation when QPdf is disabled in Qt
  *  Fix compilation with MinGW for x86_64 target

[1] https://github.com/qtwebkit/qtwebkit/releases
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

Successfully merging this pull request may close these issues.

3 participants