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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/ripngd/
H A Dripng_routemap.c69 ripng_route_match_delete (struct vty *vty, struct route_map_index *index, function
521 return ripng_route_match_delete (vty, vty->index, "metric", NULL);
523 return ripng_route_match_delete (vty, vty->index, "metric", argv[0]);
552 return ripng_route_match_delete (vty, vty->index, "interface", NULL);
554 return ripng_route_match_delete (vty, vty->index, "interface", argv[0]);
583 return ripng_route_match_delete (vty, vty->index, "tag", NULL);
585 return ripng_route_match_delete (vty, vty->index, "tag", argv[0]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/ripngd/
H A Dripng_routemap.c69 ripng_route_match_delete (struct vty *vty, struct route_map_index *index, function
521 return ripng_route_match_delete (vty, vty->index, "metric", NULL);
523 return ripng_route_match_delete (vty, vty->index, "metric", argv[0]);
552 return ripng_route_match_delete (vty, vty->index, "interface", NULL);
554 return ripng_route_match_delete (vty, vty->index, "interface", argv[0]);
583 return ripng_route_match_delete (vty, vty->index, "tag", NULL);
585 return ripng_route_match_delete (vty, vty->index, "tag", argv[0]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/ripngd/
H A Dripng_routemap.c69 ripng_route_match_delete (struct vty *vty, struct route_map_index *index, function
521 return ripng_route_match_delete (vty, vty->index, "metric", NULL);
523 return ripng_route_match_delete (vty, vty->index, "metric", argv[0]);
552 return ripng_route_match_delete (vty, vty->index, "interface", NULL);
554 return ripng_route_match_delete (vty, vty->index, "interface", argv[0]);
583 return ripng_route_match_delete (vty, vty->index, "tag", NULL);
585 return ripng_route_match_delete (vty, vty->index, "tag", argv[0]);

Completed in 205 milliseconds