summaryrefslogtreecommitdiff
path: root/zebra/rt.h
diff options
context:
space:
mode:
authorSiger Yang <siger.yang@outlook.com>2022-07-29 21:59:19 +0800
committerSiger Yang <siger.yang@outlook.com>2022-08-11 02:32:43 +0800
commit449a30edf6c91045f1419536672608519daec1b9 (patch)
tree29d4be814dd3401a3c71952bd22f9d2ad3de6c0c /zebra/rt.h
parente8b9bece855b2f48d08f3898c127da67dc872588 (diff)
zebra: add tc netlink and dplane ops
This commit implements necessary netlink encoders for traffic control including QDISC, TCLASS and TFILTER, and adds basic dplane operations. Co-authored-by: Stephen Worley <sworley@nvidia.com> Signed-off-by: Siger Yang <siger.yang@outlook.com>
Diffstat (limited to 'zebra/rt.h')
-rw-r--r--zebra/rt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/rt.h b/zebra/rt.h
index 0a86a2897c..d8a22d2cfc 100644
--- a/zebra/rt.h
+++ b/zebra/rt.h
@@ -71,6 +71,7 @@ kernel_intf_update(struct zebra_dplane_ctx *ctx);
extern enum zebra_dplane_result
kernel_intf_netconf_update(struct zebra_dplane_ctx *ctx);
+extern enum zebra_dplane_result kernel_tc_update(struct zebra_dplane_ctx *ctx);
#endif /* !HAVE_NETLINK */