diff options
Diffstat (limited to 'bgpd/bgp_main.c')
-rw-r--r-- | bgpd/bgp_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_main.c b/bgpd/bgp_main.c index 6de0a8a0..f9f0373d 100644 --- a/bgpd/bgp_main.c +++ b/bgpd/bgp_main.c @@ -102,7 +102,7 @@ char *vty_addr = NULL; zebra_capabilities_t _caps_p [] = { ZCAP_BIND, - ZCAP_RAW, + ZCAP_NET_RAW, }; struct zebra_privs_t bgpd_privs = |