From: Faiyaz Ahmed Date: Tue, 26 Feb 2008 16:00:55 +0000 (+0000) Subject: Adding vsys attribute. X-Git-Tag: MyPLC-4.2-4~32 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=7f19509c96a9a3252bddcadf9c79fda7c7d14629;p=myplc.git Adding vsys attribute. --- diff --git a/db-config b/db-config index 87c5125..34b33b5 100755 --- a/db-config +++ b/db-config @@ -497,7 +497,13 @@ def main(): # Proper operations {'name': "proper_op", 'description': "Proper operation (e.g. bind_socket)", + 'min_role_id': 10}, + + # Vsys + {'name': "vsys", + 'description': "Bind vsys script fd's to a slice's vsys directory.", 'min_role_id': 10} + ] # Get list of existing attribute types