mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-03 18:47:14 +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>
8 lines
91 B
Plaintext
8 lines
91 B
Plaintext
!
|
|
interface r2-eth0
|
|
ip address 10.0.20.1/32
|
|
!
|
|
interface r2-eth1
|
|
ip address 10.0.3.2/32
|
|
!
|