Remove unsed parameter from fib_table_entry_special_add(). NSHSFC-29 58/6358/1
authorHongjun Ni <[email protected]>
Mon, 24 Apr 2017 11:32:54 +0000 (19:32 +0800)
committerHongjun Ni <[email protected]>
Mon, 24 Apr 2017 11:33:45 +0000 (19:33 +0800)
Change-Id: I7b7a4f97d07d5071dfa49f28fb66fbb1cd575d48
Signed-off-by: Hongjun Ni <[email protected]>
nsh-plugin/nsh-md2-ioam/nsh_md2_ioam.c

index 8f96759..23278b9 100644 (file)
@@ -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);