]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/zebra_vty.c
nhrpd: implement next hop resolution protocol
[mirror_frr.git] / zebra / zebra_vty.c
index 17d8249906b91cc11afbc4ff32cd05533b4453b3..ddb037335cec0337a2725da5f9a4e8516cc89b78 100644 (file)
@@ -684,6 +684,7 @@ vty_show_ip_route_detail (struct vty *vty, struct route_node *rn, int mcast)
       if (rib->type == ZEBRA_ROUTE_RIP
          || rib->type == ZEBRA_ROUTE_OSPF
          || rib->type == ZEBRA_ROUTE_ISIS
+         || rib->type == ZEBRA_ROUTE_NHRP
          || rib->type == ZEBRA_ROUTE_TABLE
          || rib->type == ZEBRA_ROUTE_BGP)
        {
@@ -835,6 +836,7 @@ vty_show_ip_route (struct vty *vty, struct route_node *rn, struct rib *rib,
       if (rib->type == ZEBRA_ROUTE_RIP
           || rib->type == ZEBRA_ROUTE_OSPF
           || rib->type == ZEBRA_ROUTE_ISIS
+         || rib->type == ZEBRA_ROUTE_NHRP
           || rib->type == ZEBRA_ROUTE_TABLE
           || rib->type == ZEBRA_ROUTE_BGP)
         {
@@ -1041,6 +1043,7 @@ vty_show_ip_route (struct vty *vty, struct route_node *rn, struct rib *rib,
       if (rib->type == ZEBRA_ROUTE_RIP
          || rib->type == ZEBRA_ROUTE_OSPF
          || rib->type == ZEBRA_ROUTE_ISIS
+         || rib->type == ZEBRA_ROUTE_NHRP
          || rib->type == ZEBRA_ROUTE_TABLE
          || rib->type == ZEBRA_ROUTE_BGP)
        {