diff options
author | 2017-06-02 18:34:52 +0800 | |
---|---|---|
committer | 2017-06-06 19:02:37 +0800 | |
commit | 7cf94623e905a7092a1deff1b730c79a8307c7af (patch) | |
tree | 4344779f72b38aa93911506e9d3ebc2c2cfeb164 /nsh-plugin/nsh/nsh.h | |
parent | d23511851d5b5893518763bd29ef8c374d9dcd87 (diff) |
Fix adj lookup failure for NSH over Eth
Change-Id: If5b090b7d03b3ad1567c9659cb235c6a54d438ae
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
Diffstat (limited to 'nsh-plugin/nsh/nsh.h')
-rw-r--r-- | nsh-plugin/nsh/nsh.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nsh-plugin/nsh/nsh.h b/nsh-plugin/nsh/nsh.h index e67e64a..ea4e192 100644 --- a/nsh-plugin/nsh/nsh.h +++ b/nsh-plugin/nsh/nsh.h @@ -76,6 +76,7 @@ typedef struct { u32 sw_if_index; u32 rx_sw_if_index; u32 next_node; + u32 adj_index; } nsh_map_t; typedef struct { |