From df4f9adb1385804256e5fe9fd5f9491bf523bf83 Mon Sep 17 00:00:00 2001 From: pelikan <> Date: Sat, 15 Feb 2014 00:18:07 +0000 Subject: [PATCH] Show the exemplary rules for accepting default routes for IPv6 as well. ok sthen florian --- src/etc/bgpd.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/etc/bgpd.conf b/src/etc/bgpd.conf index b5804fde..3ad21b9b 100644 --- a/src/etc/bgpd.conf +++ b/src/etc/bgpd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: bgpd.conf,v 1.15 2013/08/14 21:25:43 claudio Exp $ +# $OpenBSD: bgpd.conf,v 1.16 2014/02/15 00:18:07 pelikan Exp $ # sample bgpd configuration file # see bgpd.conf(5) @@ -85,6 +85,7 @@ allow from any inet6 prefixlen 16 - 48 # accept a default route (since the previous rule blocks this) #allow from any prefix 0.0.0.0/0 +#allow from any prefix ::/0 # filter bogus networks according to RFC5735 deny from any prefix 0.0.0.0/8 prefixlen >= 8 # 'this' network [RFC1122]