diff options
author | Rene Ladan <rene@FreeBSD.org> | 2025-05-04 13:50:35 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2025-05-04 13:50:35 +0200 |
commit | 21c282d8ad23c068e4c1048455552d20e9ead460 (patch) | |
tree | dd7c2d7f00c5795d2187cf1188a118fe0290aefc /net/openbgpd/files/patch-bgpctl_whois.c | |
parent | net/echoping: Remove expired port (diff) |
net/openbgpd: Remove expired port
2025-04-30 net/openbgpd: Unsupported upstream, consider using net/openbgpd8
Diffstat (limited to 'net/openbgpd/files/patch-bgpctl_whois.c')
-rw-r--r-- | net/openbgpd/files/patch-bgpctl_whois.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/net/openbgpd/files/patch-bgpctl_whois.c b/net/openbgpd/files/patch-bgpctl_whois.c deleted file mode 100644 index 0e4b86c84b6e..000000000000 --- a/net/openbgpd/files/patch-bgpctl_whois.c +++ /dev/null @@ -1,18 +0,0 @@ -Index: bgpctl/whois.c -=================================================================== -RCS file: /home/cvs/private/hrs/openbgpd/bgpctl/whois.c,v -retrieving revision 1.1.1.5 -retrieving revision 1.1.1.7 -diff -u -p -r1.1.1.5 -r1.1.1.7 ---- bgpctl/whois.c 14 Feb 2010 20:20:14 -0000 1.1.1.5 -+++ bgpctl/whois.c 13 Oct 2012 18:22:54 -0000 1.1.1.7 -@@ -68,7 +68,8 @@ char *qtype_opts[] = { - "", - "-T aut-num", - "-K -T as-set", -- "-K -T route -i origin" -+ "-K -T route -i origin", -+ "-K -T route6 -i origin" - }; - - char *server = "whois.radb.net"; |