From d99267e847b0d48a01f78bc1dce99b5c541a7b55 Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Tue, 4 Mar 2008 22:26:17 +0000 Subject: [PATCH] Added 'capabilities' slice attr to default set of slice attrs. --- db-config | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.47.0