• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ripd/

Lines Matching refs:vty

38 rip_route_match_add (struct vty *vty, struct route_map_index *index,
49 vty_out (vty, "%% Can't find rule.%s", VTY_NEWLINE);
53 vty_out (vty, "%% Argument is malformed.%s", VTY_NEWLINE);
63 rip_route_match_delete (struct vty *vty, struct route_map_index *index,
74 vty_out (vty, "%% Can't find rule.%s", VTY_NEWLINE);
78 vty_out (vty, "%% Argument is malformed.%s", VTY_NEWLINE);
88 rip_route_set_add (struct vty *vty, struct route_map_index *index,
99 vty_out (vty, "%% Can't find rule.%s", VTY_NEWLINE);
103 vty_out (vty, "%% Argument is malformed.%s", VTY_NEWLINE);
113 rip_route_set_delete (struct vty *vty, struct route_map_index *index,
124 vty_out (vty, "%% Can't find rule.%s", VTY_NEWLINE);
128 vty_out (vty, "%% Argument is malformed.%s", VTY_NEWLINE);
581 return rip_route_match_add (vty, vty->index, "metric", argv[0]);
592 return rip_route_match_delete (vty, vty->index, "metric", NULL);
594 return rip_route_match_delete (vty, vty->index, "metric", argv[0]);
612 return rip_route_match_add (vty, vty->index, "interface", argv[0]);
623 return rip_route_match_delete (vty, vty->index, "interface", NULL);
625 return rip_route_match_delete (vty, vty->index, "interface", argv[0]);
644 return rip_route_match_add (vty, vty->index, "ip next-hop", argv[0]);
656 return rip_route_match_delete (vty, vty->index, "ip next-hop", NULL);
658 return rip_route_match_delete (vty, vty->index, "ip next-hop", argv[0]);
679 return rip_route_match_add (vty, vty->index, "ip next-hop prefix-list", argv[0]);
692 return rip_route_match_delete (vty, vty->index, "ip next-hop prefix-list", NULL);
694 return rip_route_match_delete (vty, vty->index, "ip next-hop prefix-list", argv[0]);
715 return rip_route_match_add (vty, vty->index, "ip address", argv[0]);
727 return rip_route_match_delete (vty, vty->index, "ip address", NULL);
729 return rip_route_match_delete (vty, vty->index, "ip address", argv[0]);
750 return rip_route_match_add (vty, vty->index, "ip address prefix-list", argv[0]);
763 return rip_route_match_delete (vty, vty->index, "ip address prefix-list", NULL);
765 return rip_route_match_delete (vty, vty->index, "ip address prefix-list", argv[0]);
787 return rip_route_set_add (vty, vty->index, "metric", argv[0]);
798 return rip_route_set_delete (vty, vty->index, "metric", NULL);
800 return rip_route_set_delete (vty, vty->index, "metric", argv[0]);
825 vty_out (vty, "%% Malformed next-hop address%s", VTY_NEWLINE);
829 return rip_route_set_add (vty, vty->index, "ip next-hop", argv[0]);
841 return rip_route_set_delete (vty, vty->index, "ip next-hop", NULL);
843 return rip_route_set_delete (vty, vty->index, "ip next-hop", argv[0]);