Add option to define target routing table for protocol routes.
[project/netifd.git] / interface.h
index 0c56b36..d186903 100644 (file)
@@ -118,6 +118,8 @@ struct interface {
        struct vlist_tree host_routes;
 
        int metric;
+       unsigned int ip4table;
+       unsigned int ip6table;
 
        /* errors/warnings while trying to bring up the interface */
        struct list_head errors;