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; }