summaryrefslogtreecommitdiffstats
path: root/zebra/rt_netlink.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: clang-format style fixesStephen Worley2023-02-141-3/+3
* zebra: ignore zero_mac without VNI deletesStephen Worley2023-02-141-1/+1
* zebra: encode dvni with nexthop groupsStephen Worley2023-02-141-32/+61
* zebra: handle ipv6-mapped-ipv4 with DVNIStephen Worley2023-02-141-3/+12
* zebra: dont install implicit NULL labels non-vniStephen Worley2023-02-141-1/+1
* zebra: encode vni label via lwt encapStephen Worley2023-02-141-18/+60
* zebra: fix for issues found during static analysisSharath Ramamurthy2023-02-141-1/+2
* zebra: Bug fixes in fdb read for flooded traffic and remote fdb cleanup upon ...Sharath Ramamurthy2023-02-141-19/+50
* zebra: single vxlan device vni handlingSharath Ramamurthy2023-02-141-9/+9
* zebra: single vxlan device dataplace vni update changesSharath Ramamurthy2023-02-141-0/+15
* zebra: multiple vlan aware bridge datastructure changes and vxlan device ifty...Sharath Ramamurthy2023-02-141-20/+61
* zebra: data structure changes for single vxlan deviceSharath Ramamurthy2023-02-141-1/+1
* zebra: Add missing enums to switch statementsDonald Sharp2023-01-311-4/+58
* zebra_fpm: Add support for other protocols in fpm:netlinkSpoorthi K2023-01-241-1/+1
* Merge pull request #12604 from donaldsharp/distance_metric_offload_fixesRuss White2023-01-181-1/+1
|\
| * zebra: Set metric appropriately on route offload to asicDonald Sharp2023-01-051-1/+1
* | zebra: cosmetic changes for debuganlan_cs2023-01-111-1/+1
* | fpm: Send NH message to FPM even if the local kernel doesn't support itYutaro Hayakawa2022-12-251-4/+5
|/
* zebra: Fix nexthop group memory leakDonald Sharp2022-12-151-2/+4
* zebra: Add ctx to netlink message parsingDonald Sharp2022-12-121-8/+22
* Merge pull request #12238 from donaldsharp/appendDonatas Abraitis2022-11-071-0/+3
|\
| * lib, zebra: Allow for zebra to recognize that a route has gotten desyncedDonald Sharp2022-11-041-0/+3
* | lib, zebra: Add ability to encode/decode resilient nhg'sDonald Sharp2022-11-041-5/+63
|/
* zebra, lib: add support for SRv6 End.DT46 behaviorCarmine Scarpitta2022-10-181-0/+22
* zebra: use rib_add_multipath in rt_netlink.cDonald Sharp2022-08-171-28/+29
* zebra: Create a zebra_rib_route_entry_new function and use itDonald Sharp2022-08-171-11/+3
* zebra: Avoid buffer overflow using netlink_parse_rtattr_nested()Donatas Abraitis2022-07-171-4/+4
* zebra: fix remaining MR RTM_GETROUTE odditiesDavid Lamparter2022-07-071-2/+13
* zebra: IIF/OIF are not used in MR RTM_GETROUTEDavid Lamparter2022-07-061-3/+0
* zebra: netlink MR is a rtmsg, not ndmsgDavid Lamparter2022-07-061-4/+4
* zebra: correctly ignore multicast nl msgsDavid Lamparter2022-07-061-13/+22
* zebra: Add more cases to proto2zebra for understanding kernel routesDonald Sharp2022-07-011-0/+16
* zebra: Notice to end operator when a failure happensDonald Sharp2022-07-011-1/+12
* zebra: add support for maintaining local neigh entriesAnuradha Karuppiah2022-06-271-6/+24
* Merge pull request #11464 from donaldsharp/linkdownRuss White2022-06-241-0/+3
|\
| * lib, zebra: Notice when a nexthop is set linkdownDonald Sharp2022-06-231-0/+3
* | zebra: rtnetlink: flow attr per gateway attr in multipath updatesRicardo2022-06-231-22/+44
|/
* zebra: remove unnecessary check for "zevpn_vrf"anlan_cs2022-05-141-6/+0
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-2/+2
* zebra: Modify base code to get ipv6 stats from kernelMobashshera Rasool2022-04-281-11/+49
* zebra: Add tracepoint for netlink_route_change_read_unicastDonald Sharp2022-04-201-0/+3
* zebra: Add netlink_nexthop_change tracepointDonald Sharp2022-04-201-0/+3
* *: Fix spelling of intefaceDonald Sharp2022-04-191-1/+1
* zebra: remove unnecessary check for parsing macfdbanlan_cs2022-03-301-1/+1
* Merge pull request #9953 from donaldsharp/system_route_replaceDonatas Abraitis2022-03-201-1/+1
|\
| * zebra: Better handle replacing our route by a system routeDonald Sharp2022-01-261-1/+1
* | zebra: Remove `struct nlsock` from dataplane information and use `int fd`Donald Sharp2022-02-081-3/+10
* | Merge pull request #9066 from donaldsharp/ships_in_the_nightRuss White2022-02-081-2/+2
|\ \
| * | zebra: Fix ships in the night issueDonald Sharp2022-02-071-2/+2
* | | Merge pull request #9649 from proelbtn/add-support-for-end-dt4Russ White2022-02-081-0/+26
|\ \ \ | |/ / |/| |