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: Add `%pBP` printfrr() extension to print `IP(hostname)` for BGP peer
Donatas Abraitis
2022-03-31
1
-60
/
+44
*
bgpd: Print hostname along with IP for most useful debug messages
Donatas Abraitis
2022-03-22
1
-37
/
+55
*
bgpd, lib, pimd: Remove sockopt_cork
Donald Sharp
2022-03-12
1
-3
/
+0
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-17
/
+9
*
bgpd: Implement LLGR helper mode
Donatas Abraitis
2021-12-28
1
-5
/
+5
*
bgpd: bgp_packet_set_size int to void
Donatas Abraitis
2021-11-29
1
-8
/
+5
*
bgpd: Implement rfc9072
Donatas Abraitis
2021-11-22
1
-9
/
+44
*
bgpd: bgp_announce_route should know if we should force the update or not
Donald Sharp
2021-10-04
1
-3
/
+5
*
bgpd: Don't lookup paf structure get straight to the point
Donald Sharp
2021-09-27
1
-4
/
+14
*
bgpd: swap bgp error value with file descriptor value
Philippe Guibert
2021-09-23
1
-1
/
+1
*
bgpd: minimum-holdtime knob to prevent session establishment with BGP peer wi...
Takemasa Imada
2021-08-14
1
-0
/
+10
*
bgpd: Convert to using peer_established(peer) function
Donald Sharp
2021-06-07
1
-10
/
+10
*
bgpd: rework BGP_MAX_PACKET_SIZE & friends
Quentin Young
2021-05-06
1
-3
/
+3
*
bgpd: Delay setting peer data until after decision to allow open
Donald Sharp
2021-05-02
1
-18
/
+19
*
bgpd: Cleanup bgp_collision_detect indentation
Donald Sharp
2021-05-02
1
-86
/
+78
*
Merge pull request #8121 from opensourcerouting/macro-cleanup
Donatas Abraitis
2021-03-22
1
-2
/
+2
|
\
|
*
*: require semicolon after DEFINE_HOOK & co.
David Lamparter
2021-03-17
1
-2
/
+2
*
|
bgpd: use add_event instead of add_timer with zero timeout
Mark Stapp
2021-03-17
1
-1
/
+1
|
/
*
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
[next]