index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_open.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bgpd: Add CLI knob to enable graceful restart for BGP notifications
Donatas Abraitis
2022-05-05
1
-3
/
+8
*
Merge pull request #11128 from opensourcerouting/feature/rfc8538
Donald Sharp
2022-05-02
1
-14
/
+34
|
\
|
*
bgpd: Implement CEASE/Hard Reset notification
Donatas Abraitis
2022-05-02
1
-8
/
+27
|
*
bgpd: Rename graceful restart constants for R-bit capabilities
Donatas Abraitis
2022-04-27
1
-4
/
+5
|
*
bgpd: Rename graceful restart constants for R/F flags
Donatas Abraitis
2022-04-27
1
-4
/
+4
*
|
bgpd: Ensure pkt_afi and pkt_safi are not used uninited in some cases
Donald Sharp
2022-04-27
1
-8
/
+8
|
/
*
bgpd: Implement LLGR helper mode
Donatas Abraitis
2021-12-28
1
-1
/
+8
*
Merge pull request #10105 from ton31337/feature/rfc9072
Russ White
2021-11-29
1
-41
/
+99
|
\
|
*
bgpd: Implement rfc9072
Donatas Abraitis
2021-11-22
1
-41
/
+99
*
|
bgpd: Add missing LLGR capability handling stuff
Donatas Abraitis
2021-11-23
1
-0
/
+3
|
/
*
bgpd: Add Long-lived Graceful Restart capability (restarter)
Donatas Abraitis
2021-10-31
1
-0
/
+91
*
bgpd: Unify AddPath capability for OPEN logging
Donatas Abraitis
2021-10-26
1
-3
/
+4
*
bgpd: Unify multiprotocol capability for OPEN logging
Donatas Abraitis
2021-10-26
1
-60
/
+60
*
bgpd: Remove double logging for Graceful Restart capability
Donatas Abraitis
2021-10-26
1
-2
/
+0
*
bgpd: Add `disable-addpath-rx` knob
Donatas Abraitis
2021-09-03
1
-5
/
+16
*
bgpd: Set extended msg size only if we advertised and received capability
Donatas Abraitis
2021-08-02
1
-1
/
+2
*
bgpd: rework BGP_MAX_PACKET_SIZE & friends
Quentin Young
2021-05-06
1
-3
/
+3
*
bgpd: Add BGP Extended message support
Donatas Abraitis
2021-03-04
1
-0
/
+36
*
bgpd: Implement enhanced route refresh capability
Donatas Abraitis
2021-01-05
1
-1
/
+15
*
Merge pull request #6589 from NaveenThanikachalam/gr_fixes
Donatas Abraitis
2020-09-04
1
-0
/
+3
|
\
|
*
bgpd: GR fixes
Naveen Thanikachalam
2020-07-14
1
-0
/
+3
*
|
*: un-split strings across lines
David Lamparter
2020-07-14
1
-26
/
+13
|
/
*
bgpd: Convert lots of int type functions to bool/void
Donatas Abraitis
2020-03-21
1
-3
/
+3
*
*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__
Donatas Abraitis
2020-03-05
1
-3
/
+3
*
bgpd: Replace bgp_flag_* to [UN]SET/CHECK_FLAG macros
Donatas Abraitis
2020-02-06
1
-2
/
+3
*
Merge pull request #5761 from qlyoung/fix-bgp-gr-cruft
Donatas Abraitis
2020-02-06
1
-2
/
+1
|
\
|
*
bgpd, lib: fix style from BGP GR code
Quentin Young
2020-02-04
1
-2
/
+1
*
|
Merge pull request #5750 from qlyoung/fix-null-after-xfree
Renato Westphal
2020-02-05
1
-13
/
+3
|
\
\
|
|
/
|
/
|
|
*
*: remove null check before XFREE
Quentin Young
2020-02-04
1
-10
/
+3
|
*
*: don't null after XFREE; XFREE does this itself
Quentin Young
2020-02-03
1
-3
/
+0
*
|
Merge pull request #5653 from slankdev/slankdev-bgpd-support-prefix-sid-srv6-...
Donald Sharp
2020-02-04
1
-2
/
+2
|
\
\
|
*
|
bgpd: extended nexthop capability for vpnv4-unicast
Hiroki Shirokura
2020-01-09
1
-2
/
+2
*
|
|
bgpd: Cleanup some bad formating
Donald Sharp
2020-01-31
1
-67
/
+57
|
|
/
|
/
|
*
|
bgpd: Added bgp graceful restart additional debug logs.
bisdhdh
2020-01-23
1
-0
/
+7
*
|
bgpd: BGP Garaceful Restart debug logs.
bisdhdh
2020-01-23
1
-3
/
+3
*
|
bgpd: Adding helper caller hooks for BGPD-ZEBRA integration for GR.
bisdhdh
2020-01-23
1
-0
/
+6
*
|
bgpd: BGP-GR peer router restart-time should be reset.
bisdhdh
2020-01-23
1
-0
/
+7
*
|
bgpd: Fix for Helper node doesn't set R-bit in OPEN message after the reload.
bisdhdh
2020-01-23
1
-3
/
+1
*
|
bgpd: BGP tcp session failed to apply GR configuration on the transferred
bisdhdh
2020-01-23
1
-0
/
+2
*
|
bgpd: Adding BGP GR Per Neighbor show commands.
bisdhdh
2020-01-23
1
-4
/
+4
*
|
bgpd: BGP GR advertise capabilities in the open message.
bisdhdh
2020-01-23
1
-45
/
+80
*
|
bgpd: fix memory leak when parsing capabilities
Quentin Young
2020-01-16
1
-0
/
+6
|
/
*
Merge pull request #4861 from NaveenThanikachalam/logs
Lou Berger
2019-09-17
1
-2
/
+2
|
\
|
*
BGP: Rectifying the log messages.
Naveen Thanikachalam
2019-09-10
1
-2
/
+2
*
|
bgpd: Eliminate all incorrect formulations of afi/safi in JSON
Dinesh G Dutt
2019-08-27
1
-1
/
+1
|
/
*
bgpd, lib: Add iana_afi2str and iana_safi2str for eye pleasing strings
Donald Sharp
2019-06-02
1
-23
/
+32
*
bgpd: capabilty
Quentin Young
2019-02-27
1
-1
/
+1
*
bgpd: Re-use TX Addpath IDs where possible
Mitch Skiba
2018-11-10
1
-4
/
+1
*
bgpd: Extend RFC 5549 metaphor a bit more
Donald Sharp
2018-09-19
1
-1
/
+0
*
*: style for EC replacements
Quentin Young
2018-09-13
1
-5
/
+5
[next]