X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=db-config.d%2F012-interface_tags;fp=db-config.d%2F012-interface_tags;h=0000000000000000000000000000000000000000;hb=53829cf14fa108259ab08b168339b9813ebae654;hp=e184c399c9c07e2cbe9d44da75e1f0b950d38fe6;hpb=50e2adc8f9e2a58efafedbad31b66b347b0ac61f;p=myplc.git diff --git a/db-config.d/012-interface_tags b/db-config.d/012-interface_tags deleted file mode 100644 index e184c39..0000000 --- a/db-config.d/012-interface_tags +++ /dev/null @@ -1,26 +0,0 @@ -# -*-python-*- -# $Id$ -# $URL$ -#################### interface settings -# xxx this should move to PLC/Accessors - -default_interface_types = \ -[ - {'category' : "interface/general", - 'tagname' : "ifname", - 'description': "Set interface name, instead of eth0 or the like", - 'min_role_id' : 40}, - - {'category' : "interface/multihome", - 'tagname' : "alias", - 'description': "Specifies that the network is used for multihoming", - 'min_role_id' : 40}, - - {'category' : "interface/hidden", - 'tagname' : "backdoor", - 'description': "For testing new settings", - 'min_role_id' : 10}, -] - -for setting_type in default_interface_types: - SetTagType(setting_type)