]> git.puffer.fish Git - mirror/frr.git/commit
ospfd: fix loss of mixed form in "range" command 10543/head
authoranlan_cs <vic.lan@pica8.com>
Mon, 7 Feb 2022 13:25:28 +0000 (21:25 +0800)
committermergify-bot <noreply@mergify.com>
Wed, 9 Feb 2022 10:49:50 +0000 (10:49 +0000)
commit3e13cb831047f79f4297003905b4bb6ead9406fa
treea8b0f9a34f8b08f930e50430341c92e70e3f3b0c
parente3e7df1d3556796a39f110110536ff0d7a542374
ospfd: fix loss of mixed form in "range" command

Currently "range" command can only accept `cost` or `substitute`
individually, and `show running` will mix them.

So need make it accept mixed form with both of them, otherwise
configuration file in mixed form will fail to start.

Signed-off-by: anlan_cs <vic.lan@pica8.com>
(cherry picked from commit ec88a72a375bc3a228cf2752b03e5aa22d8ef206)
ospfd/ospf_vty.c