add a generic option for disabling the automatic default route on interfaces
[project/netifd.git] / interface.h
index e50ccf6..4580c5b 100644 (file)
@@ -42,6 +42,7 @@ struct interface_user {
 struct interface_ip_settings {
        struct interface *iface;
        bool enabled;
+       bool no_defaultroute;
 
        struct vlist_tree addr;
        struct vlist_tree route;