aboutsummaryrefslogtreecommitdiffstats
path: root/nsh-plugin/nsh-md2-ioam/nsh_md2_ioam.c
diff options
context:
space:
mode:
authorHongjun Ni <hongjun.ni@intel.com>2017-04-17 20:02:05 +0800
committerHongjun Ni <hongjun.ni@intel.com>2017-04-17 20:19:39 +0800
commit8aae5e9e4261466fda2ab4d080775e3ef7bb2f8d (patch)
treec7126eaa4fa9721ff89d059ecbf28070cf337ba1 /nsh-plugin/nsh-md2-ioam/nsh_md2_ioam.c
parentc323cabf23d64b9c55d688bf968194b816e19d67 (diff)
Fix gre issue due to gre spit into gre4 and gre6
Change-Id: I474cb29c28206604fb213fe642f247d69ee5dfcb Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
Diffstat (limited to 'nsh-plugin/nsh-md2-ioam/nsh_md2_ioam.c')
-rw-r--r--nsh-plugin/nsh-md2-ioam/nsh_md2_ioam.c3
1 files changed, 1 insertions, 2 deletions
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);