diff options
Diffstat (limited to 'net/openbgpd6/files/patch-src_bgpd_rde.c')
-rw-r--r-- | net/openbgpd6/files/patch-src_bgpd_rde.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/openbgpd6/files/patch-src_bgpd_rde.c b/net/openbgpd6/files/patch-src_bgpd_rde.c new file mode 100644 index 000000000000..e8204a8b1661 --- /dev/null +++ b/net/openbgpd6/files/patch-src_bgpd_rde.c @@ -0,0 +1,15 @@ +--- src/bgpd/rde.c.orig 2020-05-04 14:45:09 UTC ++++ src/bgpd/rde.c +@@ -99,11 +99,9 @@ void rde_shutdown(void); + int ovs_match(struct prefix *, u_int32_t); + + volatile sig_atomic_t rde_quit = 0; +-struct bgpd_config *conf, *nconf; ++static struct bgpd_config *conf, *nconf; + struct filter_head *out_rules, *out_rules_tmp; +-struct imsgbuf *ibuf_se; + struct imsgbuf *ibuf_se_ctl; +-struct imsgbuf *ibuf_main; + struct rde_memstats rdemem; + int softreconfig; + |