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

Lines Matching defs:address

361 /* `match ip address IP_ACCESS_LIST' */
383 /* Route map `ip address' match statement. `arg' should be
391 /* Free route map's compiled `ip address' value. */
398 /* Route map commands for ip address matching. */
401 "ip address",
408 /* `match ip address prefix-list PREFIX_LIST' */
442 "ip address prefix-list",
517 struct in_addr *address;
523 address = rule;
527 rinfo->nexthop_out = *address;
539 struct in_addr *address;
541 address = XMALLOC (MTYPE_ROUTE_MAP_COMPILED, sizeof (struct in_addr));
543 ret = inet_aton (arg, address);
547 XFREE (MTYPE_ROUTE_MAP_COMPILED, address);
551 return address;
641 "Match next-hop address of route\n"
653 "Match next-hop address of route\n")
667 "Match next-hop address of route\n"
675 "Match next-hop address of route\n"
688 "Match next-hop address of route\n"
703 "Match next-hop address of route\n"
709 "match ip address WORD",
712 "Match address of route\n"
715 return rip_route_match_add (vty, vty->index, "ip address", argv[0]);
720 "no match ip address",
724 "Match address of route\n")
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]);
734 "no match ip address WORD",
738 "Match address of route\n"
743 "match ip address prefix-list WORD",
746 "Match address of route\n"
750 return rip_route_match_add (vty, vty->index, "ip address prefix-list", argv[0]);
755 "no match ip address prefix-list",
759 "Match address of route\n"
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]);
770 "no match ip address prefix-list WORD",
774 "Match address of route\n"
816 "Next hop address\n"
817 "IP address of next hop\n")
825 vty_out (vty, "%% Malformed next-hop address%s", VTY_NEWLINE);
838 "Next hop address\n")
852 "Next hop address\n"
853 "IP address of next hop\n")