mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-19 04:17:06 +00:00
Merge pull request #12377 from opensourcerouting/fix/enable_scripting
zebra: Replace TC definitions for dplane
This commit is contained in:
commit
a86afb3e0e
@ -417,9 +417,14 @@ void lua_pushzebra_dplane_ctx(lua_State *L, const struct zebra_dplane_ctx *ctx)
|
|||||||
case DPLANE_OP_INTF_INSTALL:
|
case DPLANE_OP_INTF_INSTALL:
|
||||||
case DPLANE_OP_INTF_UPDATE:
|
case DPLANE_OP_INTF_UPDATE:
|
||||||
case DPLANE_OP_INTF_DELETE:
|
case DPLANE_OP_INTF_DELETE:
|
||||||
case DPLANE_OP_TC_INSTALL:
|
case DPLANE_OP_TC_QDISC_INSTALL:
|
||||||
case DPLANE_OP_TC_UPDATE:
|
case DPLANE_OP_TC_QDISC_UNINSTALL:
|
||||||
case DPLANE_OP_TC_DELETE:
|
case DPLANE_OP_TC_CLASS_ADD:
|
||||||
|
case DPLANE_OP_TC_CLASS_DELETE:
|
||||||
|
case DPLANE_OP_TC_CLASS_UPDATE:
|
||||||
|
case DPLANE_OP_TC_FILTER_ADD:
|
||||||
|
case DPLANE_OP_TC_FILTER_DELETE:
|
||||||
|
case DPLANE_OP_TC_FILTER_UPDATE:
|
||||||
/* Not currently handled */
|
/* Not currently handled */
|
||||||
case DPLANE_OP_INTF_NETCONFIG: /*NYI*/
|
case DPLANE_OP_INTF_NETCONFIG: /*NYI*/
|
||||||
case DPLANE_OP_NONE:
|
case DPLANE_OP_NONE:
|
||||||
|
Loading…
Reference in New Issue
Block a user