From: S.Çağlar Onur Date: Wed, 6 Apr 2011 15:20:58 +0000 (-0400) Subject: introduce staticroute tagtype X-Git-Url: http://git.onelab.eu/?p=myplc.git;a=commitdiff_plain;h=47e24f005791021746f52193ad6de119baed68e4 introduce staticroute tagtype --- diff --git a/db-config.d/03-interfacesettings b/db-config.d/03-interfacesettings index e95e224..bac8c72 100644 --- a/db-config.d/03-interfacesettings +++ b/db-config.d/03-interfacesettings @@ -9,6 +9,11 @@ setting_types = \ 'description': "Set interface name, instead of eth0 or the like", 'min_role_id' : 40}, + {'category' : "interface/route", + 'tagname' : "staticroute", + 'description': "Set static route for interfaces", + 'min_role_id' : 40}, + {'category' : "interface/multihome", 'tagname' : "alias", 'description': "Specifies that the network is used for multihoming",