git://git.onelab.eu
/
myplc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e327e67
)
Adding vsys attribute.
author
Faiyaz Ahmed
<faiyaza@cs.princeton.edu>
Tue, 26 Feb 2008 16:00:55 +0000
(16:00 +0000)
committer
Faiyaz Ahmed
<faiyaza@cs.princeton.edu>
Tue, 26 Feb 2008 16:00:55 +0000
(16:00 +0000)
db-config
patch
|
blob
|
history
diff --git
a/db-config
b/db-config
index
87c5125
..
34b33b5
100755
(executable)
--- 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