summaryrefslogtreecommitdiff
path: root/bgpd/bgp_main.c
diff options
context:
space:
mode:
authorpaul <paul>2004-10-25 14:19:15 +0000
committerpaul <paul>2004-10-25 14:19:15 +0000
commit98f5163c3fb005af35f9f3a4bc4ee60d4f3ee741 (patch)
tree0fb3b1a0da479f53152294a5f1f059b9ab8258a8 /bgpd/bgp_main.c
parent508ec9102057c86769e5c0dd280037025102a9c0 (diff)
2004-10-25 Paul Jakma <paul@dishone.st>
* Update with fix in debian bug id 222930. * bgp_main.c: Add ZCAP_RAW, needed to bind to interfaces. bgp_network.c: (....) raise/lower privs around call to SO_BINDTODEVICE sockopt.
Diffstat (limited to 'bgpd/bgp_main.c')
-rw-r--r--bgpd/bgp_main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bgpd/bgp_main.c b/bgpd/bgp_main.c
index 05ecb720..612013e2 100644
--- a/bgpd/bgp_main.c
+++ b/bgpd/bgp_main.c
@@ -100,7 +100,8 @@ char *vty_addr = NULL;
/* privileges */
zebra_capabilities_t _caps_p [] =
{
- ZCAP_BIND,
+ ZCAP_BIND,
+ ZCAP_RAW,
};
struct zebra_privs_t bgpd_privs =