diff options
| author | Robin Lee <rgl@google.com> | 2016-05-17 16:19:40 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2016-05-17 16:19:40 +0000 |
| commit | 5bbe13bdc4470d0af2786fc62ad40a8ba8ff5830 (patch) | |
| tree | 5f15c2d0cec942ae77bdaa83abf2ec57abe0df06 /server/RouteController.cpp | |
| parent | 7ad3c888e2781321cf44cb101cdf180a9671ca1e (diff) | |
| parent | 6c84ef62d953eae93c36ffa831e9b451560afba0 (diff) | |
Merge "Drop PROHIBIT_NON_VPN priority 11500 -> 12500" into nyc-dev
Diffstat (limited to 'server/RouteController.cpp')
| -rw-r--r-- | server/RouteController.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/RouteController.cpp b/server/RouteController.cpp index 90bfed44..fa39c89c 100644 --- a/server/RouteController.cpp +++ b/server/RouteController.cpp @@ -47,8 +47,8 @@ namespace { const uint32_t RULE_PRIORITY_VPN_OVERRIDE_SYSTEM = 10000; const uint32_t RULE_PRIORITY_VPN_OVERRIDE_OIF = 10500; const uint32_t RULE_PRIORITY_VPN_OUTPUT_TO_LOCAL = 11000; -const uint32_t RULE_PRIORITY_PROHIBIT_NON_VPN = 11500; const uint32_t RULE_PRIORITY_SECURE_VPN = 12000; +const uint32_t RULE_PRIORITY_PROHIBIT_NON_VPN = 12500; const uint32_t RULE_PRIORITY_EXPLICIT_NETWORK = 13000; const uint32_t RULE_PRIORITY_OUTPUT_INTERFACE = 14000; const uint32_t RULE_PRIORITY_LEGACY_SYSTEM = 15000; |
