diff options
| author | Qiuwen Lu <[email protected]> | 2017-07-31 12:56:19 +0800 |
|---|---|---|
| committer | Qiuwen Lu <[email protected]> | 2017-07-31 12:56:19 +0800 |
| commit | 547f5a31fe38e2f1ecdeb16172ec85adbd04d2b8 (patch) | |
| tree | f66b1b063d306da2fabcbdaf77d9f0dd1fc771d0 /include/external | |
| parent | b84ab1d6344878baab38a820af79e9af13dc53bc (diff) | |
变更VXLAN头部字段的名称v4.2.8-20170731
Diffstat (limited to 'include/external')
| -rw-r--r-- | include/external/mrtunnat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/external/mrtunnat.h b/include/external/mrtunnat.h index e7f5fea..e83e62d 100644 --- a/include/external/mrtunnat.h +++ b/include/external/mrtunnat.h @@ -53,7 +53,7 @@ struct mr_tunnat_ctrlzone /* 本地设备IP地址 */ uint32_t l_device_in_addr; /* 本地设备端口 */ - uint16_t l_device_l4_port; + uint16_t l4_src_port; /* 专用设备VPN号 */ uint32_t g_device_vpn_id; |
