]> git.puffer.fish Git - mirror/frr.git/commit
vtysh: Show `ip ospf network ...` even if it's not the same as the interface type 15824/head
authorDonatas Abraitis <donatas@opensourcerouting.org>
Tue, 23 Apr 2024 14:13:46 +0000 (17:13 +0300)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Tue, 23 Apr 2024 14:13:46 +0000 (17:13 +0300)
commit1ce626aea6f1f274da92478a8e487c229b08f9ce
tree5d3e241a513f8f7af640776cedf2837d269e9c03
parent166a82ca6a3e3e1da83925902b046d93bc063758
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