From 46023762d1da674ff73954f0d1523d450bfcf03c Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Mon, 7 Oct 2019 08:23:38 +0000 Subject: ip: MFIB CLI fix for parsing path flags Type: fix Change-Id: I7ed9726d8c5ca26715a84b004a18fd7f93142486 Signed-off-by: Neale Ranns --- src/vnet/ip/lookup.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/vnet/ip') diff --git a/src/vnet/ip/lookup.c b/src/vnet/ip/lookup.c index 43a90a1b558..e354db77216 100644 --- a/src/vnet/ip/lookup.c +++ b/src/vnet/ip/lookup.c @@ -904,9 +904,6 @@ vnet_ip_mroute_cmd (vlib_main_t * vm, { vec_add1 (rpaths, rpath); } - else if (unformat (line_input, "%U", - unformat_mfib_itf_flags, &rpath.frp_mitf_flags)) - ; else if (unformat (line_input, "%U", unformat_mfib_entry_flags, &eflags)) ; -- cgit 1.2.3-korg