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

Lines Matching refs:vty

94 ospf_route_match_delete (struct vty *vty, struct route_map_index *index,
105 vty_out (vty, "%% Can't find rule.%s", VTY_NEWLINE);
109 vty_out (vty, "%% Argument is malformed.%s", VTY_NEWLINE);
119 ospf_route_match_add (struct vty *vty, struct route_map_index *index,
130 vty_out (vty, "%% Can't find rule.%s", VTY_NEWLINE);
134 vty_out (vty, "%% Argument is malformed.%s", VTY_NEWLINE);
144 ospf_route_set_add (struct vty *vty, struct route_map_index *index,
155 vty_out (vty, "%% Can't find rule.%s", VTY_NEWLINE);
159 vty_out (vty, "%% Argument is malformed.%s", VTY_NEWLINE);
170 ospf_route_set_delete (struct vty *vty, struct route_map_index *index,
181 vty_out (vty, "%% Can't find rule.%s", VTY_NEWLINE);
185 vty_out (vty, "%% Argument is malformed.%s", VTY_NEWLINE);
542 return ospf_route_match_add (vty, vty->index, "ip next-hop", argv[0]);
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]);
579 return ospf_route_match_add (vty, vty->index, "ip next-hop prefix-list",
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",
619 return ospf_route_match_add (vty, vty->index, "ip address", argv[0]);
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]);
656 return ospf_route_match_add (vty, vty->index, "ip address prefix-list",
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",
693 return ospf_route_match_add (vty, vty->index, "interface", argv[0]);
704 return ospf_route_match_delete (vty, vty->index, "interface", NULL);
706 return ospf_route_match_delete (vty, vty->index, "interface", argv[0]);
724 return ospf_route_set_add (vty, vty->index, "metric", argv[0]);
735 return ospf_route_set_delete (vty, vty->index, "metric", NULL);
737 return ospf_route_set_delete (vty, vty->index, "metric", argv[0]);
757 return ospf_route_set_add (vty, vty->index, "metric-type", "type-1");
759 return ospf_route_set_add (vty, vty->index, "metric-type", "type-2");
761 return ospf_route_set_add (vty, vty->index, "metric-type", argv[0]);
772 return ospf_route_set_delete (vty, vty->index, "metric-type", NULL);
774 return ospf_route_set_delete (vty, vty->index, "metric-type", argv[0]);