summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build: use VPATH for vtysh_scanDavid Lamparter2020-04-2721-101/+101
* Merge pull request #6249 from chiragshah6/yang_nb5Rafael Zalamena2020-04-242-0/+32
|\
| * lib: yang wrapper for date-and-timeChirag Shah2020-04-222-0/+32
* | Merge pull request #6279 from opensourcerouting/nb-cb-argsDonald Sharp2020-04-2431-3811/+3204
|\ \
| * | *: change the signature of the northbound callbacks to be more flexibleRenato Westphal2020-04-2330-3728/+3084
| * | lib: create a wrapper function for all northbound callbacksRenato Westphal2020-04-232-94/+131
* | | Merge pull request #6282 from opensourcerouting/fix-isisd-sh-runDonald Sharp2020-04-244-6/+11
|\ \ \
| * | | isisd: fix display of "isis bfd" in the running configurationRenato Westphal2020-04-234-6/+11
* | | | Merge pull request #6292 from ton31337/fix/revert_6277Donald Sharp2020-04-244-27/+19
|\ \ \ \
| * | | | Revert "tests: Adopt some tests to PfxSnt counter"Donatas Abraitis2020-04-243-15/+15
| * | | | Revert "bgpd: Show PfxSnt for `show bgp <afi> <safi>` command"Donatas Abraitis2020-04-241-12/+4
* | | | | Merge pull request #6274 from mjstapp/fix_lde_blocking_sleepOlivier Dugeon2020-04-242-14/+40
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ldpd: use a timer instead of sleeping in LM initMark Stapp2020-04-232-14/+40
* | | | | Merge pull request #6277 from ton31337/feature/show_bgp_afi_safi_sndpfxSri Mohana Singamsetty2020-04-244-19/+27
|\ \ \ \ \
| * | | | | tests: Adopt some tests to PfxSnt counterDonatas Abraitis2020-04-233-15/+15
| * | | | | bgpd: Show PfxSnt for `show bgp <afi> <safi>` commandDonatas Abraitis2020-04-231-4/+12
| | |_|/ / | |/| | |
* | | | | Merge pull request #6262 from qlyoung/remove-sprintfDavid Lamparter2020-04-2364-278/+382
|\ \ \ \ \
| * | | | | pimd, lib: suppress compiler warnings on snprintfQuentin Young2020-04-212-2/+10
| * | | | | bgpd, isis, tools: style fixenQuentin Young2020-04-214-9/+4
| * | | | | *: use appropriate buffer sizes, specifiersQuentin Young2020-04-216-9/+11
| * | | | | *: manually remove some more sprintfQuentin Young2020-04-217-49/+20
| * | | | | *: sprintf -> snprintfQuentin Young2020-04-2159-221/+290
| * | | | | tools: add more macros to cocci.hQuentin Young2020-04-211-0/+59
* | | | | | Merge pull request #6184 from kssoman/routeStephen Worley2020-04-231-21/+81
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | bgpd: Configuring default-originate withdraws default routeSoman K S2020-04-221-21/+81
* | | | | | Merge pull request #6278 from opensourcerouting/cpp-extern-blocksDonald Sharp2020-04-2320-0/+160
|\ \ \ \ \ \
| * | | | | | lib, zebra: add missing extern "C" {} blocks to new header filesRenato Westphal2020-04-2320-0/+160
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #6025 from patrasar/rp-info-igmp-group-json-fixDonatas Abraitis2020-04-231-0/+4
|\ \ \ \ \ \
| * | | | | | pimd: Added a new field "rpAddress" in "show ip pim rp-info jsonSarita Patra2020-04-221-0/+4
* | | | | | | Merge pull request #6275 from donaldsharp/fix_frrLou Berger2020-04-235-5/+5
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | yang: Convert to `FRRouting` for organizationDonald Sharp2020-04-225-5/+5
* | | | | | | Merge pull request #6242 from pguibert6WIND/flowspec_nlri_too_bigQuentin Young2020-04-222-2/+7
|\ \ \ \ \ \ \
| * | | | | | | bgpd: handle fs nlri over 240 bytesPhilippe Guibert2020-04-222-2/+7
* | | | | | | | Merge pull request #6272 from opensourcerouting/duplicated-fpm-docQuentin Young2020-04-221-14/+4
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | doc: improve FPM clear command docRafael Zalamena2020-04-221-2/+4
| * | | | | | | doc: remove duplicated command documentationRafael Zalamena2020-04-221-12/+0
* | | | | | | | Merge pull request #6265 from patrasar/pim-yangQuentin Young2020-04-224-0/+583
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | yang: Defining yang files for pimSarita Patra2020-04-224-0/+583
* | | | | | | | Merge pull request #5944 from donaldsharp/vrf_stoppageRuss White2020-04-225-4/+24
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | zebra: Prevent awful misconfiguration in vrf'sDonald Sharp2020-04-223-3/+22
| * | | | | | | zebra: Expose vrf lookup by table id out of rt_netlink.cDonald Sharp2020-04-222-1/+2
|/ / / / / / /
* | | | | | | Merge pull request #6269 from donaldsharp/coverity_likes_coverityDonatas Abraitis2020-04-222-33/+30
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | ospfd: Limit possible message read to our buffer sizeDonald Sharp2020-04-221-3/+8
| * | | | | | zebra: Cleanup dead codeDonald Sharp2020-04-221-30/+22
|/ / / / / /
* | | | | | Merge pull request #6268 from opensourcerouting/atomlist-cxx-compatDonald Sharp2020-04-223-12/+17
|\ \ \ \ \ \
| * | | | | | lib/frrcu: make C++ compatibleDavid Lamparter2020-04-211-1/+0
| * | | | | | lib/atomlist: make C++ compatibleDavid Lamparter2020-04-212-11/+17
* | | | | | | Merge pull request #6191 from NaveenThanikachalam/ibgp_connectedDonatas Abraitis2020-04-213-5/+16
|\ \ \ \ \ \ \
| * | | | | | | bgpd: Force self-next-hop check in next-hop update.Naveen Thanikachalam2020-04-113-5/+16
* | | | | | | | Merge pull request #6126 from sarav511/watermarkDonald Sharp2020-04-215-18/+120
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |