Improve kernel-capability manipulation code under Linux.

Dnsmasq now fails early if a required capability is not available,
and tries not to request capabilities not required by its
configuration.
This commit is contained in:
Simon Kelley
2019-03-16 18:17:17 +00:00
parent 608aa9fcfc
commit 305ffb5ef0
2 changed files with 84 additions and 42 deletions

View File

@@ -28,7 +28,12 @@ version 2.81
Support TCP-fastopen (RFC-7413) on both incoming and
outgoing TCP connections, if supported and enabled in the OS.
Improve kernel-capability manipulation code under Linux. Dnsmasq
now fails early if a required capability is not available, and
tries not to request capabilities not required by its
configuration.
version 2.80
Add support for RFC 4039 DHCP rapid commit. Thanks to Ashram Method