Host exemption now handles premarked sockets
Host exemption now properly handles routing for sockets that were
already marked
Change-Id: I55d5c00754036a5ef49379170c37607d3e71a1e8
diff --git a/SecondaryTableController.h b/SecondaryTableController.h
index e74b58e..81bb863 100644
--- a/SecondaryTableController.h
+++ b/SecondaryTableController.h
@@ -31,6 +31,8 @@
static const int BASE_TABLE_NUMBER = 60;
static int MAX_TABLE_NUMBER = BASE_TABLE_NUMBER + INTERFACES_TRACKED;
static const int PROTECT_MARK = 0x1;
+static const char *EXEMPT_PRIO = "99";
+static const char *RULE_PRIO = "100";
class SecondaryTableController {