Go to the source code of this file.
|
const std::string | nopull_options ("ip-win32\n" "tap-sleep\n" "block-ipv6\n" "client-nat\n" "register-dns\n" "dhcp-renew\n" "dhcp-option\n" "dhcp-release\n" "dhcp-pre-release\n" "route 1.2.3.4\n" "route 192.168.0.0 255.255.255.0\n" "route 10.0.0.0 255.0.0.0\n" "route-ipv6\n" "route-delay\n" "route-metric\n" "route-method\n" "redirect-gateway\n" "redirect-private\n") |
|
const std::string | pull_filter_options ("option1 arg1\n" "option1 arg2\n" "option2 \"arg with space\"\n" "option2 \"arg with more space\"\n" "option3 arg1 arg2\n" "option3 arg1 arg2\n" "option10 something else\n") |
|
| TEST (PushedOptionsFilter, RouteNopullEnabled) |
|
| TEST (PushedOptionsFilter, RouteNopullDisabled) |
|
| TEST (PushedOptionsFilter, PullFilterAcceptAll) |
|
| TEST (PushedOptionsFilter, PullFilterMalformedAction) |
|
| TEST (PushedOptionsFilter, PullFilterMalformedShort) |
|
| TEST (PushedOptionsFilter, PullFilterMalformedLong) |
|
| TEST (PushedOptionsFilter, PullFilterSingleQuote) |
|
| TEST (PushedOptionsFilter, PullFilterMisplacedQuote) |
|
| TEST (PushedOptionsFilter, PullFilterIgnoreAll) |
|
| TEST (PushedOptionsFilter, PullFilterRejectOne) |
|
| TEST (PushedOptionsFilter, PullFilterAcceptWhitespace) |
|
| TEST (PushedOptionsFilter, PullFilterIgnoreQuotedWhitespace) |
|
| TEST (PushedOptionsFilter, PullFilterOverrideRouteNopull) |
|
| TEST (PushedOptionsFilter, RejectDnsServerPrioNegative) |
|
◆ nopull_options()
const std::string nopull_options |
( |
"ip-win32\n" "tap-sleep\n" "block-ipv6\n" "client-nat\n" "register-dns\n" "dhcp-renew\n" "dhcp-option\n" "dhcp-release\n" "dhcp-pre-release\n" "route 1.2.3.4\n" "route 192.168.0.0 255.255.255.0\n" "route 10.0.0.0 255.0.0.0\n" "route-ipv6\n" "route-delay\n" "route-metric\n" "route-method\n" "redirect-gateway\n" "redirect-private\n" |
| ) |
|
◆ pull_filter_options()
const std::string pull_filter_options |
( |
"option1 arg1\n" "option1 arg2\n" "option2 \"arg with space\"\n" "option2 \"arg with more space\"\n" "option3 arg1 arg2\n" "option3 arg1 arg2\n" "option10 something else\n" |
| ) |
|
◆ TEST() [1/14]
◆ TEST() [2/14]
◆ TEST() [3/14]
◆ TEST() [4/14]
◆ TEST() [5/14]
◆ TEST() [6/14]
◆ TEST() [7/14]
◆ TEST() [8/14]
◆ TEST() [9/14]
◆ TEST() [10/14]
◆ TEST() [11/14]
◆ TEST() [12/14]
◆ TEST() [13/14]
◆ TEST() [14/14]