summaryrefslogtreecommitdiffstats
path: root/include (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-23bgpd: BGP Graceful Restart documentation.bisdhdh1-0/+175
2020-01-23bgpd: Adding bgp peer route processing and EOR state Signalling from BGPD to ...bisdhdh2-7/+24
2020-01-23bgpd: Add rib-stale-time(running in Zebra).bisdhdh2-74/+202
2020-01-23bgpd: Adding helper caller hooks for BGPD-ZEBRA integration for GR.bisdhdh3-0/+16
2020-01-23bgpd: Adding helper function for BGPD-ZEBRA integration for GR.bisdhdh1-0/+160
2020-01-23bgpd: Zebra lib for Graceful Restart.bisdhdh2-0/+49
2020-01-23bgpd: Adding header files for BGPD-ZEBRA integration for GR.bisdhdh3-2/+115
2020-01-23bgpd: Restarting node does not send EOR after the convergence.bisdhdh8-18/+101
2020-01-23bgpd: Added hidden CLI command to disable sending of End-of-Rib.bisdhdh4-18/+59
2020-01-23bgpd: BGP-GR peer router restart-time should be reset.bisdhdh1-0/+7
2020-01-23bgpd: Fix for Helper node doesn't set R-bit in OPEN message after the reload.bisdhdh1-3/+1
2020-01-23bgpd: BGP tcp session failed to apply GR configuration on the transferredbisdhdh6-8/+76
2020-01-23bgpd: show BGP GR Neighbor mode as “NotApplicable”,when local mode is “...bisdhdh1-4/+5
2020-01-23bgpd: Fix for BGP core when connected routes are redistributedbisdhdh1-0/+9
2020-01-23bgpd: Adding BGP GR change mode config apply on notification sent & received.bisdhdh3-8/+46
2020-01-23bgpd: Adding BGP GR Neighbour mode show, when local mode is “Disable”.bisdhdh1-14/+26
2020-01-23bgpd: Adding Selection Deferral Timer handler changes.bisdhdh10-14/+498
2020-01-23bgpd: Adding changes for Selection Deferral Timer config cmdbisdhdh3-4/+109
2020-01-23bgpd: Adding BGP GR Per Neighbor show commands.bisdhdh6-56/+693
2020-01-23bgpd: Adding BGP GR Per Neighbor config commands.bisdhdh1-57/+370
2020-01-23bgpd: BGP GR advertise capabilities in the open message.bisdhdh2-45/+81
2020-01-23bgpd: Adding BGP GR Global & Per Neighbour FSM changesbisdhdh8-28/+597
2020-01-23bgpd: BGP Graceful Restart Per Neighbor(BGPN), DS & header files.bisdhdh5-4/+236
2020-01-21topotest: log results summary at end of lutil runLou Berger2-0/+9
2020-01-21topotest: bgp_l3vpn_to_bgp_vrf - catch case of sharpd not being compiledLou Berger1-5/+6
2020-01-21doc: recommend compiling with sharpd to enable scaling testingLou Berger1-0/+1
2020-01-20lib: Fix missing __be16 typedef on CentOS6Martin Winter1-1/+3
2020-01-18tests: Add another router to the basic pim testsDonald Sharp9-3/+112
2020-01-18lib: Fix nexthop encodingDonald Sharp1-10/+0
2020-01-17build: fix auto git ID lengthDavid Lamparter1-1/+1
2020-01-17build: accept libunwind without pkg-configDavid Lamparter1-1/+14
2020-01-17tests: Add test for `neighbor <X.X.X.X> maximum-prefix-out <Y>`Donatas Abraitis6-0/+142
2020-01-17bgpd: Add an option to limit outgoing prefixesDonatas Abraitis5-5/+110
2020-01-17doc: Add some words about `neighbor <X> maximum-prefix-out` cmdDonatas Abraitis1-0/+5
2020-01-17build: fix shell == mis-useDavid Lamparter2-2/+2
2020-01-17bgpd: Remove peer->scountDonatas Abraitis1-3/+0
2020-01-17zebra: print unknown rule family as numberQuentin Young1-4/+9
2020-01-16configure.ac: add --enable-clang-coverageQuentin Young1-2/+15
2020-01-16bgpd: fix memory leak when parsing capabilitiesQuentin Young1-0/+6
2020-01-16doc: add instructions for static linkingQuentin Young3-0/+100
2020-01-16doc: Note about BFD debug loggingTim Bray1-0/+10
2020-01-16tools: improve frr-reload delete performance for some commandsDon Slice1-0/+28
2020-01-15tests: add basic nexthop group functionality testStephen Worley3-0/+38
2020-01-15zebra: fix assert crash on corrupt vxlan msgQuentin Young1-1/+1
2020-01-15zebra: fix iptable install heap UAFQuentin Young1-0/+10
2020-01-15zebra: fix redist memleak on client disconnectQuentin Young3-1/+16
2020-01-15lib: assert if someone adds to nexthop list to nhgStephen Worley1-2/+3
2020-01-15zebra: just set nexthop member in handle_recursive_depend()Stephen Worley1-1/+1
2020-01-15lib,zebra: tighten up the nexthop_copy/nexthop_dup APIsStephen Worley4-19/+35
2020-01-15zebra: can't improve efficiency for recursive dependsStephen Worley1-6/+47