• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/bgpd/

Lines Matching defs:rsclient

2322       peer = peer_lock (peer); /* rsclient peer list reference */
2323 listnode_add_sort (bgp->rsclient, peer);
2332 listnode_delete (bgp->rsclient, peer);
2333 peer_unlock (peer); /* rsclient peer list reference */
2436 listnode_delete (bgp->rsclient, peer);
2437 peer_unlock (peer); /* peer bgp rsclient reference */
6612 "clear bgp * rsclient",
6616 "Soft reconfig for rsclient RIB\n")
6628 "clear bgp ipv6 * rsclient",
6633 "Soft reconfig for rsclient RIB\n")
6637 "clear bgp view WORD * rsclient",
6643 "Soft reconfig for rsclient RIB\n")
6647 "clear bgp ipv6 view WORD * rsclient",
6654 "Soft reconfig for rsclient RIB\n")
6659 "clear ip bgp * rsclient",
6664 "Soft reconfig for rsclient RIB\n")
6676 "clear ip bgp view WORD * rsclient",
6683 "Soft reconfig for rsclient RIB\n")
6688 "clear bgp (A.B.C.D|X:X::X:X) rsclient",
6693 "Soft reconfig for rsclient RIB\n")
6705 "clear bgp ipv6 (A.B.C.D|X:X::X:X) rsclient",
6711 "Soft reconfig for rsclient RIB\n")
6715 "clear bgp view WORD (A.B.C.D|X:X::X:X) rsclient",
6722 "Soft reconfig for rsclient RIB\n")
6726 "clear bgp ipv6 view WORD (A.B.C.D|X:X::X:X) rsclient",
6734 "Soft reconfig for rsclient RIB\n")
6739 "clear ip bgp (A.B.C.D|X:X::X:X) rsclient",
6745 "Soft reconfig for rsclient RIB\n")
6757 "clear ip bgp view WORD (A.B.C.D|X:X::X:X) rsclient",
6765 "Soft reconfig for rsclient RIB\n")
6970 if ((ents = listcount (bgp->rsclient)))
8274 bgp_write_rsclient_summary (struct vty *vty, struct peer *rsclient,
8285 if (CHECK_FLAG (rsclient->sflags, PEER_STATUS_GROUP))
8287 for (ALL_LIST_ELEMENTS (rsclient->group->peer, node, nnode, peer))
8295 len = vty_out (vty, "%s", rsclient->host);
8305 vty_out (vty, "%10u ", rsclient->as);
8307 rmname = ROUTE_MAP_EXPORT_NAME(&rsclient->filter[afi][safi]);
8317 rmname = ROUTE_MAP_IMPORT_NAME(&rsclient->filter[afi][safi]);
8327 vty_out (vty, "%8s", peer_uptime (rsclient->uptime, timebuf, BGP_UPTIME_LEN));
8329 if (CHECK_FLAG (rsclient->flags, PEER_FLAG_SHUTDOWN))
8331 else if (CHECK_FLAG (rsclient->sflags, PEER_STATUS_PREFIX_OVERFLOW))
8334 vty_out (vty, " %-11s", LOOKUP(bgp_status_msg, rsclient->status));
8352 for (ALL_LIST_ELEMENTS (bgp->rsclient, node, nnode, peer))
8412 /* 'show bgp rsclient' commands. */
8415 "show ip bgp rsclient summary",
8427 "show ip bgp view WORD rsclient summary",
8441 "show ip bgp ipv4 (unicast|multicast) rsclient summary",
8459 "show ip bgp view WORD ipv4 (unicast|multicast) rsclient summary",
8479 "show bgp view WORD ipv4 (unicast|multicast) rsclient summary",
8503 "show bgp ipv4 (unicast|multicast) rsclient summary",
8515 "show bgp rsclient summary",
8526 "show bgp view WORD rsclient summary",
8539 "show bgp ipv6 rsclient summary",
8548 "show bgp view WORD ipv6 rsclient summary",
8559 "show bgp view WORD ipv6 (unicast|multicast) rsclient summary",
8583 "show bgp ipv6 (unicast|multicast) rsclient summary",
10021 /* "clear ip bgp neighbor rsclient" */
10143 /* "show ip bgp rsclient" commands. */