summaryrefslogtreecommitdiff
path: root/zebra/zebra_dplane.c
AgeCommit message (Expand)Author
2023-04-12Merge pull request #13264 from mjstapp/fix_dplane_shut_race_8_4Donald Sharp
2023-04-12zebra: Install directly connected route after interface flapPooja Jagadeesh Doijode
2023-04-11zebra: fix race during shutdownMark Stapp
2022-12-10zebra: Actually free all memory associated ctx->u.iptable.interface_name_listDonald Sharp
2022-08-19Merge pull request #11832 from sigeryang/masterQuentin Young
2022-08-18zebra: trim unused tc dplane result valuesSiger Yang
2022-08-17Merge pull request #11824 from sigeryang/masterDonald Sharp
2022-08-17zebra: use default NS directly in tc dplaneSiger Yang
2022-08-16Merge pull request #11694 from sigeryang/masterStephen Worley
2022-08-15zebra: Remove unused assignment in zebra_dplane.cDonald Sharp
2022-08-11zebra: add tc netlink and dplane opsSiger Yang
2022-08-08zebra: Add a `mpls enable` interface node commandDonald Sharp
2022-07-21zebra: Convert thread_cancel to THREAD_OFFDonald Sharp
2022-06-27zebra: pass PBR expanded actions to the dataplaneAnuradha Karuppiah
2022-06-23zebra: Add interface sysctl ignore on linkdown statusDonald Sharp
2022-06-23zebra: Fix bug in netconf handling where dplane would drop the changeDonald Sharp
2022-06-10lib, zebra, bgpd: Move route EVPN flag to nexthopXiao Liang
2022-05-25zebra: avoid pbr iptable added twice when used with flowspecPhilippe Guibert
2022-04-19*: Fix spelling of intefaceDonald Sharp
2022-03-09zebra: avoid initialization in ctx_intf_initStephen Worley
2022-03-09zebra: only clear pd_reason on shutdown/sweepStephen Worley
2022-03-09zebra: use a macro for check protodownStephen Worley
2022-03-09zebra: add enum set/unset states for queingStephen Worley
2022-03-09zebra: add support for protodown reason codeStephen Worley
2022-02-25zebra: use dataplane to read interface NETCONF infoMark Stapp
2022-02-25zebra: add dplane type for NETCONF dataMark Stapp
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2022-02-10Merge pull request #10537 from mjstapp/fix_dplane_strdupRafael Zalamena
2022-02-08zebra: Make netlink buffer reads resizeable when neededDonald Sharp
2022-02-08zebra: Remove `struct nlsock` from dataplane information and use `int fd`Donald Sharp
2022-02-08zebra: use frr mem apisMark Stapp
2022-02-04zebra: Fix v6 route replace failure turned into successDonald Sharp
2022-02-04zebra: set zd_is_update in 1 spotDonald Sharp
2021-11-23zebra: add installed nexthop-group id valueMark Stapp
2021-11-22*: cleanup ifp->vrf_idIgor Ryzhov
2021-11-17zebra: return void for dplane_ctx_get_pbr_ipset_entryDonald Sharp
2021-11-17zebra: return void for dplane_ctx_get_pbr_iptableDonald Sharp
2021-11-17zebra: dplane_ctx_get_pbr_ipset should return voidDonald Sharp
2021-11-03zebra: update dataplane flowspec address family in ipset_infoPhilippe Guibert
2021-11-03zebra: fix flowspec ipset operationsPhilippe Guibert
2021-10-07pbrd: add vlan actions to vtyEli Baum
2021-09-14zebra: use the dataplane to read netlink intf addr changesMark Stapp
2021-09-14zebra: add new dplane op codes for interface addr eventsMark Stapp
2021-09-14zebra: add intf accessors for dplane contextsMark Stapp
2021-09-14zebra: add inbound netlink socket for dataplaneMark Stapp
2021-09-02zebra: Convert to `struct zebra_lsp` as per our internal standardDonald Sharp
2021-09-02zebra: Convert to `struct zebra_nhlfe` as per our internal standardDonald Sharp
2021-09-02zebra: Convert to `struct zebra_l3nvi` as per our internal standardDonald Sharp
2021-08-06zebra: Remove rib_lookup_and_pushup functionDonald Sharp
2021-08-02zebra: use strlcpy in dplane_rule_initMark Stapp