summaryrefslogtreecommitdiff
path: root/zebra/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/main.c')
-rw-r--r--zebra/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/main.c b/zebra/main.c
index acfde80a..67108c4e 100644
--- a/zebra/main.c
+++ b/zebra/main.c
@@ -87,9 +87,9 @@ struct option longopts[] =
zebra_capabilities_t _caps_p [] =
{
- ZCAP_ADMIN,
+ ZCAP_NET_ADMIN,
ZCAP_SYS_ADMIN,
- ZCAP_RAW,
+ ZCAP_NET_RAW,
};
/* zebra privileges to run with */