summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_debug.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
|\
| * bgpd: Fix enum, use API for log stringvivek2018-03-131-4/+0
| * bgpd: Fix warningsvivek2018-03-041-2/+2
| * bgpd: Parse PMSI Tunnel Attribute and displayvivek2018-03-041-0/+7
* | bgpd: vpn-vrf route leakingG. Paul Ziemba2018-03-091-0/+139
|/
* bgpd: ran indent.py on some files prior to bgp vpn-vrf leaking changesG. Paul Ziemba2018-02-091-2/+2
* bgpd: carry two MPLS labels in EVPN NLRIsMitesh Kanjariya2018-01-241-6/+15
* bgpd: Only build json for community when neededDonald Sharp2017-11-171-1/+2
* bgpd: add afi/safi to debug outputLou Berger2017-10-311-4/+4
* bgpd: Allow turn off of 'debug bgp nht' from 'no debug bgp'Donald Sharp2017-10-181-0/+1
* bgpd: remove clippy references in bgp_debug.cDaniel Walton2017-09-271-4/+0
* bgpd: change debug_bgp_bestpath_prefix to DEFUNDaniel Walton2017-09-201-12/+12
* bgpd: debugs on subnets need to use apply_mask()Daniel Walton2017-09-191-36/+17
* *: Add 'show debugging' command from vtyshDonald Sharp2017-08-211-6/+6
* bgpd: don't use DECLVAR without qobj pointerQuentin Young2017-08-101-4/+10
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-1591/+1473
* Merge remote-tracking branch 'origin/master' into evpn_plus_struct_attrDonald Sharp2017-07-141-79/+79
|\
| * Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter2017-07-141-5/+5
| |\
| * | *: remove VTYNL, part 1 of 6David Lamparter2017-07-141-2/+2