Searched refs:cluster_id (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/bgpd/
H A Dbgpd.h79 struct in_addr cluster_id; member in struct:bgp
H A Dbgpd.c223 bgp_cluster_id_set (struct bgp *bgp, struct in_addr *cluster_id)
229 && IPV4_ADDR_SAME (&bgp->cluster_id, cluster_id))
232 IPV4_ADDR_COPY (&bgp->cluster_id, cluster_id);
257 bgp->cluster_id.s_addr = 0;
4352 vty_out (vty, " bgp cluster-id %s%s", inet_ntoa (bgp->cluster_id),
217 bgp_cluster_id_set(struct bgp *bgp, struct in_addr *cluster_id) argument
H A Dbgp_attr.c1516 /* If this peer configuration's parent BGP has cluster_id. */
1518 stream_put_in_addr (s, &bgp->cluster_id);
1526 /* If this peer configuration's parent BGP has cluster_id. */
1528 stream_put_in_addr (s, &bgp->cluster_id);
H A Dbgp_route.c407 struct in_addr cluster_id;
412 cluster_id = peer->bgp->cluster_id;
414 cluster_id = peer->bgp->router_id;
416 if (cluster_loop_check (attr->cluster, cluster_id))
405 struct in_addr cluster_id; local

Completed in 270 milliseconds