From 7f19509c96a9a3252bddcadf9c79fda7c7d14629 Mon Sep 17 00:00:00 2001 From: Faiyaz Ahmed Date: Tue, 26 Feb 2008 16:00:55 +0000 Subject: [PATCH] Adding vsys attribute. --- db-config | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.47.0