From 36c3b29675300b5683a97f1e3796a1f6d1778d88 Mon Sep 17 00:00:00 2001 From: Anuradha Karuppiah Date: Sat, 1 Jan 2022 09:18:33 -0800 Subject: zebra: infastructure for the new dataplane plugin Signed-off-by: Anuradha Karuppiah --- vtysh/vtysh.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vtysh') 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, -- cgit v1.2.3