From 037d21f4ad085c17f2f1511461cd80c125564fc2 Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Sun, 23 May 2021 15:10:48 +0200 Subject: net/openbgpd6: update 6.8 -> 6.9 Changes: https://marc.info/?l=openbgpd-users&m=161977120713468&w=2 --- net/openbgpd6/files/patch-src_bgpd_session.c | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 net/openbgpd6/files/patch-src_bgpd_session.c (limited to 'net/openbgpd6/files/patch-src_bgpd_session.c') diff --git a/net/openbgpd6/files/patch-src_bgpd_session.c b/net/openbgpd6/files/patch-src_bgpd_session.c deleted file mode 100644 index fbb2ecf5b0c4..000000000000 --- a/net/openbgpd6/files/patch-src_bgpd_session.c +++ /dev/null @@ -1,18 +0,0 @@ ---- src/bgpd/session.c.orig 2020-05-19 09:24:33 UTC -+++ src/bgpd/session.c -@@ -100,13 +100,13 @@ void session_template_clone(struct peer *, struct so - u_int32_t, u_int32_t); - int session_match_mask(struct peer *, struct bgpd_addr *); - --struct bgpd_config *conf, *nconf; -+static struct bgpd_config *conf, *nconf; -+struct ctl_conns ctl_conns; - struct bgpd_sysdep sysdep; - volatile sig_atomic_t session_quit; - int pending_reconf; - int csock = -1, rcsock = -1; - u_int peer_cnt; --struct imsgbuf *ibuf_rde; - struct imsgbuf *ibuf_rde_ctl; - struct imsgbuf *ibuf_main; - -- cgit v1.2.3