From 41908818b8f446befc3654fa5bbc98c6c0af92a3 Mon Sep 17 00:00:00 2001 From: hasso Date: Thu, 5 Jun 2003 11:33:10 +0000 Subject: Unbreak router advertisment feature when using capabilities. --- zebra/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'zebra/main.c') diff --git a/zebra/main.c b/zebra/main.c index 72b1fc4e..85707f42 100644 --- a/zebra/main.c +++ b/zebra/main.c @@ -71,6 +71,7 @@ zebra_capabilities_t _caps_p [] = { ZCAP_ADMIN, ZCAP_SYS_ADMIN, + ZCAP_RAW, }; /* zebra privileges to run with */ -- cgit v1.2.1