summaryrefslogtreecommitdiffstats
path: root/nhrpd/nhrp_main.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-10-11 15:24:09 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-10-24 00:09:23 +0200
commit26efbc7b99e06ed3c2f0bf83fde5f94c08d22889 (patch)
treec588cf30df83315f541d1c66c1b21052dd0c7b3e /nhrpd/nhrp_main.c
parentbabeld: Make the zebra_privs_t available for use (diff)
downloadfrr-26efbc7b99e06ed3c2f0bf83fde5f94c08d22889.tar.xz
frr-26efbc7b99e06ed3c2f0bf83fde5f94c08d22889.zip
nhrpd: Let struct zebra_privs_t be available
signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'nhrpd/nhrp_main.c')
-rw-r--r--nhrpd/nhrp_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nhrpd/nhrp_main.c b/nhrpd/nhrp_main.c
index 3a7186c1d..767907aa5 100644
--- a/nhrpd/nhrp_main.c
+++ b/nhrpd/nhrp_main.c
@@ -43,7 +43,7 @@ static zebra_capabilities_t _caps_p [] = {
ZCAP_DAC_OVERRIDE, /* for now needed to write to /proc/sys/net/ipv4/<if>/send_redirect */
};
-static struct zebra_privs_t nhrpd_privs = {
+struct zebra_privs_t nhrpd_privs = {
#if defined(FRR_USER) && defined(FRR_GROUP)
.user = FRR_USER,
.group = FRR_GROUP,