• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/bgpd/

Lines Matching refs:community

56        community        :  Done
74 community : Done
444 /* `match community COMMUNIY' */
451 /* Match function for community match. */
471 if (community_list_exact_match (bgp_info->attr->community, list))
476 if (community_list_match (bgp_info->attr->community, list))
483 /* Compile function for community match. */
509 /* Compile function for community match. */
519 /* Route map commands for community matching. */
522 "community",
923 /* `set community COMMUNITY' */
926 struct community *com;
931 /* For community set mechanism. */
939 struct community *new = NULL;
940 struct community *old;
941 struct community *merge;
948 old = attr->community;
954 attr->community = NULL;
968 attr->community = new;
975 /* Compile function for set community. */
980 struct community *com = NULL;
1017 /* Free function for set community. */
1028 /* Set community rule structure. */
1031 "community",
1040 /* For community set mechanism. */
1046 struct community *merge;
1047 struct community *new;
1048 struct community *old;
1058 old = binfo->attr->community;
1068 binfo->attr->community = NULL;
1074 binfo->attr->community = new;
1083 /* Compile function for set community. */
1104 /* Free function for set community. */
1111 /* Set community rule structure. */
1123 /* For community set mechanism. */
1156 /* Compile function for set community. */
1168 /* Free function for set community. */
1176 /* Set community rule structure. */
1187 /* For community set mechanism. */
1209 /* Compile function for set community. */
1222 /* Free function for set community. */
1230 /* Set community rule structure. */
2187 "match community (<1-99>|<100-199>|WORD)",
2189 "Match BGP community list\n"
2194 return bgp_route_match_add (vty, vty->index, "community", argv[0]);
2199 "match community (<1-99>|<100-199>|WORD) exact-match",
2201 "Match BGP community list\n"
2215 ret = bgp_route_match_add (vty, vty->index, "community", argstr);
2224 "no match community",
2227 "Match BGP community list\n")
2229 return bgp_route_match_delete (vty, vty->index, "community", NULL);
2234 "no match community (<1-99>|<100-199>|WORD)",
2237 "Match BGP community list\n"
2244 "no match community (<1-99>|<100-199>|WORD) exact-match",
2247 "Match BGP community list\n"
2498 "set community .AA:NN",
2500 "BGP community attribute\n"
2507 struct community *com = NULL;
2578 ret = bgp_route_set_add (vty, vty->index, "community", argstr);
2582 ret = bgp_route_set_add (vty, vty->index, "community", str);
2591 "set community none",
2593 "BGP community attribute\n"
2594 "No community attribute\n")
2596 return bgp_route_set_add (vty, vty->index, "community", "none");
2601 "no set community",
2604 "BGP community attribute\n")
2606 return bgp_route_set_delete (vty, vty->index, "community", NULL);
2611 "no set community .AA:NN",
2614 "BGP community attribute\n"
2619 "no set community none",
2622 "BGP community attribute\n"
2623 "No community attribute\n")
2629 "set BGP community list (for deletion)\n"
2652 "set BGP community list (for deletion)\n")
2662 "set BGP community list (for deletion)\n"
2672 "BGP extended community attribute\n"
2674 "VPN extended community\n")
2691 "BGP extended community attribute\n"
2702 "BGP extended community attribute\n"
2704 "VPN extended community\n")
2710 "BGP extended community attribute\n"
2711 "Site-of-Origin extended community\n"
2712 "VPN extended community\n")
2728 "BGP extended community attribute\n"
2729 "Site-of-Origin extended community\n")
2739 "BGP extended community attribute\n"
2740 "Site-of-Origin extended community\n"
2741 "VPN extended community\n")