summaryrefslogtreecommitdiffstats
path: root/isisd/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-03tools: extend checkpatch.pl for frr_{with,each}David Lamparter1-2/+27
2019-09-03doc: add developer docs for frr_with_mutexDavid Lamparter3-0/+75
2019-09-03lib: add frr_with_mutex() block-wrapperDavid Lamparter19-306/+221
2019-09-03lib: add some macro helpersDavid Lamparter1-0/+43
2019-09-03*: Convert some route map functions to return the enumDonald Sharp7-41/+120
2019-09-03lib: Cleanup return codes to use enum valuesDonald Sharp1-6/+6
2019-09-03tests: Fix topojson address-family configurationAshish Pant1-3/+3
2019-09-03tests: Fix topojson static route testsAshish Pant3-3/+3
2019-09-03tests: Add ecmp test casesAshish Pant5-18/+3099
2019-09-02bgpd: Add Established and Dropped counts to JSON output of bgp summaryDinesh G Dutt1-0/+4
2019-09-02isisd: fix northbound circuit deletionEmanuele Di Pascale1-14/+1
2019-09-02bgpd: Add a new command to only show failed peeringsDinesh G Dutt6-203/+349
2019-08-31tests: Update Dockerfile to a valid libyang versionStephen Worley1-4/+4
2019-08-30build: Fix checks for c_aresMartin Winter1-4/+4
2019-08-30build: make BMP optionalDavid Lamparter2-13/+49
2019-08-30bgpd/bmp: BMP implementationDavid Lamparter13-288/+2444
2019-08-30bgpd/bmp: convert BMP code into moduleDavid Lamparter6-14/+19
2019-08-30bgpd/bmp: use bgp packet dump hookDavid Lamparter3-6/+7
2019-08-30bgpd/bmp: Initial BMP implementation.Yasuhiro Ohara7-0/+602
2019-08-30bgpd: add timestamp to bgp_adj_inDavid Lamparter2-0/+4
2019-08-30lib: add monotime_to_realtime()David Lamparter1-0/+14
2019-08-30lib: add pull-driven data write handlerDavid Lamparter3-0/+387
2019-08-29tests: Ensure topotests are actually waiting appropriately for peers to come upDonald Sharp3-15/+15
2019-08-28tests: Modify docker build for local to have dev buildDonald Sharp1-0/+1
2019-08-28lib: Stop arm crash on shutdownDonald Sharp1-3/+2
2019-08-27bgpd: Shut off keepalives as soon as we shutdown a peerDonald Sharp1-0/+2
2019-08-27*: Start process of possibly deprecating SolarisDonald Sharp2-0/+10
2019-08-27bgpd: Eliminate all incorrect formulations of afi/safi in JSONDinesh G Dutt7-129/+157
2019-08-26bgpd: Update doc for some as-path route-map commandsDonald Sharp1-7/+12
2019-08-26bgpd: Add 'no set as-path prepend last-as X' commandDonald Sharp1-0/+13
2019-08-26lib: Make if_lookup_by_index understand if VRF is backed by netns or notDinesh G Dutt1-4/+20
2019-08-26bgpd : Ambiguous command: show bgp large-community-list 1vdhingra1-14/+17
2019-08-23vtysh: fix rare crash(es)Quentin Young1-6/+10
2019-08-23bgpd: Allow shortened input for `show bgp l2vpn evpn route type e|p`Donald Sharp1-2/+2
2019-08-23zebra: Added a few more information in route_entry while dumpingvdhingra1-0/+4
2019-08-22isisd: add support for IPv6 BFD peersRenato Westphal1-31/+98
2019-08-22lib: remove deprecated stream_resize apiMark Stapp2-13/+0
2019-08-22tests: Enhance execution logs in topojsonAshish Pant6-409/+491
2019-08-21tests: Add a couple simple Null0 spelling testsDonald Sharp2-0/+5
2019-08-21lib: fix a couple more doc commentsRenato Westphal2-4/+4
2019-08-21lib: switch str2prefix_ipv4() to use inet_pton()Renato Westphal1-1/+3
2019-08-21isisd: unify isis_nexthop and isis_nexthop6 into a single structRenato Westphal7-191/+123
2019-08-21isisd: reuse the nexthop lookup functions to avoid code duplicationRenato Westphal1-24/+19
2019-08-21isisd: remove unnecessary null checksRenato Westphal1-4/+2
2019-08-21isisd: remove unused struct fieldsRenato Westphal2-4/+0
2019-08-21lib: fix doc comment of the "cli_show_end" northbound callbackRenato Westphal1-9/+0
2019-08-21lib: fix uint32_t overflow in a couple of CLI commandsRenato Westphal2-8/+8
2019-08-21lib: don't ignore stream errors in some zapi decode functionsRenato Westphal1-4/+7
2019-08-20bgpd: Remove declarations of unused functionsDonald Sharp1-3/+0
2019-08-20bgpd: make clear bgp * clear all peers in all afi/safisDon Slice3-40/+87