summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: Convert inet_ntoa to %pI4/inet_ntopDonatas Abraitis2020-10-1817-279/+360
* Merge pull request #7306 from donaldsharp/bgp_dest_printDonatas Abraitis2020-10-1712-244/+245
|\
| * bgpd: Use bgp_dest_get_prefix accessor functionDonald Sharp2020-10-172-5/+8
| * bgpd: More bgp_node -> bgp_dest cleanupDonald Sharp2020-10-174-149/+161
| * bgpd: Convert to %pFX or %pBD where possibleDonald Sharp2020-10-172-71/+44
| * bgpd: add `%pBD` for printing `struct bgp_dest *`David Lamparter2020-10-178-23/+36
* | bgpd: replace bgp_evpn_route2str with prefix2strPat Ruddy2020-10-164-106/+25
|/
* bgpd: print error when as-path filter doesn't existIgor Ryzhov2020-10-141-2/+4
* Merge pull request #7283 from donaldsharp/thread_off_semanticsDonatas Abraitis2020-10-143-10/+5
|\
| * *: Use proper semantics for turning off threadDonald Sharp2020-10-123-10/+5
* | Merge pull request #7277 from chiragshah6/yang_nb6Donatas Abraitis2020-10-136-21/+69
|\ \
| * | bgpd: use common api in bgp_getChirag Shah2020-10-133-32/+26
| * | bgpd: fix crash in bgp instance creationChirag Shah2020-10-132-10/+64
| * | bgpd: rename router bgp callbacksChirag Shah2020-10-133-6/+6
* | | bgpd: fix show bgp neighbor routes for labeled-unicastTrey Aspelund2020-10-121-4/+4
|/ /
* / bgpd: Correctly calculate threshold being reachedDonald Sharp2020-10-121-1/+2
|/
* Merge pull request #7268 from ton31337/fix/dead_name_bgpdDonald Sharp2020-10-101-1/+1
|\
| * bgpd: Use default VRF name if using `router bgp` commandDonatas Abraitis2020-10-091-1/+1
* | Merge pull request #7252 from sworleys/EVPN-RType-HelpDonatas Abraitis2020-10-091-67/+67
|\ \ | |/ |/|
| * bgpd: re-use HELP_STR evpn macrosStephen Worley2020-10-081-67/+67
* | bgpd: hide test commandsIgor Ryzhov2020-10-081-2/+2
|/
* Merge pull request #7246 from mjstapp/fix_bgp_nb_saDonatas Abraitis2020-10-071-5/+0
|\
| * bgpd: fix SA warnings in bgp northboundMark Stapp2020-10-061-5/+0
* | Merge pull request #7239 from opensourcerouting/bgp-aggregate-medDonatas Abraitis2020-10-072-242/+340
|\ \
| * | bgpd: aggregate address matching-MED-onlyRafael Zalamena2020-10-062-11/+256
| * | bgpd: simplify aggregate address commandsRafael Zalamena2020-10-051-235/+88
* | | Revert "bgpd: allow bestpath to handle mutliple locally-originated paths"Donald Sharp2020-10-061-8/+4
* | | bgpd: allow bestpath to handle mutliple locally-originated pathsDonald Sharp2020-10-061-4/+8
| |/ |/|
* | bgpd: no router bgp check candidate configChirag Shah2020-10-031-2/+11
* | bgpd: move router bgp nb callbackChirag Shah2020-10-034-19/+14
* | bgpd: correct bgp global contextChirag Shah2020-10-033-131/+161
* | bgpd: shorten northbound callback namesChirag Shah2020-10-033-5166/+5076
* | bgpd: register nb routing hookChirag Shah2020-10-033-0/+25
* | bgpd: convert global config to transactional cliChirag Shah2020-10-039-1044/+1886
* | bgpd: register northbound callbacks to bootstrapChirag Shah2020-10-031-0/+4
* | bgpd: bgp northbound callbacks prototypesChirag Shah2020-10-034-0/+40880
* | *: add bgp yang files into makefilesChirag Shah2020-10-031-0/+13
|/
* vtysh: dynamically generate the list of daemons for commandsIgor Ryzhov2020-10-021-0/+2
* *: make failure to decode nht update an errorQuentin Young2020-10-011-3/+2
* Merge pull request #7039 from opensourcerouting/bgp-norib-runtimeDonald Sharp2020-09-295-0/+151
|\
| * bgpd: set/unset bgpd no-rib option at runtimeDavid Schweizer2020-09-025-0/+151
* | Merge pull request #7178 from taspelund/bgp_timersDonatas Abraitis2020-09-281-5/+12
|\ \
| * | bgpd: Use bgp instance's default keepalive interval if < (holdtime/3)Trey Aspelund2020-09-251-5/+12
* | | Merge pull request #7182 from donaldsharp/bgp_static_32sDonatas Abraitis2020-09-261-8/+12
|\ \ \
| * | | bgpd: Allow bgp static routes to use /32'sDonald Sharp2020-09-251-8/+12
| | |/ | |/|
* | | Merge pull request #7171 from dslicenc/bgp-rid-updateDonatas Abraitis2020-09-261-2/+18
|\ \ \ | |/ / |/| |
| * | bgpd: allow derived router-id update if previously 0x0Don Slice2020-09-241-2/+18
| |/
* | bgpd: Remove dest variable from route_out_vty_flowspecDonald Sharp2020-09-241-5/+0
* | bgpd: pbra is already derefed in all paths to this spotDonald Sharp2020-09-241-1/+1
* | bgpd: Ensure we do integer size promotionsDonald Sharp2020-09-241-10/+9
|/