summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: mpls nexthop entry displays also interface when availablePhilippe Guibert2023-03-221-0/+4
* zebra: handle nexthop vrf_id in ZEBRA_MPLS_LABELS messagesPhilippe Guibert2023-03-221-35/+39
* zebra: accept LSP entries with an mpls-less outgoing interfacePhilippe Guibert2023-03-221-36/+34
* zebra: add evpn isDetectionFreeze to json outputSindhu Parvathi Gopinathan2023-03-221-0/+2
* zebra: Fix for heap-use-after-free in EVPNPooja Jagadeesh Doijode2023-03-201-0/+11
* Merge pull request #12965 from donaldsharp/gr_vrf_awareRuss White2023-03-141-34/+70
|\
| * zebra: Make GR debug logs at least vrf awareDonald Sharp2023-03-081-34/+70
* | zebra: add json support when "show zebra mpls" returns nothingPhilippe Guibert2023-03-091-2/+8
|/
* Merge pull request #12008 from patrasar/pimv6_bsm_processDonatas Abraitis2023-03-021-2/+0
|\
| * zebra: Send nexthop ifindex for type NEXTHOP_TYPE_IPV6Sarita Patra2023-02-241-2/+0
* | Merge pull request #12811 from Avineus/frr_neighlog_5884Donatas Abraitis2023-03-011-0/+19
|\ \ | |/ |/|
| * zebra: neigh update netlink logKavitha2023-02-271-0/+19
* | Merge pull request #12798 from donaldsharp/rib_match_multicastRuss White2023-02-214-100/+57
|\ \
| * | doc: Add `show ipv6 rpf X:X::X:X` command to docsDonald Sharp2023-02-161-5/+29
| * | zebra: Remove code duplication for v4 and v6 versions of rib_match_multicastDonald Sharp2023-02-164-96/+29
* | | Merge pull request #12818 from imzyxwvu/fix/other-table-inactiveDonald Sharp2023-02-211-5/+5
|\ \ \
| * | | zebra: Fix other table inactive when ip import-table is onzyxwvu Shi2023-02-151-5/+5
| |/ /
* | | Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp2023-02-17148-2274/+148
|\ \ \
| * | | *: auto-convert to SPDX License IDsDavid Lamparter2023-02-09147-2262/+147
| * | | *: manual SPDX License ID conversionsDavid Lamparter2023-02-091-12/+1
* | | | Merge pull request #12824 from donaldsharp/coverity_evpnDonatas Abraitis2023-02-161-0/+2
|\ \ \ \
| * | | | zebra: Ensure bvlan is non nullDonald Sharp2023-02-161-0/+2
| | |/ / | |/| |
* / | | zebra: Add debug for bridge capabilityvivek2023-02-161-1/+17
|/ / /
* | | Merge pull request #12494 from louis-6wind/ext_admin_groupOlivier Dugeon2023-02-1510-24/+693
|\ \ \ | |_|/ |/| |
| * | lib,zebra: add affinity-map configuration hooksLouis Scalbert2023-02-104-1/+186
| * | lib,yang,zebra: add extended admin-group supportLouis Scalbert2023-02-105-24/+501
| * | lib,yang,zebra: add affinity-map supportLouis Scalbert2023-02-092-0/+7
| |/
* | Merge pull request #12789 from donaldsharp/version_cleanupDavid Lamparter2023-02-143-33/+72
|\ \
| * | lib, zebra: Consolidate ZEBRA_TABLE_MAX_DISTANCE valuesDonald Sharp2023-02-101-1/+1
| * | lib, zebra: Use defines for distanceDonald Sharp2023-02-101-31/+68
| * | lib, zebra: Move ZEBRA_ON_RIB_PROCESS_HOOK_CALLDonald Sharp2023-02-101-0/+3
| * | bgpd: Remove extraneous include of version.hDonald Sharp2023-02-101-1/+0
| |/
* | Merge pull request #12796 from donaldsharp/routemap_debuggingRuss White2023-02-142-6/+28
|\ \
| * | zebra: Add access-list lookup failures to debug routemap detailDonald Sharp2023-02-131-2/+12
| * | zebra: Add prefix-list lookup failures to routemap debug detailDonald Sharp2023-02-131-2/+12
| * | zebra: Use string for type instead of numberDonald Sharp2023-02-131-2/+4
| |/
* | zebra: add VNI info to flood entryStephen Worley2023-02-141-12/+14
* | zebra: Fix for mcast-group update and delete per vni for svdsharathr2023-02-143-12/+41
* | zebra: fix for unexpected fdb entry showing up during ifdown/ifup eventssharathr2023-02-147-47/+138
* | zebra: Clean remote FDB entries upon VNI removalvivek2023-02-141-1/+7
* | zebra: svd and mvab bug fixessharathr2023-02-142-1/+4
* | zebra: clang-format style fixesStephen Worley2023-02-148-37/+37
* | zebra: ignore GETVLAN errors at startupStephen Worley2023-02-141-1/+2
* | zebra: state value never used SA fixStephen Worley2023-02-141-1/+0
* | zebra: log if RTNLGRP_BRVLAN register failsStephen Worley2023-02-141-0/+4
* | zebra: ignore zero_mac without VNI deletesStephen Worley2023-02-141-1/+1
* | zebra: encode dvni with nexthop groupsStephen Worley2023-02-141-32/+61
* | zebra: account for non-evpn ecmpStephen Worley2023-02-141-0/+4
* | zebra: use new vni_info->access_vlan structsStephen Worley2023-02-141-1/+2
* | zebra: handle ipv6-mapped-ipv4 with DVNIStephen Worley2023-02-141-3/+12