Searched refs:ospf_route_match_delete (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_routemap.c94 ospf_route_match_delete (struct vty *vty, struct route_map_index *index, function
554 return ospf_route_match_delete (vty, vty->index, "ip next-hop", NULL);
556 return ospf_route_match_delete (vty, vty->index, "ip next-hop", argv[0]);
593 return ospf_route_match_delete (vty, vty->index, "ip next-hop prefix-list",
595 return ospf_route_match_delete (vty, vty->index, "ip next-hop prefix-list",
631 return ospf_route_match_delete (vty, vty->index, "ip address", NULL);
633 return ospf_route_match_delete (vty, vty->index, "ip address", argv[0]);
670 return ospf_route_match_delete (vty, vty->index, "ip address prefix-list",
672 return ospf_route_match_delete (vty, vty->index, "ip address prefix-list",
704 return ospf_route_match_delete (vt
[all...]

Completed in 57 milliseconds