Home
last modified time | relevance | path

Searched refs:ripng_route_set_delete (Results 1 – 1 of 1) sorted by relevance

/dports/net/quagga/quagga-1.2.4/ripngd/
H A Dripng_routemap.c113 ripng_route_set_delete (struct vty *vty, struct route_map_index *index, in ripng_route_set_delete() function
576 return ripng_route_set_delete (vty, vty->index, "metric", NULL);
578 return ripng_route_set_delete (vty, vty->index, "metric", argv[0]);
621 return ripng_route_set_delete (vty, vty->index, "ipv6 next-hop local", NULL);
623 return ripng_route_set_delete (vty, vty->index, "ipv6 next-hop local", argv[0]);
654 return ripng_route_set_delete (vty, vty->index, "tag", NULL);
656 return ripng_route_set_delete (vty, vty->index, "tag", argv[0]);