]> git.puffer.fish Git - mirror/frr.git/commit
ospfd: fix no show database output when selecting vrf
authorLouis Scalbert <louis.scalbert@6wind.com>
Thu, 24 Dec 2020 13:41:31 +0000 (14:41 +0100)
committerIgor Ryzhov <iryzhov@nfware.com>
Wed, 20 Jan 2021 15:48:47 +0000 (18:48 +0300)
commit9616ef937787f149733d89fa55f42da6f57377af
tree856999b2aef42a25983b835f21f341fa9f652008
parent4c4764e36f614295f7bee47296d26561b203ad7f
ospfd: fix no show database output when selecting vrf

No output when selecting a vrf
frr# show ip ospf vrf default database router adv-router 10.125.0.1
VRF Name: default

       OSPF Router with ID (10.125.0.1)

In comparison with:
frr# show ip ospf database router adv-router 10.125.0.1

       OSPF Router with ID (10.125.0.1)

                Router Link States (Area 0.0.0.0)

  LS age: 155
  Options: 0x2  : *|-|-|-|-|-|E|-
(...)

Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
ospfd/ospf_vty.c