summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_debug.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-77/+77
* | | Merge remote-tracking branch 'origin/master' into evpn_plus_struct_attrDonald Sharp2017-07-141-5/+5
|\ \ \ | | |/ | |/|
| * | vtysh: return non-zero for configuration failuresDaniel Walton2017-07-131-5/+5
| |/
* | bgpd: Refactor 'struct attr_extra' into 'struct attr'Donald Sharp2017-07-121-28/+25
* | bgpd: Debug logging updates for EVPNvivek2017-07-121-7/+25
* | bgpd: Display extended communities in debug logvivek2017-07-121-0/+5
|/
* *: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young2017-06-291-2/+2
* *: use vty_outlnQuentin Young2017-06-291-80/+100
* Merge pull request #714 from opensourcerouting/cli_magic_defpyDonald Sharp2017-06-281-23/+14
|\
| * bgpd: (demo) apply some DEFPY()David Lamparter2017-06-141-23/+14
* | *: simplify log message lookupQuentin Young2017-06-211-14/+14
|/
* bgpd: fix addpath buffer overrunQuentin Young2017-06-061-4/+7
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-18/+18
* bgpd: removed unused parameter from bgp_dump_attr()Renato Westphal2017-05-121-1/+1
* Update to draft-ietf-idr-bgp-prefix-sid-05Daniel Walton2017-04-261-2/+5
* bgpd: This patch implements the exchange of the BGP-Prefix-SID label index attrVivek Venkatraman2017-04-061-0/+4
* bgpd: RX shutdown message in "show bgp neighbor"David Lamparter2017-03-071-5/+40
* bgpd: use a define for addpath string sizePhilippe Guibert2017-02-141-1/+3
* bgpd: Update logging for EVPN prefixesvivek2017-02-141-0/+29