mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-09 07:07:18 +00:00

Recent commit: 0eb97b860d
Broke onlink behavior and as a result ospf unnumbered failed
to work. This commit adds a small test to create 2 ospf routers,
connect them through ospf unlinked behavior and then ensure
that the routes are installed into the kernel as expected.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
12 lines
193 B
Plaintext
12 lines
193 B
Plaintext
!
|
|
interface r1-eth1
|
|
ip ospf network point-to-point
|
|
!
|
|
router ospf
|
|
ospf router-id 10.0.255.1
|
|
redistribute kernel
|
|
redistribute connected
|
|
redistribute static
|
|
network 0.0.0.0/0 area 0
|
|
!
|