dn42/nodes/fsn1/bird2/bird/disabled-peers/ospf.conf
2020-04-04 13:57:04 +02:00

30 lines
544 B
Plaintext

protocol ospf v3 AS4242422341_zotan_ospf {
ipv4 {
import all;
export all;
# export where source = RTS_STATIC;
};
area 0 {
interface "lo" {
stub;
};
interface "dn42i*" {
};
};
}
protocol ospf v3 AS4242422341_zotan_ospf_v6 {
ipv6 {
import all;
export all;
# export where source = RTS_STATIC;
};
area 0 {
interface "lo" {
stub;
};
interface "dn42i*" {
};
};
}