diff options
| author | 陆秋文 <[email protected]> | 2023-02-03 03:20:37 +0000 |
|---|---|---|
| committer | 陆秋文 <[email protected]> | 2023-02-03 03:20:37 +0000 |
| commit | 8c9965b2e803f453e498b1e8d9a655c7a55f86f4 (patch) | |
| tree | ab2f0dfdda6d437284f63c4ec605f12057c704ae /app/include | |
| parent | e188bc30f37e132d6d285a76fa12e0a643263221 (diff) | |
TSG-13437 增加读写ROUTE-CTX和SIDLIST的接口、示例程序并修正vxlan头部校验和错误的问题。
Diffstat (limited to 'app/include')
| -rw-r--r-- | app/include/mrapp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/include/mrapp.h b/app/include/mrapp.h index ba52b6a..56bf9fc 100644 --- a/app/include/mrapp.h +++ b/app/include/mrapp.h @@ -59,7 +59,7 @@ struct mr_thread_info /* 静态邻居表项 */ struct mr_static_neigh_entry { - TAILQ_ENTRY(mr_static_entry) next; + TAILQ_ENTRY(mr_static_neigh_entry) next; struct in_addr in_addr; struct rte_ether_addr ether_addr; char devsym[MR_SYMBOL_MAX]; |
