summaryrefslogtreecommitdiff
path: root/vtysh/vtysh.h
diff options
context:
space:
mode:
authorAnuradha Karuppiah <anuradhak@nvidia.com>2022-01-01 09:18:33 -0800
committerDonald Sharp <sharpd@nvidia.com>2022-06-27 07:56:55 -0400
commit36c3b29675300b5683a97f1e3796a1f6d1778d88 (patch)
tree77f3b125cc4eafdac2c7ff8445e421ae485b1965 /vtysh/vtysh.h
parent0c57fcc731b78949b26f7f12e13b7d725db362f5 (diff)
zebra: infastructure for the new dataplane plugin
Signed-off-by: Anuradha Karuppiah <anuradhak@nvidia.com>
Diffstat (limited to 'vtysh/vtysh.h')
-rw-r--r--vtysh/vtysh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vtysh/vtysh.h b/vtysh/vtysh.h
index 6053955be9..1f02efee20 100644
--- a/vtysh/vtysh.h
+++ b/vtysh/vtysh.h
@@ -66,6 +66,7 @@ extern struct thread_master *master;
/* Daemons who can process nexthop-group configs */
#define VTYSH_NH_GROUP VTYSH_PBRD|VTYSH_SHARPD
#define VTYSH_SR VTYSH_ZEBRA|VTYSH_PATHD
+#define VTYSH_DPDK VTYSH_ZEBRA
enum vtysh_write_integrated {
WRITE_INTEGRATED_UNSPECIFIED,