summaryrefslogtreecommitdiff
path: root/bgpd/bgp_main.c
diff options
context:
space:
mode:
authorChris Luke <chrisy@flirble.org>2011-10-18 17:26:51 +0400
committerDenis Ovsienko <infrastation@yandex.ru>2011-11-15 21:26:07 +0400
commit90d181bd1a7e03d41df3cb2f51530ab47d818caa (patch)
tree56b456db3e8f9f23a34433c2515ddf962e33ded2 /bgpd/bgp_main.c
parent70e3ca2ccedca2cae58bd91c968714cad0f9d5d6 (diff)
bgpd: justify capabilities for TOS setting
To set the TOS bits on TCP connections, platforms that restrict capabilities need the priv level to be raised before the sockopt is set, and this requires the ZCAP_NET_ADMIN priv. * bgp_main.c: update _caps_p to include ZCAP_NET_ADMIN * bgp_network.c * bgp_connect(): request ZPRIVS_RAISE/ZPRIVS_LOWER * bgp_listener(): request ZPRIVS_RAISE earlier
Diffstat (limited to 'bgpd/bgp_main.c')
-rw-r--r--bgpd/bgp_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_main.c b/bgpd/bgp_main.c
index 9d14683c..4a38c15a 100644
--- a/bgpd/bgp_main.c
+++ b/bgpd/bgp_main.c
@@ -119,6 +119,7 @@ static zebra_capabilities_t _caps_p [] =
{
ZCAP_BIND,
ZCAP_NET_RAW,
+ ZCAP_NET_ADMIN,
};
struct zebra_privs_t bgpd_privs =