diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-03-06 10:53:27 -0500 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-03-06 10:53:27 -0500 |
| commit | 5da39765e26a3f3142b3c1f39d701fcb94e4007c (patch) | |
| tree | 90db957247d6d0a53df2f2aee5ea3b368e1f4729 /ospfd/ospf_main.c | |
| parent | e3e3afffc966dd25e3cb2a28573729ff7322d6e3 (diff) | |
| parent | c187f94a65018bccab6a8e2fb9d0c40062f7778a (diff) | |
Merge branch 'master' into docuser
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'ospfd/ospf_main.c')
| -rw-r--r-- | ospfd/ospf_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_main.c b/ospfd/ospf_main.c index 7bd644f43d..8dbf39ef5d 100644 --- a/ospfd/ospf_main.c +++ b/ospfd/ospf_main.c @@ -55,7 +55,7 @@ /* ospfd privileges */ zebra_capabilities_t _caps_p[] = { - ZCAP_NET_RAW, ZCAP_BIND, ZCAP_NET_ADMIN, + ZCAP_NET_RAW, ZCAP_BIND, ZCAP_NET_ADMIN, ZCAP_SYS_ADMIN }; struct zebra_privs_t ospfd_privs = { |
