From: Stephen Soltesz Date: Tue, 4 Mar 2008 22:26:17 +0000 (+0000) Subject: Added 'capabilities' slice attr to default set of slice attrs. X-Git-Tag: MyPLC-4.2-4~23 X-Git-Url: http://git.onelab.eu/?p=myplc.git;a=commitdiff_plain;h=d99267e847b0d48a01f78bc1dce99b5c541a7b55 Added 'capabilities' slice attr to default set of slice attrs. --- diff --git a/db-config b/db-config index 34b33b5..146e7b4 100755 --- a/db-config +++ b/db-config @@ -497,6 +497,11 @@ def main(): # Proper operations {'name': "proper_op", 'description': "Proper operation (e.g. bind_socket)", + 'min_role_id': 10}, + + # VServer capabilities + {'name': "capabilities", + 'description': "VServer bcapabilities (separate by commas)", 'min_role_id': 10}, # Vsys