summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bgp.roles5
-rw-r--r--zebra.roles5
2 files changed, 6 insertions, 4 deletions
diff --git a/bgp.roles b/bgp.roles
index 83c2721..cb203f8 100644
--- a/bgp.roles
+++ b/bgp.roles
@@ -1,2 +1,3 @@
-READ=bgp:welcome,bgp:status,bgp:details,
-UPDATE=bgp:startstop,bgp:expert,
+USER=bgp:welcome,bgp:status,bgp:details,bgp:startstop
+EXPERT=bgp:expert
+ADMIN=bgp:welcome,bgp:status,bgp:details,bgp:startstop,bgp:expert
diff --git a/zebra.roles b/zebra.roles
index 3c86963..3a408db 100644
--- a/zebra.roles
+++ b/zebra.roles
@@ -1,2 +1,3 @@
-READ=zebra:welcome,zebra:status,zebra:details,
-UPDATE=zebra:startstop,zebra:expert,
+USER=zebra:welcome,zebra:status,zebra:details,zebra:startstop
+EXPERT=zebra:expert
+ADMIN=zebra:welcome,zebra:status,zebra:details,zebra:startstop,zebra:expert