OSPF6 stuff

This commit is contained in:
graffen 2018-10-07 12:26:46 +00:00
parent ee42d5bfea
commit c8b8192713
1 changed files with 8 additions and 8 deletions

View File

@ -1,15 +1,15 @@
protocol ospf {
protocol ospf O_OSPF {
table T_OSPF6;
import all;
export all;
area 0 {
interface "wg-ospf-*" {
};
interface "lo" {
stub;
};
interface "wg-ospf-*" {
};
};
}
@ -21,8 +21,8 @@ filter filter_OSPF6 {
};
protocol pipe {
table T_OSPF6;
peer table master;
import none;
export filter filter_OSPF6;
peer table T_OSPF6;
table master;
import filter filter_OSPF6;
export none;
}