• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/

Lines Matching refs:index

94 ospf_route_match_delete (struct vty *vty, struct route_map_index *index,
99 ret = route_map_delete_match (index, command, arg);
119 ospf_route_match_add (struct vty *vty, struct route_map_index *index,
124 ret = route_map_add_match (index, command, arg);
144 ospf_route_set_add (struct vty *vty, struct route_map_index *index,
149 ret = route_map_add_set (index, command, arg);
170 ospf_route_set_delete (struct vty *vty, struct route_map_index *index,
175 ret = route_map_delete_set (index, command, arg);
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]);