summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_packet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: Add `%pBP` printfrr() extension to print `IP(hostname)` for BGP peerDonatas Abraitis2022-03-311-60/+44
* bgpd: Print hostname along with IP for most useful debug messagesDonatas Abraitis2022-03-221-37/+55
* bgpd, lib, pimd: Remove sockopt_corkDonald Sharp2022-03-121-3/+0
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-17/+9
* bgpd: Implement LLGR helper modeDonatas Abraitis2021-12-281-5/+5
* bgpd: bgp_packet_set_size int to voidDonatas Abraitis2021-11-291-8/+5
* bgpd: Implement rfc9072Donatas Abraitis2021-11-221-9/+44
* bgpd: bgp_announce_route should know if we should force the update or notDonald Sharp2021-10-041-3/+5
* bgpd: Don't lookup paf structure get straight to the pointDonald Sharp2021-09-271-4/+14
* bgpd: swap bgp error value with file descriptor valuePhilippe Guibert2021-09-231-1/+1
* bgpd: minimum-holdtime knob to prevent session establishment with BGP peer wi...Takemasa Imada2021-08-141-0/+10
* bgpd: Convert to using peer_established(peer) functionDonald Sharp2021-06-071-10/+10
* bgpd: rework BGP_MAX_PACKET_SIZE & friendsQuentin Young2021-05-061-3/+3
* bgpd: Delay setting peer data until after decision to allow openDonald Sharp2021-05-021-18/+19
* bgpd: Cleanup bgp_collision_detect indentationDonald Sharp2021-05-021-86/+78
* Merge pull request #8121 from opensourcerouting/macro-cleanupDonatas Abraitis2021-03-221-2/+2
|\
| * *: require semicolon after DEFINE_HOOK & co.David Lamparter2021-03-171-2/+2
* | bgpd: use add_event instead of add_timer with zero timeoutMark Stapp2021-03-171-1/+1
|/
* bgpd: handle socket read errors in the main pthreadMark Stapp2021-03-091-0/+34
* bgpd: Add BGP Extended message supportDonatas Abraitis2021-03-041-4/+4
* bgpd: Initialize bgp_notify.raw_data before passing to bgp_notify_receive()Donatas Abraitis2021-01-311-0/+1
* bgpd: Use neighbor_events instead of debug_update for route-refresh msgDonatas Abraitis2021-01-051-5/+4
* bgpd: Implement enhanced route refresh capabilityDonatas Abraitis2021-01-051-9/+210
* Merge pull request #7507 from ton31337/fix/bgpd_do_not_send_update_if_path_re...Russ White2021-01-051-0/+12
|\
| * bgpd: Do not send BGP UPDATE if the route actually not changedDonatas Abraitis2020-12-111-0/+12
* | bgpd: Print afi/safi as strings when handling capability in zlog_debugDonatas Abraitis2020-12-111-2/+3
|/
* bgpd: Remove restriction on certain connection types under HAVE_CUMULUSDonald Sharp2020-11-201-14/+4
* bgpd, lib, staticd, tests: Convert to using FOREACH_AFI_SAFIDonald Sharp2020-11-151-11/+10
* bgpd: conditional advertisement - other match rules supportMadhuri Kuruganti2020-10-271-0/+3
* bgpd: delay local routes until update-delay is overDon Slice2020-10-261-2/+3
* lib, bgpd: convert lttng tracepoints to frrtrace()Quentin Young2020-10-231-6/+6
* bgpd: add basic packet-related tracepointsQuentin Young2020-10-231-0/+7
* bgpd: Convert inet_ntoa to %pI4/inet_ntopDonatas Abraitis2020-10-181-9/+8
* bgpd: Use bgp instance's default keepalive interval if < (holdtime/3)Trey Aspelund2020-09-251-5/+12
* bgpd: remove extra hold-timer resetQuentin Young2020-09-161-4/+0
* bgpd: Add `neighbor <neigh> shutdown rtt` commandDonatas Abraitis2020-09-071-0/+19
* bgpd: Update RTT on KEEPALIVE messageDonatas Abraitis2020-09-071-0/+2
* Merge pull request #6938 from opensourcerouting/bgp-instance-shutdownRuss White2020-08-251-0/+2
|\
| * bgpd: bgp instance administrative shutdown.David Schweizer2020-08-141-0/+2
* | Merge pull request #6943 from ton31337/fix/replace_sizeof_instead_of_constant...Renato Westphal2020-08-191-1/+2
|\ \
| * | bgpd: Use sizeof() in bgp_dump_attr()Donatas Abraitis2020-08-181-1/+2
| |/
* / bgpd: Actually respect RFC 6286 for router_idDonald Sharp2020-08-171-1/+0
|/
* Merge pull request #6519 from RichardWu-Hebut/masterDonatas Abraitis2020-07-161-0/+3
|\
| * bgpd: Fix the bug that BGP MRAI does not work.Richard Wu2020-06-241-0/+3
* | *: un-split strings across linesDavid Lamparter2020-07-141-16/+8
|/
* *: sprintf -> snprintfQuentin Young2020-04-211-2/+2
* Merge pull request #6071 from ton31337/feature/rfc6286David Lamparter2020-04-031-13/+30
|\
| * bgpd: Add support for Autonomous-System-Wide Unique BGP IdentifierDonatas Abraitis2020-03-311-13/+30
* | bgpd: Correct two comments typos for bgp_collision_detect()Donatas Abraitis2020-03-311-2/+3
|/
* bgpd: Convert lots of int type functions to bool/voidDonatas Abraitis2020-03-211-5/+3