| Commit message (Expand) | Author | Age | Files | Lines |
* | bgpd: clear ip bgp dampening was not triggering the route calculation for the... | sudhanshukumar22 | 2021-02-02 | 1 | -3/+11 |
* | bgpd: peer / peer group dampening profiles | David Schweizer | 2020-11-02 | 1 | -151/+419 |
* | bgpd: Use the header | Donald Sharp | 2020-12-17 | 1 | -2/+1 |
* | * : update signature of thread_cancel api | Mark Stapp | 2020-10-23 | 1 | -4/+2 |
* | bgpd: show < ip > bgp < ipv4 | ipv6 > all | Madhuri Kuruganti | 2020-09-03 | 1 | -10/+50 |
* | bgpd: Bypass SA tests regarding division by zero for reuse_limit in dampening | Donatas Abraitis | 2020-07-27 | 1 | -0/+6 |
* | bgp: rename bgp_node to bgp_dest | Donald Sharp | 2020-06-23 | 1 | -15/+16 |
* | bgpd: Convert users of `rn->p` to use accessor function | Donald Sharp | 2020-03-26 | 1 | -3/+3 |
* | *: use gmtime_r, localtime_r exclusively | Mark Stapp | 2020-03-05 | 1 | -20/+20 |
* | bgpd: Rework BGP dampening to be per AFI/SAFI | Donatas Abraitis | 2019-11-11 | 1 | -204/+181 |
* | *: spelchek | David Lamparter | 2018-10-25 | 1 | -1/+1 |
* | bgpd: fix cleanup of dampening configuration | Renato Westphal | 2018-10-20 | 1 | -0/+3 |
* | bgpd: Convert binfo to path | Donald Sharp | 2018-10-09 | 1 | -44/+43 |
* | bgpd: Convert all bgp_info_XXX functions to bgp_path_XXX functions | Donald Sharp | 2018-10-09 | 1 | -12/+14 |
* | bgpd: Convert `struct bgp_info` to `struct bgp_path_info` | Donald Sharp | 2018-10-09 | 1 | -8/+9 |
* | bgpd: Convert BGP_INFO_XXX to BGP_PATH_XXX | Donald Sharp | 2018-10-09 | 1 | -19/+19 |
* | bgpd: type fix | F. Aragon | 2018-09-14 | 1 | -1/+1 |
* | bgpd/ospfd: make bgp and ospf json response a bit more consistent | Don Slice | 2018-08-30 | 1 | -2/+2 |
* | bgpd: avoid indexing with negative integer | Quentin Young | 2018-04-18 | 1 | -1/+1 |
* | *: use C99 standard fixed-width integer types | Quentin Young | 2018-03-27 | 1 | -2/+2 |
* | *: conform with COMMUNITY.md formatting rules, via 'make indent' | Lou Berger | 2018-03-06 | 1 | -1/+1 |
* | *: Define the number of seconds in a Day, Week and year | Donald Sharp | 2017-08-08 | 1 | -2/+0 |
* | Revert "*: reindent pt. 2" | David Lamparter | 2017-07-22 | 1 | -8/+7 |
* | *: reindent pt. 2 | whitespace / reindent | 2017-07-17 | 1 | -7/+8 |
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 1 | -573/+552 |
* | *: remove VTYNL, part 1 of 6 | David Lamparter | 2017-07-14 | 1 | -2/+2 |
* | *: ditch vty_outln(), part 1 of 2 | David Lamparter | 2017-07-13 | 1 | -10/+10 |
* | *: vty_outln (vty, "") --> vty_out (vty, VTYNL) | Quentin Young | 2017-06-29 | 1 | -2/+2 |
* | *: use vty_outln | Quentin Young | 2017-06-29 | 1 | -22/+20 |
* | *: make consistent & update GPLv2 file headers | David Lamparter | 2017-05-15 | 1 | -18/+18 |
* | *: update thread_add_* calls | Quentin Young | 2017-05-09 | 1 | -2/+2 |
* | *: remove THREAD_ON macros, add nullity check | Quentin Young | 2017-05-09 | 1 | -4/+3 |
* | bgpd: fix whitespace | David Lamparter | 2017-01-24 | 1 | -5/+5 |
* | bgpd: Cleanup some compiler warnings | Donald Sharp | 2017-01-19 | 1 | -7/+7 |
* | lib, bgpd, tests: Refactor FILTER_X in zebra.h | Donald Sharp | 2016-08-16 | 1 | -0/+1 |
* | *: use long long to print time_t | David Lamparter | 2016-05-30 | 1 | -5/+5 |
* | bgpd: Display of configured dampening parameters | Balaji | 2016-05-26 | 1 | -0/+33 |
* | bgpd: fix using of two pointers for struct thread_master * | Donald Sharp | 2015-10-14 | 1 | -2/+2 |
* | Added json formating support to show-...-neighbors-... bgp commands. | Morgan Stewart | 2015-08-12 | 1 | -18/+44 |
* | Use camelCase notation for all json keywords | Donald Sharp | 2015-07-22 | 1 | -4/+4 |
* | Key changes: | Donald Sharp | 2015-06-12 | 1 | -13/+6 |
* | Add json output support for a few BGP show commands | Donald Sharp | 2015-05-20 | 1 | -9/+34 |
* | BGP: Add dynamic update group support | Donald Sharp | 2015-05-20 | 1 | -0/+1 |
* | *: nuke ^L (page feed) | David Lamparter | 2014-06-04 | 1 | -2/+2 |
* | bgpd: Fix crash when disabling dampening (BZ#687) | Jorge Boncompte [DTI2] | 2012-04-16 | 1 | -0/+4 |
* | bgpd: use XCALLOC to allocate bgpd damp array | Stephen Hemminger | 2011-03-21 | 1 | -5/+1 |
* | bgp: use monotonic clock for time of day | Stephen Hemminger | 2010-01-15 | 1 | -6/+6 |
* | Fix "show ip bgp dampened-paths" garbage output. | Chris Caputo | 2009-06-23 | 1 | -5/+3 |
* | [BGP/cleanup] make some damp function static | Stephen Hemminger | 2009-06-18 | 1 | -3/+3 |
* | [bgpd] remove useless check and return in bgp_config_write_damp | Stephen Hemminger | 2008-08-22 | 1 | -25/+20 |