summaryrefslogtreecommitdiffstats
path: root/vtysh
diff options
context:
space:
mode:
authorAnuradha Karuppiah <anuradhak@nvidia.com>2022-01-01 18:18:33 +0100
committerDonald Sharp <sharpd@nvidia.com>2022-06-27 13:56:55 +0200
commit36c3b29675300b5683a97f1e3796a1f6d1778d88 (patch)
tree77f3b125cc4eafdac2c7ff8445e421ae485b1965 /vtysh
parentzebra: add ipc_lock, read_search and sys_rawio to zebra's privileges (diff)
downloadfrr-36c3b29675300b5683a97f1e3796a1f6d1778d88.tar.xz
frr-36c3b29675300b5683a97f1e3796a1f6d1778d88.zip
zebra: infastructure for the new dataplane plugin
Signed-off-by: Anuradha Karuppiah <anuradhak@nvidia.com>
Diffstat (limited to 'vtysh')
-rw-r--r--vtysh/vtysh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vtysh/vtysh.h b/vtysh/vtysh.h
index 6053955be..1f02efee2 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,