summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_packet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #6028 from mjstapp/fix_func_macrosQuentin Young2020-03-181-6/+6
|\
| * bgpd,zebra: replace some more FUNCTION macrosMark Stapp2020-03-181-6/+6
* | Merge pull request #5954 from ton31337/feature/rfc7607Russ White2020-03-171-0/+9
|\ \ | |/ |/|
| * bgpd: Proscribe the use of AS 0 (zero)Donatas Abraitis2020-03-171-0/+9
* | bgpd: Add subcodes for BGP Finite State Machine ErrorDonatas Abraitis2020-03-161-3/+3
|/
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-1/+1
* bgpd: Cleanup indentation in bgp_route_refresh_receiveDonald Sharp2020-02-271-25/+16
* bgpd: Cleanup set but unused variablesDonald Sharp2020-02-271-5/+4
* bgpd: Add a better breadcrumb for when bgp is missconfigedDonald Sharp2020-02-191-0/+5
* Merge pull request #5763 from ton31337/fix/return_without_parentRenato Westphal2020-02-101-1/+1
|\
| * *: Remove parenthesis on return for constantsDonatas Abraitis2020-02-091-1/+1
* | *: Replace s_addr 0 => INADDR_ANYDonatas Abraitis2020-02-061-2/+3
* | Merge pull request #5761 from qlyoung/fix-bgp-gr-cruftDonatas Abraitis2020-02-061-31/+30
|\ \ | |/ |/|
| * bgpd, lib: fix style from BGP GR codeQuentin Young2020-02-041-31/+30
* | *: don't null after XFREE; XFREE does this itselfQuentin Young2020-02-031-3/+0
|/
* bgpd: Added bgp graceful restart additional debug logs.bisdhdh2020-01-231-1/+0
* bgpd: BGP Garaceful Restart debug logs.bisdhdh2020-01-231-2/+2
* bgpd: Adding helper caller hooks for BGPD-ZEBRA integration for GR.bisdhdh2020-01-231-0/+6