From: Hongjun Ni Date: Mon, 24 Apr 2017 11:32:54 +0000 (+0800) Subject: Remove unsed parameter from fib_table_entry_special_add(). NSHSFC-29 X-Git-Tag: v17.04~3 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=371a60c3c41523bfa5c21e43f7ef155dd75cbcb8;p=nsh_sfc.git Remove unsed parameter from fib_table_entry_special_add(). NSHSFC-29 Change-Id: I7b7a4f97d07d5071dfa49f28fb66fbb1cd575d48 Signed-off-by: Hongjun Ni --- diff --git a/nsh-plugin/nsh-md2-ioam/nsh_md2_ioam.c b/nsh-plugin/nsh-md2-ioam/nsh_md2_ioam.c index 8f96759..23278b9 100644 --- a/nsh-plugin/nsh-md2-ioam/nsh_md2_ioam.c +++ b/nsh-plugin/nsh-md2-ioam/nsh_md2_ioam.c @@ -265,8 +265,7 @@ u32 fib_path_get_resolving_interface (fib_node_index_t path_index); fib_table_entry_special_add (outer_fib_index, &tun_dst_pfx, FIB_SOURCE_RR, - FIB_ENTRY_FLAG_NONE, - ADJ_INDEX_INVALID); + FIB_ENTRY_FLAG_NONE); t1->sibling_index = fib_entry_child_add (t1->fib_entry_index, hm->fib_entry_type, t1 - hm->dst_tunnels);