Parse *Port flags NoDNSRequest, NoOnionTraffic & OnionTrafficOnly

OnionTrafficOnly is equivalent to NoDNSRequest, NoIPv4Traffic,
and NoIPv6Traffic.

Add unit tests for parsing and checking option validity.
Add documentation for each flag to the man page.

Add changes file for all of #18693.

Parsing only: the flags do not change client behaviour (yet!)
This commit is contained in:
teor (Tim Wilson-Brown)
2016-03-31 21:26:41 +11:00
committed by David Goulet
parent 00ec701f83
commit 41cc1f612b
5 changed files with 163 additions and 16 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor feature (port flags):
- Add *Port flags NoDNSRequest and NoOnionTraffic, and
the synthetic flag OnionTrafficOnly, which is equivalent to
NoDNSRequest, NoIPv4Traffic, and NoIPv6Traffic.
Closes enhancement 18693; patch by "teor".