Forgot to remove stuff in v6 ospf config

This commit is contained in:
Jesper Hess 2018-10-10 18:14:36 +02:00
parent c605e4723a
commit 0810a8283b
Signed by: graffen
GPG Key ID: 351A89E40D763F0F
2 changed files with 3 additions and 3 deletions

View File

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

View File

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