index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_packet.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bgpd: handle socket read errors in the main pthread
Mark Stapp
2021-03-09
1
-0
/
+34
*
bgpd: Add BGP Extended message support
Donatas Abraitis
2021-03-04
1
-4
/
+4
*
bgpd: Initialize bgp_notify.raw_data before passing to bgp_notify_receive()
Donatas Abraitis
2021-01-31
1
-0
/
+1
*
bgpd: Use neighbor_events instead of debug_update for route-refresh msg
Donatas Abraitis
2021-01-05
1
-5
/
+4
*
bgpd: Implement enhanced route refresh capability
Donatas Abraitis
2021-01-05
1
-9
/
+210
*
Merge pull request #7507 from ton31337/fix/bgpd_do_not_send_update_if_path_re...
Russ White
2021-01-05
1
-0
/
+12
|
\
|
*
bgpd: Do not send BGP UPDATE if the route actually not changed
Donatas Abraitis
2020-12-11
1
-0
/
+12
*
|
bgpd: Print afi/safi as strings when handling capability in zlog_debug
Donatas Abraitis
2020-12-11
1
-2
/
+3
|
/
*
bgpd: Remove restriction on certain connection types under HAVE_CUMULUS
Donald Sharp
2020-11-20
1
-14
/
+4
*
bgpd, lib, staticd, tests: Convert to using FOREACH_AFI_SAFI
Donald Sharp
2020-11-15
1
-11
/
+10
*
bgpd: conditional advertisement - other match rules support
Madhuri Kuruganti
2020-10-27
1
-0
/
+3
*
bgpd: delay local routes until update-delay is over
Don Slice
2020-10-26
1
-2
/
+3
*
lib, bgpd: convert lttng tracepoints to frrtrace()
Quentin Young
2020-10-23
1
-6
/
+6
*
bgpd: add basic packet-related tracepoints
Quentin Young
2020-10-23
1
-0
/
+7
*
bgpd: Convert inet_ntoa to %pI4/inet_ntop
Donatas Abraitis
2020-10-18
1
-9
/
+8
*
bgpd: Use bgp instance's default keepalive interval if < (holdtime/3)
Trey Aspelund
2020-09-25
1
-5
/
+12
*
bgpd: remove extra hold-timer reset
Quentin Young
2020-09-16
1
-4
/
+0
*
bgpd: Add `neighbor <neigh> shutdown rtt` command
Donatas Abraitis
2020-09-07
1
-0
/
+19
*
bgpd: Update RTT on KEEPALIVE message
Donatas Abraitis
2020-09-07
1
-0
/
+2
*
Merge pull request #6938 from opensourcerouting/bgp-instance-shutdown
Russ White
2020-08-25
1
-0
/
+2
|
\
|
*
bgpd: bgp instance administrative shutdown.
David Schweizer
2020-08-14
1
-0
/
+2
*
|
Merge pull request #6943 from ton31337/fix/replace_sizeof_instead_of_constant...
Renato Westphal
2020-08-19
1
-1
/
+2
|
\
\
|
*
|
bgpd: Use sizeof() in bgp_dump_attr()
Donatas Abraitis
2020-08-18
1
-1
/
+2
|
|
/
*
/
bgpd: Actually respect RFC 6286 for router_id
Donald Sharp
2020-08-17
1
-1
/
+0
|
/
*
Merge pull request #6519 from RichardWu-Hebut/master
Donatas Abraitis
2020-07-16
1
-0
/
+3
|
\
|
*
bgpd: Fix the bug that BGP MRAI does not work.
Richard Wu
2020-06-24
1
-0
/
+3
*
|
*: un-split strings across lines
David Lamparter
2020-07-14
1
-16
/
+8
|
/
*
*: sprintf -> snprintf
Quentin Young
2020-04-21
1
-2
/
+2
*
Merge pull request #6071 from ton31337/feature/rfc6286
David Lamparter
2020-04-03
1
-13
/
+30
|
\
|
*
bgpd: Add support for Autonomous-System-Wide Unique BGP Identifier
Donatas Abraitis
2020-03-31
1
-13
/
+30
*
|
bgpd: Correct two comments typos for bgp_collision_detect()
Donatas Abraitis
2020-03-31
1
-2
/
+3
|
/
*
bgpd: Convert lots of int type functions to bool/void
Donatas Abraitis
2020-03-21
1
-5
/
+3
*
Merge pull request #6028 from mjstapp/fix_func_macros
Quentin Young
2020-03-18
1
-6
/
+6
|
\
|
*
bgpd,zebra: replace some more FUNCTION macros
Mark Stapp
2020-03-18
1
-6
/
+6
*
|
Merge pull request #5954 from ton31337/feature/rfc7607
Russ White
2020-03-17
1
-0
/
+9
|
\
\
|
|
/
|
/
|
|
*
bgpd: Proscribe the use of AS 0 (zero)
Donatas Abraitis
2020-03-17
1
-0
/
+9
*
|
bgpd: Add subcodes for BGP Finite State Machine Error
Donatas Abraitis
2020-03-16
1
-3
/
+3
|
/
*
*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__
Donatas Abraitis
2020-03-05
1
-1
/
+1
*
bgpd: Cleanup indentation in bgp_route_refresh_receive
Donald Sharp
2020-02-27
1
-25
/
+16
*
bgpd: Cleanup set but unused variables
Donald Sharp
2020-02-27
1
-5
/
+4
*
bgpd: Add a better breadcrumb for when bgp is missconfiged
Donald Sharp
2020-02-19
1
-0
/
+5
*
Merge pull request #5763 from ton31337/fix/return_without_parent
Renato Westphal
2020-02-10
1
-1
/
+1
|
\
|
*
*: Remove parenthesis on return for constants
Donatas Abraitis
2020-02-09
1
-1
/
+1
*
|
*: Replace s_addr 0 => INADDR_ANY
Donatas Abraitis
2020-02-06
1
-2
/
+3
*
|
Merge pull request #5761 from qlyoung/fix-bgp-gr-cruft
Donatas Abraitis
2020-02-06
1
-31
/
+30
|
\
\
|
|
/
|
/
|
|
*
bgpd, lib: fix style from BGP GR code
Quentin Young
2020-02-04
1
-31
/
+30
*
|
*: don't null after XFREE; XFREE does this itself
Quentin Young
2020-02-03
1
-3
/
+0
|
/
*
bgpd: Added bgp graceful restart additional debug logs.
bisdhdh
2020-01-23
1
-1
/
+0
*
bgpd: BGP Garaceful Restart debug logs.
bisdhdh
2020-01-23
1
-2
/
+2
*
bgpd: Adding helper caller hooks for BGPD-ZEBRA integration for GR.
bisdhdh
2020-01-23
1
-0
/
+6
[next]