]> git.proxmox.com Git - mirror_frr.git/blobdiff - nhrpd/nhrp_main.c
nhrpd: Let struct zebra_privs_t be available
[mirror_frr.git] / nhrpd / nhrp_main.c
index 3a7186c1d799dfcce0d315d258d11087c8be530f..767907aa531f9099f5d7d20e2a3b8758c3080bf3 100644 (file)
@@ -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,