summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_srte.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-14zebra: Clean remote FDB entries upon VNI removalvivek1-1/+7
2023-02-14zebra: svd and mvab bug fixessharathr2-1/+4
2023-02-14lib: make htonll/ntohll compile time and readableStephen Worley1-8/+7
2023-02-14lib: remove unneeded parans on labl2str returnStephen Worley1-1/+1
2023-02-14zebra: clang-format style fixesStephen Worley8-37/+37
2023-02-14sharpd: clang-format style fixStephen Worley1-2/+2
2023-02-14zebra: ignore GETVLAN errors at startupStephen Worley1-1/+2
2023-02-14lib: add asserts to appease the SAStephen Worley1-0/+4
2023-02-14bgpd: SA set labels/num_labels to NULL/0Stephen Worley1-0/+2
2023-02-14zebra: state value never used SA fixStephen Worley1-1/+0
2023-02-14zebra: log if RTNLGRP_BRVLAN register failsStephen Worley1-0/+4
2023-02-14zebra: ignore zero_mac without VNI deletesStephen Worley1-1/+1
2023-02-14tests: fix mpls_label2str() in make checkStephen Worley2-2/+3
2023-02-14doc: add docs for `show evpn access-vlan`Stephen Worley1-0/+10
2023-02-14tests: skip SVD/DVNI tests for < 5.7 kernelStephen Worley1-0/+5
2023-02-14tests: add first dvni topotestsStephen Worley5-10/+94
2023-02-14zebra: encode dvni with nexthop groupsStephen Worley1-32/+61
2023-02-14zebra: account for non-evpn ecmpStephen Worley1-0/+4
2023-02-14zebra: use new vni_info->access_vlan structsStephen Worley1-1/+2
2023-02-14zebra: handle ipv6-mapped-ipv4 with DVNIStephen Worley1-3/+12
2023-02-14zebra: make next-hop svd command hidden for nowStephen Worley2-26/+18
2023-02-14zebra: dont install implicit NULL labels non-vniStephen Worley1-1/+1
2023-02-14zebra: handle STP state change for SVD per vlan IDStephen Worley9-0/+287
2023-02-14zebra: subscribe to bridge vlan netlink messagesStephen Worley1-1/+14
2023-02-14linux: update if_bridge include to newer versionStephen Worley1-0/+448
2023-02-14bgpd: disable NHGs with D-VNIStephen Worley1-0/+4
2023-02-14bgpd: add mpath label stack helper functions for dvniStephen Worley3-7/+72
2023-02-14zebra: add show commands for SVD global neigh tableStephen Worley3-50/+158
2023-02-14zebra: nhg resolution handler for d-vniStephen Worley1-5/+90
2023-02-14zebra: install neigh entries on SVDStephen Worley4-21/+261
2023-02-14lib,sharpd: add ability for sharpd to install vni labelsStephen Worley2-10/+27
2023-02-14zebra: encode vni label via lwt encapStephen Worley3-18/+68
2023-02-14bgpd: send L3VNI as route labels to zebraStephen Worley1-23/+42
2023-02-14lib: add label_type as field in zapi_nexthopStephen Worley3-2/+7
2023-02-14lib,zebra,bgpd,staticd: use label code to store VNI infoStephen Worley12-54/+85
2023-02-14lib: add has_label function for nexthop groupsStephen Worley2-0/+14
2023-02-14lib: add 64bit versions of htonl/ntohlStephen Worley1-0/+9
2023-02-14tests: add new topotest for single vxlan device configSharath Ramamurthy19-0/+572
2023-02-14zebra: Add documentation for Single Vxlan Device supportSharath Ramamurthy1-0/+32
2023-02-14zebra: fix for issues found during static analysisSharath Ramamurthy2-1/+5
2023-02-14zebra: check for vni before comparison in zl3vni_map_to_vxlan_if_nsSharath Ramamurthy1-1/+1
2023-02-14zebra: add zebra_vxlan_if.h header file to noinst_HEADERSharath Ramamurthy1-0/+1
2023-02-14zebra: add zebra_l2_bridge_if.h header file to noinst_HEADERStephen Worley1-0/+1
2023-02-14zebra: Add ifdump vty json extension for vxlan/vniSharath Ramamurthy1-66/+59
2023-02-14zebra: Bug fixes in fdb read for flooded traffic and remote fdb cleanup upon ...Sharath Ramamurthy12-43/+108
2023-02-14zebra: Handle vni determination for non-vlan-aware bridgesSharath Ramamurthy5-18/+25
2023-02-14zebra: Bug fixes in vtysh doc string, mcast group handling and vni deletion h...Sharath Ramamurthy3-66/+25
2023-02-14zebra: Refactoring changes for zebra_evpn_map_vlan zebra_evpn_from_svi and zl...Sharath Ramamurthy10-117/+211
2023-02-14zebra: multiple vlan aware bridge data structure and related changesSharath Ramamurthy6-50/+616
2023-02-14zebra: single vxlan device vni handlingSharath Ramamurthy3-125/+236