chiark / gitweb /
Import release 0.1.3
[secnet.git] / netlink.h
index faf3282ad9fc666ced4bbdd476e803f9bf190e9d..f1144441fb094623781435889d709c5d9f2c5a4d 100644 (file)
--- a/netlink.h
+++ b/netlink.h
@@ -11,13 +11,14 @@ struct netlink_client {
     void *dst;
     string_t name;
     uint32_t link_quality;
-    bool_t hard_routes;
+    uint32_t options;
     struct netlink_client *next;
 };
 
 struct netlink_route {
     struct subnet net;
     bool_t hard;
+    bool_t allow_route;
     bool_t up;
     bool_t kup;
     struct netlink_client *c;