summaryrefslogtreecommitdiff
path: root/server/RouteController.cpp
diff options
context:
space:
mode:
authorRobin Lee <rgl@google.com>2016-05-03 13:17:58 +0100
committerRobin Lee <rgl@google.com>2016-05-03 13:17:58 +0100
commit6c84ef62d953eae93c36ffa831e9b451560afba0 (patch)
treedb9a805035d895efe9306082e468f5b17fb73474 /server/RouteController.cpp
parent3a272070fc318ef1a7a5a04e500483f1a7c629a8 (diff)
Drop PROHIBIT_NON_VPN priority 11500 -> 12500
So that the rule can be kept up 100% of the time instead of dropping it when VPN comes on. Bug: 26694104 Change-Id: I1df6b8f588e54d72e34dbcbd15492513e07fac3d
Diffstat (limited to 'server/RouteController.cpp')
-rw-r--r--server/RouteController.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/RouteController.cpp b/server/RouteController.cpp
index 1e17509f..4e43a47b 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;