From 47e24f005791021746f52193ad6de119baed68e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=2E=C3=87a=C4=9Flar=20Onur?= Date: Wed, 6 Apr 2011 11:20:58 -0400 Subject: [PATCH] introduce staticroute tagtype --- db-config.d/03-interfacesettings | 5 +++++ 1 file changed, 5 insertions(+) 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", -- 2.43.0