diff options
author | Anuradha Karuppiah <anuradhak@nvidia.com> | 2022-01-01 18:18:33 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2022-06-27 13:56:55 +0200 |
commit | 36c3b29675300b5683a97f1e3796a1f6d1778d88 (patch) | |
tree | 77f3b125cc4eafdac2c7ff8445e421ae485b1965 /vtysh | |
parent | zebra: add ipc_lock, read_search and sys_rawio to zebra's privileges (diff) | |
download | frr-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.h | 1 |
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, |