diff options
Diffstat (limited to 'ripd/rip_main.c')
-rw-r--r-- | ripd/rip_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ripd/rip_main.c b/ripd/rip_main.c index ba60b36f..c9b45e8b 100644 --- a/ripd/rip_main.c +++ b/ripd/rip_main.c @@ -54,7 +54,7 @@ static struct option longopts[] = /* ripd privileges */ zebra_capabilities_t _caps_p [] = { - ZCAP_RAW, + ZCAP_NET_RAW, ZCAP_BIND }; |