From c6b739e28f2b15789c95dd28af3f193ec8f67531 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 24 Jan 2012 00:52:32 +0100 Subject: add a generic option for disabling the automatic default route on interfaces --- interface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'interface.h') diff --git a/interface.h b/interface.h index e50ccf6..4580c5b 100644 --- a/interface.h +++ b/interface.h @@ -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; -- cgit v1.2.3