summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_debug.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: add debug option for BFDRafael Zalamena2021-03-231-0/+41
* Merge pull request #7247 from ton31337/feature/enhanced_route_refresh_capabilityRuss White2021-01-121-7/+5
|\
| * bgpd: Implement enhanced route refresh capabilityDonatas Abraitis2021-01-051-7/+5
* | bgpd: Print large-community inside bgp_dump_attr()Donatas Abraitis2021-01-091-0/+6
|/
* bgpd: Abstract attr->cluster to accessor/set functionsDonald Sharp2020-11-151-2/+5
* bgpd: Add accessor for bgp_attr.pmsi_tnl_typeDonald Sharp2020-11-151-1/+1
* bgpd: Correct CLI description for `debug bgp keepalives`Donatas Abraitis2020-11-071-2/+2
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-28/+14
* Merge pull request #7323 from ton31337/fix/inet_ntoa_to_pFX_masterDonald Sharp2020-10-201-12/+13
|\
| * bgpd: Convert inet_ntoa to %pI4/inet_ntopDonatas Abraitis2020-10-181-12/+13
* | bgpd: numerical evpn type support to debug commandsStephen Worley2020-10-131-12/+11
* | bgpd: make debug evpn help use string constantsStephen Worley2020-10-131-8/+8
|/
* bgpd: flowspec code support for ipv6Philippe Guibert2020-08-211-1/+2
* bgpd: debug flags for MHAnuradha Karuppiah2020-08-051-0/+72
* bgpd: Add missing newline to a log messageRussell Bryant2020-07-241-1/+1
* Revert "Rpki Encapsulation"Quentin Young2020-07-141-8/+1
* bgpd: add hooks for displaying debug information of a pluginPhilippe Guibert2020-07-021-1/+8
* bgp: rename bgp_node to bgp_destDonald Sharp2020-06-231-2/+2
* *: sprintf -> snprintfQuentin Young2020-04-211-18/+25
* *: move CLI node names to cmd_node->nameDavid Lamparter2020-04-161-0/+1
* *: remove second parameter on install_node()David Lamparter2020-04-161-1/+3
* *: remove cmd_node->vtyshDavid Lamparter2020-04-161-1/+0
* *: clean up cmd_node initializersDavid Lamparter2020-04-161-1/+5
* bgpd: Convert users of `rn->p` to use accessor functionDonald Sharp2020-03-261-1/+1
* lib, bgpd: Another round of `struct const prefix` cleanupDonald Sharp2020-03-261-1/+1
* bgpd: Make bgp_debug_bestpath take a `struct bgp_node`Donald Sharp2020-03-241-4/+4
* bgpd: Add some `const struct prefix` for a couple more functionsDonald Sharp2020-03-231-3/+3
* bgpd: Convert lots of int type functions to bool/voidDonatas Abraitis2020-03-211-34/+32
* bgpd: Add subcodes for BGP Finite State Machine ErrorDonatas Abraitis2020-03-161-1/+12
* *: Remove tests for some XFREE-family functionsDonatas Abraitis2020-03-111-7/+2
* bgpd: Replace bgp_flag_* to [UN]SET/CHECK_FLAG macrosDonatas Abraitis2020-02-061-1/+1
* bgpd, lib: fix style from BGP GR codeQuentin Young2020-02-041-3/+2
* bgpd: Adding BGP GR Global & Per Neighbour FSM changesbisdhdh2020-01-231-1/+54
* *: generously apply constDavid Lamparter2019-12-021-3/+3
* *: Convert prefix_free to double pointerDonald Sharp2019-11-021-7/+7
* bgpd: Remove unused bgp_debug_count functionDonald Sharp2019-02-101-61/+0
* bgpd: fix valgrind flagged errorsNitin Soni2019-01-291-0/+2
* lib: change M:A:C to X:X:X:X:X:XQuentin Young2018-10-241-2/+2
* bgpd: return value check (Coverity 1472310)F. Aragon2018-08-131-1/+1
* bgpd: clean up evpn prefix debugging commandsQuentin Young2018-08-071-85/+61
* bgpd: fix UPDATE debugging for prefixesQuentin Young2018-08-071-47/+35
* bgpd: rsc leak (Coverity 1472226 1472228 1472239)F. Aragon2018-08-031-5/+11
* bgpd: Add evpn prefix to debug bgp updates prefixChirag Shah2018-07-241-30/+307
* bgpd: enhance debug bgp pbr error vty commandPhilippe Guibert2018-05-251-4/+37
* bgpd: add [no] debug bgp pbr vty commandPhilippe Guibert2018-04-301-0/+53
* bgpd: dynamic mpls label poolG. Paul Ziemba2018-04-121-0/+54
* bgpd: support for json in show bgp ipv4 flowspec commandsPhilippe Guibert2018-03-301-1/+1
* bgpd: introduce [no] debug bgp flowspecPhilippe Guibert2018-03-301-1/+23
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-5/+5
* Merge branch 'master' into working/master/bgp-vpn-vrf-leakingpaulzlabn2018-03-141-1/+4
|\