summaryrefslogtreecommitdiff
path: root/net/openbgpd/files/patch-bgpctl_whois.c
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2010-02-16 19:27:03 +0000
committerHiroki Sato <hrs@FreeBSD.org>2010-02-16 19:27:03 +0000
commit7ab9a19af615666cef45e1b4538c8460d19e1ec0 (patch)
tree301a68c22691daf3b616754a383cd1730c23dae7 /net/openbgpd/files/patch-bgpctl_whois.c
parentAdd updating instructions for sysutils/bacula-{server,client}. (diff)
Update to 4.6.20100215.
Feature safe: yes
Notes
Notes: svn path=/head/; revision=249966
Diffstat (limited to 'net/openbgpd/files/patch-bgpctl_whois.c')
-rw-r--r--net/openbgpd/files/patch-bgpctl_whois.c24
1 files changed, 24 insertions, 0 deletions
diff --git a/net/openbgpd/files/patch-bgpctl_whois.c b/net/openbgpd/files/patch-bgpctl_whois.c
new file mode 100644
index 000000000000..3ae7685e7cc1
--- /dev/null
+++ b/net/openbgpd/files/patch-bgpctl_whois.c
@@ -0,0 +1,24 @@
+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.6
+diff -u -p -r1.1.1.5 -r1.1.1.6
+--- bgpctl/whois.c 14 Feb 2010 20:20:14 -0000 1.1.1.5
++++ bgpctl/whois.c 14 Feb 2010 20:27:21 -0000 1.1.1.6
+@@ -1,4 +1,4 @@
+-/* $OpenBSD: whois.c,v 1.3 2007/03/05 16:43:24 henning Exp $ */
++/* $OpenBSD: whois.c,v 1.4 2009/09/08 15:40:25 claudio Exp $ */
+
+ /*
+ * Copyright (c) 2007 Henning Brauer <henning@openbsd.org>
+@@ -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";