diff options
| author | Philippe Guibert <philippe.guibert@6wind.com> | 2019-10-29 17:56:47 +0100 |
|---|---|---|
| committer | Louis Scalbert <louis.scalbert@6wind.com> | 2024-01-18 13:22:19 +0100 |
| commit | a951752d4a7e0a606357d91b26e8b684c0b627f2 (patch) | |
| tree | 9c3ab12aeb5f6859c2574c6eb9070b0aee9c896d /bgpd/bgp_rpki.h | |
| parent | a3bd9bad3765b32b1828c9c7ca7e24800691288c (diff) | |
bgpd: create cache server socket in vrf
Create cache server socket in vrf
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
Diffstat (limited to 'bgpd/bgp_rpki.h')
| -rw-r--r-- | bgpd/bgp_rpki.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bgpd/bgp_rpki.h b/bgpd/bgp_rpki.h index de28715d1b..4f2f87d2ef 100644 --- a/bgpd/bgp_rpki.h +++ b/bgpd/bgp_rpki.h @@ -8,6 +8,8 @@ #ifndef __BGP_RPKI_H__ #define __BGP_RPKI_H__ +extern struct zebra_privs_t bgpd_privs; + enum rpki_states { RPKI_NOT_BEING_USED, RPKI_VALID, |
