Add option to define target routing table for protocol routes.
[project/netifd.git] / iprule.h
index 4b10760..2ac01b9 100644 (file)
--- a/iprule.h
+++ b/iprule.h
@@ -17,6 +17,9 @@
 
 #include "interface-ip.h"
 
+#define IPRULE_PRIORITY_ADDR 80000
+#define IPRULE_PRIORITY_NW 90000
+
 enum iprule_flags {
        /* address family for rule */
        IPRULE_INET4            = (0 << 0),