summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Add FOREACH_AFI_SAFI_NSF(afi, safi) macro to reduce nestingDonatas Abraitis2022-01-131-11/+9
* bfdd: correct one spelling error of commentanlan_cs2021-12-311-1/+1
* Merge pull request #10256 from anlancs/cleanup-zebra_evpn_mac_addIgor Ryzhov2021-12-232-29/+1
|\
| * zebra: cleanup checking zebra_evpn_mac_add function's return valueanlan_cs2021-12-232-29/+1
* | Merge pull request #9750 from mjstapp/zebra_installed_nhg_idLou Berger2021-12-214-10/+33
|\ \
| * | zebra: add installed nexthop-group id valueMark Stapp2021-11-234-10/+33
* | | Merge pull request #10245 from anlancs/fix-spell-errorDonatas Abraitis2021-12-201-1/+1
|\ \ \
| * | | zebra: correct one spell erroranlan_cs2021-12-201-1/+1
| | |/ | |/|
* | | Merge pull request #9899 from Drumato/zebra-srv6-locator-detail-json-supportDonatas Abraitis2021-12-141-2/+8
|\ \ \ | |/ / |/| |
| * | zebra: Add support for json output in srv6 locator detail commandYamato Sugawara2021-11-291-2/+8
* | | zebra: add optional NHG ID output to `show ip ro`Stephen Worley2021-12-021-27/+35
* | | zebra: Prevent thread usage of data after it being freedDonald Sharp2021-11-293-2/+5
* | | Merge pull request #10124 from ton31337/feature/vty_jsonIgor Ryzhov2021-11-298-231/+82
|\ \ \ | |/ / |/| |
| * | *: Remove redundand braces for single statement blocksDonatas Abraitis2021-11-274-70/+35
| * | zebra: Convert vty_out to vty_json for JSONDonatas Abraitis2021-11-258-161/+47
| |/
* | *: Remove unused variablesDonatas Abraitis2021-11-251-1/+0
* | zebra: Replace prefix2str for JSON to %pFXDonatas Abraitis2021-11-251-6/+3
|/
* *: cleanup ifp->vrf_idIgor Ryzhov2021-11-2218-190/+152
* Merge pull request #10076 from idryzhov/if-is-loopback-or-vrfDonald Sharp2021-11-223-14/+14
|\
| * *: unify if_is_loopback/if_is_loopback_or_vrfIgor Ryzhov2021-11-163-14/+14
* | Merge pull request #10074 from opensourcerouting/assorted-20211116Igor Ryzhov2021-11-191-0/+1
|\ \
| * | lib: rework vty_check_node_for_xpath_decrementDavid Lamparter2021-11-161-0/+1
* | | Merge pull request #10092 from ton31337/feature/replace_json_object_string_ad...Igor Ryzhov2021-11-188-80/+41
|\ \ \
| * | | *: Remove unused variablesDonatas Abraitis2021-11-184-6/+1
| * | | zebra: Replace inet_ntop to %pI4/6 for JSON outputsDonatas Abraitis2021-11-188-74/+40
* | | | Merge pull request #9706 from donaldsharp/zebra_client_summ_more_roomRuss White2021-11-181-3/+4
|\ \ \ \
| * | | | zebra: Expand v4/v6 route spaceDonald Sharp2021-11-171-3/+4
| | |_|/ | |/| |
* | | | Merge pull request #10080 from mjstapp/fix_lsp_workqueueIgor Ryzhov2021-11-183-3/+13
|\ \ \ \ | |_|/ / |/| | |
| * | | zebra: during shutdown, don't process LSPs on the lsp workqueueMark Stapp2021-11-181-0/+10
| * | | zebra: free LSP workqueue early, revert PR 10050Mark Stapp2021-11-182-3/+3
| |/ /
* | | zebra: return void for dplane_ctx_get_pbr_ipset_entryDonald Sharp2021-11-174-16/+12
* | | zebra: return void for dplane_ctx_get_pbr_iptableDonald Sharp2021-11-174-19/+15
* | | zebra: dplane_ctx_get_pbr_ipset should return voidDonald Sharp2021-11-174-24/+20
|/ /
* | Merge pull request #10072 from idryzhov/zebra-memleakDonald Sharp2021-11-161-2/+4
|\ \ | |/ |/|
| * zebra: fix memleak on shutdownIgor Ryzhov2021-11-161-2/+4
* | Merge pull request #10050 from mjstapp/fix_mpls_queue_cleanupDonatas Abraitis2021-11-152-2/+3
|\ \ | |/ |/|
| * zebra: free LSP workqueue later during shutdownMark Stapp2021-11-122-2/+3
* | Merge pull request #10036 from donaldsharp/finally_frrJafar Al-Gharaibeh2021-11-134-7/+7
|\ \ | |/ |/|
| * *: Cleanup some documentation from quagga->frrDonald Sharp2021-11-112-2/+2
| * *: Rename quagga_timestamp with frr_timestampDonald Sharp2021-11-112-4/+4
| * *: Convert quagga_signal_X to frr_signal_XDonald Sharp2021-11-111-1/+1
* | zebra: use tabs instead of spaces zebra_vxlan.cQuentin Young2021-11-121-7/+7
* | Merge pull request #9982 from idryzhov/fix-netns-deleteDonald Sharp2021-11-121-0/+21
|\ \
| * | zebra: fix netns deletionIgor Ryzhov2021-11-111-0/+21
* | | Merge pull request #9965 from idryzhov/fix-table-manager-disableDonald Sharp2021-11-121-2/+2
|\ \ \ | |_|/ |/| |
| * | zebra: fix disabling table managerIgor Ryzhov2021-11-111-2/+2
| |/
* | Merge pull request #10006 from chiragshah6/evpn_devRuss White2021-11-111-0/+9
|\ \
| * | zebra: svi down remove l2vni from l3vni listChirag Shah2021-11-081-0/+9
* | | Merge pull request #9931 from leibaogit/masterIgor Ryzhov2021-11-111-2/+2
|\ \ \ | |_|/ |/| |
| * | zebar: Fix the RA sent fail in netns modeLEI BAO2021-11-051-1/+1