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 };
|
log syslog { debug, trace, info, remote, warning, error, auth, fatal, bug };
|
||||||
table T_BGP6;
|
table T_BGP;
|
||||||
table T_OSPF6;
|
table T_OSPF;
|
||||||
|
|
||||||
protocol device {
|
protocol device {
|
||||||
scan time 10;
|
scan time 10;
|
||||||
|
|
|
@ -22,6 +22,6 @@ filter filter_OSPF {
|
||||||
protocol pipe {
|
protocol pipe {
|
||||||
peer table T_OSPF;
|
peer table T_OSPF;
|
||||||
table master;
|
table master;
|
||||||
import filter filter_OSPF6;
|
import filter filter_OSPF;
|
||||||
export none;
|
export none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue