summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: improve labelpool performance at scaleG. Paul Ziemba2022-08-313-27/+622
* bgpd: Drop bnc_str() functionDonatas Abraitis2022-08-253-31/+13
* bgpd: Convert prefix2str to %pFXDonatas Abraitis2022-08-257-107/+55
* bgpd: Do not print new line for EVPN CLI outputs if it's a JSONDonatas Abraitis2022-08-251-2/+1
* Merge pull request #11829 from donaldsharp/time_32_bitsJafar Al-Gharaibeh2022-08-2423-79/+71
|\
| * bgpd: Replace rfapi_time() with monotime()Donald Sharp2022-08-245-13/+17
| * bgpd: Convert from bgp_clock() to monotime()Donald Sharp2022-08-2420-66/+54
* | Revert "bgpd: Drop `internet` community check from community_list_match()"Donatas Abraitis2022-08-241-0/+3
|/
* bgpd: Drop `internet` community check from community_list_match()Donatas Abraitis2022-08-161-3/+0
* Merge pull request #11805 from opensourcerouting/fix/treat_as_withdraw_if_as_setRuss White2022-08-161-0/+26
|\
| * bgpd: Treat as withdraw if we receive as path with AS_SET / AS_CONFED_SETDonatas Abraitis2022-08-151-0/+26
* | bgpd: Change warning message when BGP community-list is not foundDonatas Abraitis2022-08-161-8/+5
* | bgpd: Ensure bgp_vrf is non-nullDonald Sharp2022-08-151-0/+3
|/
* bgpd: Convert some int functions to voidDonatas Abraitis2022-08-122-69/+51
* bgpd: don't adv conditionally withdrawn routesQuentin Young2022-08-111-0/+26
* bgpd: apply cond-adv policy to update groupQuentin Young2022-08-112-2/+28
* Merge pull request #11752 from opensourcerouting/fix/update_policy_on_filtersRuss White2022-08-095-32/+48
|\
| * bgpd: Send route update when modifying access/aspath/prefix listsDonatas Abraitis2022-08-055-32/+48
* | bgpd: When specifying listen address for bgpd we shouldn't imply no fib flagDonatas Abraitis2022-08-081-2/+1
* | Merge pull request #11623 from taspelund/prefer_mp_nexthopDonatas Abraitis2022-08-085-47/+64
|\ \
| * | bgpd: ignore NEXT_HOP for MP_REACH_NLRITrey Aspelund2022-08-044-42/+55
| * | bgpd: add BGP_ATTR_MP_NEXTHOP_LEN_IP6 macroTrey Aspelund2022-08-041-5/+9
| |/
* | Merge pull request #11741 from Pdoijode/bgp-evpn-flood-op-chg-masterDonatas Abraitis2022-08-051-4/+15
|\ \ | |/ |/|
| * bgpd: addition of vxlanFlooding field to show outputPdoijode2022-08-041-0/+11
| * bgpd: BUM flooding display changePooja2022-08-031-6/+6
* | Merge pull request #11739 from opensourcerouting/fix/bgp_best_path_select_deferDonald Sharp2022-08-043-8/+5
|\ \
| * | bgpd: bgp_best_path_select_defer never returns negativeDonatas Abraitis2022-08-033-8/+5
* | | bgpd: fix show bgp l2vpn evpn route rd crashesTrey Aspelund2022-08-041-2/+2
|/ /
* / bgpd: Add `show bgp access-list` command to filter routes by ACLDonatas Abraitis2022-08-032-0/+26
|/
* Merge pull request #11684 from donaldsharp/cleanup_for_dev_buildsRuss White2022-08-021-8/+2
|\
| * bgpd: use pI4Donald Sharp2022-07-301-8/+2
* | Merge pull request #11691 from mxyns/bmp-vpnv4monupd-fixDonald Sharp2022-08-011-5/+7
|\ \
| * | bgpd: fixed bmp vpnv4 monitoring are withdraws instead of updatesmxyns2022-07-291-5/+7
* | | Merge pull request #11692 from opensourcerouting/fix/bgpd_as_overrideDonald Sharp2022-08-013-29/+4
|\ \ \ | |_|/ |/| |
| * | bgpd: Do not check if the whole as-path has target ASN when using as-overrideDonatas Abraitis2022-07-293-29/+4
* | | bgpd: Safi can be SAFI_MAX which would allow a write beyond allocedDonald Sharp2022-07-291-0/+1
* | | Merge pull request #11695 from donaldsharp/afi_maxDonatas Abraitis2022-07-281-0/+5
|\ \ \
| * | | bgpd: Ensure we are not using AFI_MAXDonald Sharp2022-07-271-0/+5
| |/ /
* | | Merge pull request #11693 from opensourcerouting/fix/unlock_bgp_destDonald Sharp2022-07-281-2/+9
|\ \ \
| * | | bgpd: Unlock bgp_node after bgp_node_lookupDonatas Abraitis2022-07-281-2/+9
* | | | bgpd: Improve indentation in bgp_updgrp_adv.cDonald Sharp2022-07-271-87/+82
|/ / /
* | | bgpd: Reset BGP sessions when changing the portDonatas Abraitis2022-07-272-0/+4
* | | bgpd: Allow setting custom port for BGP unnumbered peersDonatas Abraitis2022-07-271-5/+5
|/ /
* | Merge pull request #11678 from donaldsharp/valgrind_meDonatas Abraitis2022-07-271-0/+5
|\ \
| * | bgpd: Fixup pbr rule changes that were missedDonald Sharp2022-07-261-0/+5
* | | bgpd: Remove newlines from zlog, they are not allowedDonald Sharp2022-07-261-2/+2
|/ /
* | Merge pull request #11582 from liwg06/masterRuss White2022-07-262-33/+43
|\ \
| * | bgpd: Fixup some MAC address token cli syntaxWeiguo Li2022-07-192-33/+43
* | | Merge pull request #11523 from pguibert6WIND/bgp_no_retainRuss White2022-07-267-19/+106
|\ \ \
| * | | bgpd: implement retain route-target all behaviourPhilippe Guibert2022-07-187-19/+106