diff options
Diffstat (limited to 'src/plugins/linux-cp/lcp_cli.c')
-rw-r--r-- | src/plugins/linux-cp/lcp_cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |