mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 06:59:21 +00:00

OSPF test with VRF backend NETNS Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
14 lines
240 B
Plaintext
14 lines
240 B
Plaintext
!
|
|
hostname r1
|
|
password zebra
|
|
log file /tmp/r1-ospfd.log
|
|
!
|
|
router ospf vrf r1-cust1
|
|
ospf router-id 10.0.255.1
|
|
redistribute kernel
|
|
redistribute connected
|
|
redistribute static
|
|
network 10.0.1.0/24 area 0
|
|
network 10.0.3.0/24 area 0
|
|
!
|