Forgot to remove stuff in v6 ospf config
This commit is contained in:
parent
c605e4723a
commit
0810a8283b
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue