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 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
*
bgpd: BGP_[WARN|ERR] -> EC_BGP
Quentin Young
2018-09-13
1
-13
/
+13
*
bgpd: Convert bgp_open.c to use flog_warn
Donald Sharp
2018-09-06
1
-11
/
+22
*
bgpd/ospfd: make bgp and ospf json response a bit more consistent
Don Slice
2018-08-30
1
-2
/
+2
*
*: rename zlog_fer -> flog_err
Quentin Young
2018-08-14
1
-2
/
+2
*
bgpd: implement zlog_ferr facility for enhance error messages in bgp
Don Slice
2018-08-14
1
-6
/
+8
*
bgpd: return value (Coverity 1399203)
paco
2018-06-28
1
-2
/
+3
*
bgpd: add flowspec feature
jaydom
2018-03-30
1
-0
/
+11
*
*: use C99 standard fixed-width integer types
Quentin Young
2018-03-27
1
-29
/
+29
*
bgpd: use FOREACH_AFI_SAFI where possible
Quentin Young
2017-11-21
1
-114
/
+102
*
lib: new APIs for get/set system hostname/domainname
Mitesh Kanjariya
2017-08-29
1
-8
/
+8
*
lib/bgpd: provide/use API to get hostname/domainname
Mitesh Kanjariya
2017-08-25
1
-19
/
+8
*
bgpd: Fix safi_t confusion wition iana_safi_t
Donald Sharp
2017-08-04
1
-1
/
+1
*
lib/bgpd: introduce the iana_safi_t enum
Renato Westphal
2017-08-01
1
-6
/
+9
*
Revert "*: reindent pt. 2"
David Lamparter
2017-07-22
1
-20
/
+27
*
*: reindent pt. 2
whitespace / reindent
2017-07-17
1
-27
/
+20
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-1346
/
+1376
*
*: remove VTYNL, part 1 of 6
David Lamparter
2017-07-14
1
-1
/
+1
[next]