]> git.puffer.fish Git - mirror/frr.git/commit
vtysh: Show `ip ospf network ...` even if it's not the same as the interface type 15871/head
authorDonatas Abraitis <donatas@opensourcerouting.org>
Tue, 23 Apr 2024 14:13:46 +0000 (17:13 +0300)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Mon, 29 Apr 2024 13:32:26 +0000 (16:32 +0300)
commit200eb7e92db5a099dc7d2ffff4a0b6d043cb9682
tree4f215621f5defb44feafb83b71ee93272712de68
parentfe88c8425fcf4740624fa0d7a489a0ed6514ae7c
vtysh: Show `ip ospf network ...` even if it's not the same as the interface type

ospfv3 shows this unconditionally, and ospfv2 does not show `ip ospf network ...` if the type of the interface matches the specified network.

Fixes: https://github.com/FRRouting/frr/issues/15817
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
ospfd/ospf_interface.c
ospfd/ospf_interface.h
ospfd/ospf_vty.c