From a19e1054b58024891691eaebeb13700cdce57fea Mon Sep 17 00:00:00 2001 From: Steven Date: Fri, 8 Sep 2017 15:40:32 -0700 Subject: memif: mode ip is not settable from binary API While mode ip is supported via the CLI for creating a memif interface, it is not settable from the binary API due to missing code. While at it, update the help usage to include the missing keyword secret. Change-Id: Ia9c71f4017210a5e1733ce4992fbb566b7d20c1a Signed-off-by: Steven --- src/plugins/memif/cli.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/memif/cli.c') diff --git a/src/plugins/memif/cli.c b/src/plugins/memif/cli.c index 8af76164..e1bd0444 100644 --- a/src/plugins/memif/cli.c +++ b/src/plugins/memif/cli.c @@ -109,8 +109,8 @@ VLIB_CLI_COMMAND (memif_create_command, static) = { .path = "create memif", .short_help = "create memif [id ] [socket ] " "[ring-size ] [buffer-size ] [hw-addr ] " - " [rx-queues ] [tx-queues ]" - "[mode ip]", + " [rx-queues ] [tx-queues ] " + "[mode ip] [secret ]", .function = memif_create_command_fn, }; /* *INDENT-ON* */ -- cgit 1.2.3-korg