summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | bgpd: fix mpls label pointer comparisonPhilippe Guibert2024-01-261-2/+5
* | | Merge pull request #15233 from louis-6wind/bgp-leak-no-networkDonatas Abraitis2024-01-261-1/+13
|\ \ \ | |/ / |/| |
| * | bgpd: fix VRF leaking with 'no bgp network import-check'Louis Scalbert2024-01-251-1/+13
* | | Merge pull request #15223 from opensourcerouting/fix/bgp_peer_cap_uint32_to_u...Donald Sharp2024-01-252-37/+37
|\ \ \ | |_|/ |/| |
| * | bgpd: Increase peer's struct cap from uint32 to uint64Donatas Abraitis2024-01-242-37/+37
* | | Merge pull request #15215 from donaldsharp/pceplib_fixupDonatas Abraitis2024-01-251-1/+1
|\ \ \
| * | | bgpd: Fix printf formatter mistakeDonald Sharp2024-01-241-1/+1
* | | | bgpd: Convert free/strdup to XSTRDUP in bgp_rfapi_cfg.cDonald Sharp2024-01-251-92/+77
| |/ / |/| |
* | | Merge pull request #15210 from opensourcerouting/fix/use_enum_for_graceful_re...Donald Sharp2024-01-243-16/+18
|\ \ \ | |_|/ |/| |
| * | bgpd: Fix format overflow for graceful-restart debug logsDonatas Abraitis2024-01-243-16/+18
| |/
* | Merge pull request #15209 from opensourcerouting/fix/whitespacesDonald Sharp2024-01-241-2/+2
|\ \ | |/ |/|
| * bgpd: Use single whitespace when displaying show bgp summaryDonatas Abraitis2024-01-231-2/+2
* | bgpd: check sockopt returns in rpki_create_socketLouis Scalbert2024-01-231-9/+32
* | bgpd: fix memory leak in rpki_create_socketLouis Scalbert2024-01-231-1/+3
* | bgpd: fix res validity in rpki_create_socketLouis Scalbert2024-01-231-5/+7
* | bgpd: fix deference before check in rpki_create_socketLouis Scalbert2024-01-231-1/+3
* | bgpd: fix potential null pointers in rpkiLouis Scalbert2024-01-231-1/+37
|/
* bgpd: fix route-map match probability deconfiguration callbackIgor Ryzhov2024-01-221-0/+1
* bgpd: add show bgp rpki prefix-count commandPhilippe Guibert2024-01-181-15/+35
* bgpd: add vrf name to some rpki logsPhilippe Guibert2024-01-181-4/+4
* bgpd: set rpki validation state in vrf tablePhilippe Guibert2024-01-181-3/+33
* bgpd: show per vrf rpki configuration in show runPhilippe Guibert2024-01-183-13/+71
* bgpd: add support of rpki in vrf configure contextPhilippe Guibert2024-01-181-22/+132
* bgpd: add support of vrf to rpki in enable modePhilippe Guibert2024-01-181-31/+62
* bgpd: create cache server socket in vrfPhilippe Guibert2024-01-182-4/+228
* bgpd: start or stop rpki at vrf creation or deletionLouis Scalbert2024-01-181-0/+32
* bgpd: add a hook to inform a vrf is enabled/disabledPhilippe Guibert2024-01-182-0/+7
* bgpd: remove rpki config command from enable nodePhilippe Guibert2024-01-181-1/+0
* bgpd: move rpki variables in a per vrf fistPhilippe Guibert2024-01-181-187/+420
* Merge pull request #15162 from opensourcerouting/fix/aspath4_set_flagDonald Sharp2024-01-171-8/+10
|\
| * bgpd: Send notification if AS4 capability failed to parse (malformed)Donatas Abraitis2024-01-161-1/+1
| * bgpd: Set role capability received flag only if parsed correctlyDonatas Abraitis2024-01-161-1/+3
| * bgpd: Set hostname capability received flag only if parsed correctlyDonatas Abraitis2024-01-161-2/+2
| * bgpd: Set ADD-PATH capability received flag only if parsed correctlyDonatas Abraitis2024-01-161-2/+2
| * bgpd: Set AS4 capability received flag only if parsed correctlyDonatas Abraitis2024-01-161-2/+2
* | Merge pull request #15034 from louis-6wind/topotest-rpkiDonatas Abraitis2024-01-153-30/+152
|\ \ | |/ |/|
| * bgpd: fix debug rpki display in show runPhilippe Guibert2024-01-111-8/+28
| * bgpd: add hooks for displaying module debug messagesPhilippe Guibert2024-01-112-0/+15
| * bgpd: do not show default rpki timers in show runPhilippe Guibert2024-01-111-0/+50
| * bgpd: remove double spaces with rpki running config & sshPhilippe Guibert2024-01-111-1/+1
| * bgpd: fix resetting rpki timer at no rpkiLouis Scalbert2024-01-111-0/+4
| * bgpd: fix crash when re-adding a rpki serverLouis Scalbert2024-01-111-0/+4
| * bgpd: fix rpki compilation without rtrlib sshLouis Scalbert2024-01-111-1/+6
| * bgpd: add json error message to rpkiLouis Scalbert2024-01-111-20/+29
| * bgpd: fix show rpki json void outputLouis Scalbert2024-01-111-15/+30
* | Merge pull request #15138 from opensourcerouting/fix/drop_unused_var_bgp_dampDonald Sharp2024-01-121-1/+0
|\ \
| * | bgpd: Drop dampening `tmax` variable from structDonatas Abraitis2024-01-121-1/+0
* | | Merge pull request #15121 from routingrocks/rajesh/bgp_peer_ttlDonatas Abraitis2024-01-121-0/+13
|\ \ \ | |/ / |/| |
| * | bgpd: Set correct TTL for the dynamic neighbor peersRajesh Varatharaj2024-01-111-0/+13
* | | Merge pull request #15128 from opensourcerouting/fix/bgp_oad_ECOMMUNITY_ORIGI...Donald Sharp2024-01-111-13/+35
|\ \ \ | |_|/ |/| |