diff options
author | hasso <hasso> | 2003-06-05 11:33:10 +0000 |
---|---|---|
committer | hasso <hasso> | 2003-06-05 11:33:10 +0000 |
commit | 41908818b8f446befc3654fa5bbc98c6c0af92a3 (patch) | |
tree | 657538dfcec865b37124b3641c6245514d72d296 /zebra/main.c | |
parent | ba3a0bc5fa05691b211340bef69c5c7a3659d412 (diff) |
Unbreak router advertisment feature when using capabilities.
Diffstat (limited to 'zebra/main.c')
-rw-r--r-- | zebra/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |