From 6bb77dec7074e6b7b27d6bc94238bcddda375a66 Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Fri, 21 May 2021 09:47:08 +0000 Subject: linux-cp: A V2 variant of pair create API that returns the host interface created Type: improvement Signed-off-by: Neale Ranns Change-Id: I31a83cd50513078895078bae3ae11372d351ddcd --- src/plugins/linux-cp/lcp_cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/linux-cp/lcp_cli.c') diff --git a/src/plugins/linux-cp/lcp_cli.c b/src/plugins/linux-cp/lcp_cli.c index 0231f67f835..cb874b1c023 100644 --- a/src/plugins/linux-cp/lcp_cli.c +++ b/src/plugins/linux-cp/lcp_cli.c @@ -93,7 +93,7 @@ lcp_itf_pair_create_command_fn (vlib_main_t *vm, unformat_input_t *input, 0, "Namespace name should be fewer than %d characters", LCP_NS_LEN); } - r = lcp_itf_pair_create (sw_if_index, host_if_name, host_if_type, ns); + r = lcp_itf_pair_create (sw_if_index, host_if_name, host_if_type, ns, NULL); vec_free (host_if_name); vec_free (ns); -- cgit 1.2.3-korg