summaryrefslogtreecommitdiffstats
path: root/ldpd/rlfa.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-16tests: update tests using 'show bgp json detail'Trey Aspelund4-78/+100
2023-02-16bgpd: fix 'json detail' output structureTrey Aspelund3-41/+58
2023-02-16pimd: Remove impossible situationDonald Sharp1-3/+1
2023-02-16zebra: Ensure bvlan is non nullDonald Sharp1-0/+2
2023-02-16lib: Fix non-use of optionDonald Sharp1-1/+1
2023-02-16zebra: Add debug for bridge capabilityvivek1-1/+17
2023-02-16bgpd: Prevent multipathing among EVPN and non-EVPN pathsvivek1-3/+12
2023-02-16bgpd: Fix deterministic-med check for stale pathsvivek1-1/+4
2023-02-15bgpd: Add BGP Software Version CapabilityDonatas Abraitis20-4/+367
2023-02-15tests: Increase flags from uint32_t to uint64_tDonatas Abraitis1-2/+2
2023-02-14bgpd: Remove unnecessary all_digit() callDonald Sharp1-4/+0
2023-02-14babeld: changes for code maintainabilitysri-mohan14-15/+17
2023-02-14doc: correct the pid path for daemonsanlan_cs4-8/+7
2023-02-14tests: add iproute2 API guard to svd testStephen Worley2-0/+26
2023-02-14tests: fix SVD topotest, new evpn vni json outputStephen Worley2-4/+10
2023-02-14doc: remove "new way" for SVD docsStephen Worley1-1/+1
2023-02-14tests: add topotest to cover SVD flood entryStephen Worley1-0/+17
2023-02-14zebra: add VNI info to flood entryStephen Worley1-12/+14
2023-02-14zebra: Fix for mcast-group update and delete per vni for svdsharathr3-12/+41
2023-02-14zebra: fix for unexpected fdb entry showing up during ifdown/ifup eventssharathr7-47/+138
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