Add hvn1/hvn2 and remove the comments from hvn0
This commit is contained in:
21
build/default/hvn2.lab.ipng.ch/vpp2-3/etc/bird/ospf.conf
Normal file
21
build/default/hvn2.lab.ipng.ch/vpp2-3/etc/bird/ospf.conf
Normal file
@ -0,0 +1,21 @@
|
||||
protocol ospf v2 ospf4 {
|
||||
ipv4 { export where source = RTS_DEVICE; import all; };
|
||||
area 0 {
|
||||
interface "loop0" { stub yes; };
|
||||
interface "e0" { type pointopoint; cost 5; bfd off; };
|
||||
interface "e1" { type pointopoint; cost 5; bfd off; };
|
||||
interface "e2" { type pointopoint; cost 5; bfd off; };
|
||||
interface "e3" { type pointopoint; cost 5; bfd off; };
|
||||
};
|
||||
}
|
||||
|
||||
protocol ospf v3 ospf6 {
|
||||
ipv6 { export where source = RTS_DEVICE; import all; };
|
||||
area 0 {
|
||||
interface "loop0" { stub yes; };
|
||||
interface "e0" { type pointopoint; cost 5; bfd off; };
|
||||
interface "e1" { type pointopoint; cost 5; bfd off; };
|
||||
interface "e2" { type pointopoint; cost 5; bfd off; };
|
||||
interface "e3" { type pointopoint; cost 5; bfd off; };
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user