OSPF6 stuff
This commit is contained in:
parent
ee42d5bfea
commit
c8b8192713
16
ospf6.conf
16
ospf6.conf
|
@ -1,15 +1,15 @@
|
||||||
protocol ospf {
|
protocol ospf O_OSPF {
|
||||||
table T_OSPF6;
|
table T_OSPF6;
|
||||||
import all;
|
import all;
|
||||||
export all;
|
export all;
|
||||||
|
|
||||||
area 0 {
|
area 0 {
|
||||||
interface "wg-ospf-*" {
|
|
||||||
};
|
|
||||||
|
|
||||||
interface "lo" {
|
interface "lo" {
|
||||||
stub;
|
stub;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
interface "wg-ospf-*" {
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -21,8 +21,8 @@ filter filter_OSPF6 {
|
||||||
};
|
};
|
||||||
|
|
||||||
protocol pipe {
|
protocol pipe {
|
||||||
table T_OSPF6;
|
peer table T_OSPF6;
|
||||||
peer table master;
|
table master;
|
||||||
import none;
|
import filter filter_OSPF6;
|
||||||
export filter filter_OSPF6;
|
export none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue