summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* *: explicitly print "exit" at the end of every node configIgor Ryzhov2021-08-2339-30/+112
* pathd: rework config printing codeIgor Ryzhov2021-08-233-25/+11
* tools: significantly simplify frr-reload context processingIgor Ryzhov2021-08-231-373/+127
* Merge pull request #9446 from mobash-rasool/ospfv3-bug-fixesIgor Ryzhov2021-08-231-4/+15
|\
| * ospf6d: External LSAs reoriginates on every redistribute CLIMobashshera Rasool2021-08-231-4/+15
* | Merge pull request #9337 from dlqs/lua2Stephen Worley2021-08-231-1/+3
|\ \
| * | lib: Remove extraneous bracesDonald Lee2021-08-101-2/+2
| * | lib: check return on str2sockunionDonald Lee2021-08-091-1/+3
* | | Merge pull request #9434 from anlancs/fix-zebra-mpls-cmdMark Stapp2021-08-231-14/+12
|\ \ \
| * | | zebra: fix wrong check of mpls commandanlan_cs2021-08-191-14/+12
* | | | Merge pull request #9436 from anlancs/fix-vtysh-bfd-exitIgor Ryzhov2021-08-231-1/+2
|\ \ \ \
| * | | | vtysh: add "exit" for bfd's profile nodeanlan_cs2021-08-181-1/+2
| |/ / /
* | | | Merge pull request #9456 from proelbtn/fix-running-configIgor Ryzhov2021-08-231-0/+12
|\ \ \ \
| * | | | bpgd: add missing sid setting in address-familyRyoga Saito2021-08-191-0/+11
| * | | | bpgd: add "exit" at the end of bgp srv6 settingRyoga Saito2021-08-191-0/+1
| | |_|/ | |/| |
* | | | Merge pull request #9426 from pguibert6WIND/evpn_igp_metricDonatas Abraitis2021-08-221-0/+1
|\ \ \ \
| * | | | bgpd: imported evpn rt5 routes copy igpmetricPhilippe Guibert2021-08-171-0/+1
* | | | | Merge pull request #9455 from LabNConsulting/chopps/fix-zebtest-fixed-sleepDavid Lamparter2021-08-221-71/+53
|\ \ \ \ \
| * | | | | tests: use std polling for results in zebra_rib testChristian Hopps2021-08-211-71/+53
* | | | | | Merge pull request #9441 from wesleycoakley/staticd-warn-nonexistent-routeIgor Ryzhov2021-08-211-1/+2
|\ \ \ \ \ \
| * | | | | | staticd: warn on attempted delete of non-existent routeWesley Coakley2021-08-191-1/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #9453 from LabNConsulting/chopps/fix-netns-vrfsDonald Sharp2021-08-2144-131/+126
|\ \ \ \ \ \
| * | | | | | tests: uniq vrf names when using netnsChristian Hopps2021-08-2144-131/+126
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #9450 from LabNConsulting/chopps/fix-bgp-gr-testDonald Sharp2021-08-202-63/+75
|\ \ \ \ \ \
| * | | | | | tests: fix broken bgp GR test (non-deterministic)Christian Hopps2021-08-202-63/+75
| |/ / / / /
* | | | | | Merge pull request #9447 from donaldsharp/ipset_entry_notifyRenato Westphal2021-08-202-7/+9
|\ \ \ \ \ \
| * | | | | | zebra: Fix usage to enum in notify functionsDonald Sharp2021-08-192-7/+9
* | | | | | | Merge pull request #8935 from rgirada/ospfv3_gr_helperRenato Westphal2021-08-1915-22/+1869
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | ospf6d: GR helper configurationsrgirada2021-08-127-70/+807
| * | | | | | ospf6d: GR helper exit scenariosrgirada2021-08-105-13/+265
| * | | | | | ospf6d: Helper functionality changesrgirada2021-08-107-30/+411
| * | | | | | ospf6d: debug command support for helper support.rgirada2021-08-102-0/+39
| * | | | | | ospf6d: Init/De-init gr helper functionalityrgirada2021-08-105-1/+305
| * | | | | | ospf6d: Datastructure modification for GR helper functionality.rgirada2021-08-103-1/+89
| * | | | | | ospf6d: documentation for ospf6 GR helper functionalityrgirada2021-08-101-0/+46
* | | | | | | Merge pull request #9218 from LabNConsulting/chopps/pim-timersDonald Sharp2021-08-1916-335/+349
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | tests: reduce multicast timer valuesChristian Hopps2021-08-196-7/+57
| * | | | | | tests: Add global pim join-prune-interval json config optionChristian Hopps2021-08-193-102/+104
| * | | | | | pimd: fix register suppress timer codeChristian Hopps2021-08-193-7/+30
| * | | | | | pimd: change ranges to 1..max, type align with IETF YANG.Christian Hopps2021-08-196-219/+158
|/ / / / / /
* | | | | | Merge pull request #9431 from opensourcerouting/snap-1804-masterDonald Sharp2021-08-186-16/+52
|\ \ \ \ \ \
| * | | | | | snapcraft: Add pathd to FRR snap daemonsMartin Winter2021-08-176-3/+34
| * | | | | | snapcraft: Change base to Ubuntu 18.04 and libyang 2.0.7Martin Winter2021-08-172-13/+18
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #9341 from LabNConsulting/chopps/ospf-support-bundleIgor Ryzhov2021-08-181-6/+16
|\ \ \ \ \ \
| * | | | | | tools: add ospfd support bundle commandsChristian Hopps2021-08-101-6/+16
* | | | | | | Merge pull request #9408 from mobash-rasool/ospfv2-bug-fixes-03Igor Ryzhov2021-08-182-0/+4
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | ospfd: Summarised External LSA is not flushed in one scenarioMobashshera Rasool2021-08-172-0/+4
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #9342 from mobash-rasool/ospfv3-asbr-summarisationRuss White2021-08-172-51/+60
|\ \ \ \ \ \
| * | | | | | ospf6d: Remove Type-7 LSA when Type-5 LSA is removedMobashshera Rasool2021-08-092-17/+18
| * | | | | | ospf6d: Remove assert and fix LSA removal in ASBR summarisationMobashshera Rasool2021-08-091-34/+42
| | |_|_|_|/ | |/| | | |