summaryrefslogtreecommitdiff
path: root/pimd/pim_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'pimd/pim_main.c')
-rw-r--r--pimd/pim_main.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/pimd/pim_main.c b/pimd/pim_main.c
index b8e6d8ad3d..ecaafaa587 100644
--- a/pimd/pim_main.c
+++ b/pimd/pim_main.c
@@ -53,7 +53,10 @@ struct option longopts[] = {{0}};
/* pimd privileges */
zebra_capabilities_t _caps_p[] = {
- ZCAP_NET_ADMIN, ZCAP_SYS_ADMIN, ZCAP_NET_RAW, ZCAP_BIND,
+ ZCAP_NET_ADMIN,
+ ZCAP_SYS_ADMIN,
+ ZCAP_NET_RAW,
+ ZCAP_BIND,
};
/* pimd privileges to run with */