From 0810a8283b25381ea3b829e0c59a5ba14ac658ee Mon Sep 17 00:00:00 2001 From: Jesper Hess Nielsen Date: Wed, 10 Oct 2018 18:14:36 +0200 Subject: [PATCH] Forgot to remove stuff in v6 ospf config --- bird6.conf | 4 ++-- ospf6.conf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bird6.conf b/bird6.conf index 809720d..41f00f7 100644 --- a/bird6.conf +++ b/bird6.conf @@ -1,6 +1,6 @@ log syslog { debug, trace, info, remote, warning, error, auth, fatal, bug }; -table T_BGP6; -table T_OSPF6; +table T_BGP; +table T_OSPF; protocol device { scan time 10; diff --git a/ospf6.conf b/ospf6.conf index 5018eb7..52edc7a 100644 --- a/ospf6.conf +++ b/ospf6.conf @@ -22,6 +22,6 @@ filter filter_OSPF { protocol pipe { peer table T_OSPF; table master; - import filter filter_OSPF6; + import filter filter_OSPF; export none; }