summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_dplane.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: use typesafe lib lists in zebra dplaneMark Stapp2023-01-231-11/+14
* zebra: Read from the dplane_fpm_nl a route updateDonald Sharp2022-12-131-1/+1
* zebra: Add ctx to netlink message parsingDonald Sharp2022-12-121-0/+10
* zebra: Rearrange dplane_ctx_route_initDonald Sharp2022-12-121-0/+6
* zebra: Add dplane_ctx_get|set_flagsDonald Sharp2022-12-121-0/+2
* zebra: traffic control state managementSiger Yang2022-11-221-13/+58
* zebra: add tc netlink and dplane opsSiger Yang2022-08-101-0/+25
* zebra: Add a `mpls enable` interface node commandDonald Sharp2022-08-081-0/+2
* zebra: pass PBR expanded actions to the dataplaneAnuradha Karuppiah2022-06-271-0/+14
* zebra: Add interface sysctl ignore on linkdown statusDonald Sharp2022-06-231-0/+5
* zebra: Fix bug in netconf handling where dplane would drop the changeDonald Sharp2022-06-231-5/+0
* zebra: only clear pd_reason on shutdown/sweepStephen Worley2022-03-101-3/+2
* zebra: add support for protodown reason codeStephen Worley2022-03-091-0/+20
* zebra: add dplane type for NETCONF dataMark Stapp2022-02-251-0/+34
* zebra: Remove `struct nlsock` from dataplane information and use `int fd`Donald Sharp2022-02-081-4/+5
* zebra: Store the sequence number to use as part of the dp_infoDonald Sharp2022-02-081-0/+3
* zebra: Fix v6 route replace failure turned into successDonald Sharp2022-02-041-0/+1
* zebra: return void for dplane_ctx_get_pbr_ipset_entryDonald Sharp2021-11-171-3/+2
* zebra: return void for dplane_ctx_get_pbr_iptableDonald Sharp2021-11-171-3/+2
* zebra: dplane_ctx_get_pbr_ipset should return voidDonald Sharp2021-11-171-3/+2
* zebra: add new dplane op codes for interface addr eventsMark Stapp2021-09-141-1/+5
* zebra: add intf accessors for dplane contextsMark Stapp2021-09-141-0/+20
* zebra: Convert to `struct zebra_lsp` as per our internal standardDonald Sharp2021-09-021-5/+5
* zebra: Convert to `struct zebra_nhlfe` as per our internal standardDonald Sharp2021-09-021-20/+17
* zebra: Add ability for dataplane code to understand rule ip protocolsDonald Sharp2021-07-081-0/+2
* zebra: update pw dataplane infoMark Stapp2021-06-111-0/+4
* zebra: collect gre information and push it when neededPhilippe Guibert2021-04-301-1/+3
* nhrp: Preserve mtu during interface up/down and tunnel source changePhilippe Guibert2021-04-301-1/+4
* zebra: new dplane action to set gre link interfacePhilippe Guibert2021-04-301-0/+11
* nhrp, zebra, lib: enforce usage of zapi_neigh_ip structurePhilippe Guibert2021-04-131-1/+2
* zebra: move neighbor table configuration to dplane contextsPhilippe Guibert2021-04-091-0/+20
* zebra, lib: handle NEIGH_ADD/DELETE to zebra dataplane frameworkPhilippe Guibert2021-04-091-0/+18
* zebra: move ipset and ipset_entry to zebra dplane contextsPhilippe Guibert2021-03-101-1/+27
* zebra: move iptable handling in zebra_dplanePhilippe Guibert2021-03-041-1/+14
* zebra: support for lacp bypass with EVPN MHAnuradha Karuppiah2021-02-241-0/+5
* zebra: dplane API to get provider output q lengthDuncan Eastoe2020-12-111-0/+3
* zebra: add an api to process/clean the pending dplane queueMark Stapp2020-11-301-0/+9
* zebra: add optional extra data about routes' interfacesMark Stapp2020-10-301-0/+24
* zebra: dplane APIs for programming evpn-mh access port attributesAnuradha Karuppiah2020-10-261-0/+20
* zebra: Prevent duplicate re-installDonald Sharp2020-09-281-0/+1
* bgpd, lib, pbrd, zebra: Pass by ifnameDonald Sharp2020-09-121-0/+1
* Merge pull request #6883 from pjdruddy/evpn-refactorDonald Sharp2020-08-141-3/+0
|\
| * zebra: Revert "zebra: probe local inactive neigh"Chirag Shah2020-08-121-3/+0
* | lib, zebra: add support for sending ARP requestsJakub Urbańczyk2020-08-121-0/+11
|/
* zebra: remove "PENDING" dplane request stateJakub Urbańczyk2020-08-101-1/+0
* zebra: support for MAC-IP sync routesAnuradha Karuppiah2020-08-051-2/+1
* zebra: debug flags for MAC-IP syncAnuradha Karuppiah2020-08-051-14/+38
* zebra: support for adding L2NHG and mac-ecmp in the linux kernelAnuradha Karuppiah2020-08-051-1/+3
* pbrd, zebra, lib: DSCP / ECN-based PBR MatchingWesley Coakley2020-07-151-0/+2
* zebra: add init api for dplane lsp contextMark Stapp2020-07-071-0/+8