mirror_frr/tests/topotests/all_protocol_startup/r1
Donatas Abraitis d02fae5836 zebra: Show NHT resolve via default status on/off
```
donatas-laptop# show ip nht
VRF default:
 Resolve via default: on
192.168.10.123
 resolved via connected
 is directly connected, wlp82s0 (vrf default)
 Client list: bgp(fd 21)
donatas-laptop# show ip nht json
{
  "default":{
    "ipv4":{
      "resolveViaDefault":true,
      "192.168.10.123":{
        "nhtConnected":false,
        "clientList":[
          {
            "protocol":"bgp",
            "socket":21,
            "protocolFiltered":"none"
          }
        ],
        "nexthops":[
          {
            "flags":3,
            "fib":true,
            "directlyConnected":true,
            "interfaceIndex":3,
            "interfaceName":"wlp82s0",
            "vrf":"default",
            "active":true
          }
        ],
        "resolvedProtocol":"connected"
      }
    }
  }
}
donatas-laptop# show ip nht vrf all

VRF default:
 Resolve via default: on
192.168.10.123
 resolved via connected
 is directly connected, wlp82s0 (vrf default)
 Client list: bgp(fd 21)
donatas-laptop# show ip nht vrf all json
{
  "default":{
    "ipv4":{
      "resolveViaDefault":true,
      "192.168.10.123":{
        "nhtConnected":false,
        "clientList":[
          {
            "protocol":"bgp",
            "socket":21,
            "protocolFiltered":"none"
          }
        ],
        "nexthops":[
          {
            "flags":3,
            "fib":true,
            "directlyConnected":true,
            "interfaceIndex":3,
            "interfaceName":"wlp82s0",
            "vrf":"default",
            "active":true
          }
        ],
        "resolvedProtocol":"connected"
      }
    }
  }
}
donatas-laptop#
```

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
2023-08-17 21:45:55 +03:00
..
babeld.conf tests: Unify directory naming for topotests 2021-05-11 14:14:26 +03:00
bgpd.conf tests: Unify directory naming for topotests 2021-05-11 14:14:26 +03:00
ip_nht.ref zebra: Show NHT resolve via default status on/off 2023-08-17 21:45:55 +03:00
ipv4_routes.ref tests: Unify directory naming for topotests 2021-05-11 14:14:26 +03:00
ipv6_nht.ref zebra: Show NHT resolve via default status on/off 2023-08-17 21:45:55 +03:00
ipv6_routes.ref tests: Unify directory naming for topotests 2021-05-11 14:14:26 +03:00
isisd.conf tests: Remove debugs from topotests 2021-11-07 07:45:27 -05:00
ldpd.conf tests: Remove debugs from topotests 2021-11-07 07:45:27 -05:00
nhrpd.conf tests: Unify directory naming for topotests 2021-05-11 14:14:26 +03:00
ospf6d.conf tests: Speedup test_all_protocol_startup.py by 55 seconds 2022-11-04 13:34:27 -04:00
ospf6d.conf-pre-v4 tests: Turn off debug logging 2023-03-29 20:12:58 -04:00
ospfd.conf tests: Speedup test_all_protocol_startup.py by 55 seconds 2022-11-04 13:34:27 -04:00
pbrd.conf tests: Unify directory naming for topotests 2021-05-11 14:14:26 +03:00
rip_status.ref tests: Unify directory naming for topotests 2021-05-11 14:14:26 +03:00
ripd.conf tests: Remove debugs from topotests 2021-11-07 07:45:27 -05:00
ripng_status.ref tests: Unify directory naming for topotests 2021-05-11 14:14:26 +03:00
ripngd.conf tests: Remove debugs from topotests 2021-11-07 07:45:27 -05:00
show_bgp_ipv4-post4.1.ref bgpd: fixed misaligned columns in BGP routes table 2022-10-25 10:45:35 -04:00
show_bgp_ipv4-post5.0.ref bgpd: fixed misaligned columns in BGP routes table 2022-10-25 10:45:35 -04:00
show_bgp_ipv4-post6.1.ref bgpd: fixed misaligned columns in BGP routes table 2022-10-25 10:45:35 -04:00
show_bgp_ipv4.ref bgpd: fixed misaligned columns in BGP routes table 2022-10-25 10:45:35 -04:00
show_bgp_ipv6_post6.1.ref bgpd: fixed misaligned columns in BGP routes table 2022-10-25 10:45:35 -04:00
show_bgp_ipv6_summary.ref tests: Unify directory naming for topotests 2021-05-11 14:14:26 +03:00
show_bgp_ipv6-post4.1.ref bgpd: fixed misaligned columns in BGP routes table 2022-10-25 10:45:35 -04:00
show_bgp_ipv6.ref bgpd: fixed misaligned columns in BGP routes table 2022-10-25 10:45:35 -04:00
show_ip_bgp_summary.ref tests: Unify directory naming for topotests 2021-05-11 14:14:26 +03:00
show_ip_ospf_interface.ref tests: Fix ospfv3 output to include Graceful Restart info 2023-05-08 21:47:44 -03:00
show_ipv6_ospf6_interface tests: Unify directory naming for topotests 2021-05-11 14:14:26 +03:00
show_ipv6_ospf6_interface.ref tests: Unify directory naming for topotests 2021-05-11 14:14:26 +03:00
show_isis_interface_detail.ref tests: Add test to check hello padding sometimes behavior 2023-02-28 09:52:30 -08:00
show_mpls_ldp_interface.ref tests: Unify directory naming for topotests 2021-05-11 14:14:26 +03:00
show_route_map.ref tests: Unify directory naming for topotests 2021-05-11 14:14:26 +03:00
zebra.conf tests: Unify directory naming for topotests 2021-05-11 14:14:26 +03:00