summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorsongyanchao <[email protected]>2022-04-10 22:58:07 -0400
committersongyanchao <[email protected]>2022-04-20 04:18:50 -0400
commit2b2d4e9ae4e47b5532e4de180f07fd5e840f8277 (patch)
treeb206522b5a2c5fed4fd38ad4906aa67e8befafd3 /tools
parent2d38135e1024c55e49fbc3d7885139b5337d92ab (diff)
✨ feat(TSG-10158): Service 支持UDP Item
Offload Manage Service 支持UDP类型的Item https://jira.geedge.net/browse/TSG-10158?filter=-1
Diffstat (limited to 'tools')
-rw-r--r--tools/mrctl/mrctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mrctl/mrctl.c b/tools/mrctl/mrctl.c
index d8a5c3e..ce99698 100644
--- a/tools/mrctl/mrctl.c
+++ b/tools/mrctl/mrctl.c
@@ -97,7 +97,7 @@ static struct option cli_options[] =
{"dstmask", required_argument,NULL, MR_CLI_ITEM_IPV4_DST_MASK},
{"udp", no_argument,NULL, MR_CLI_ITEM_UDP},
{"udp_sport", required_argument,NULL, MR_CLI_ITEM_UDP_SRC_PORT},
- {"udp_sport_make", required_argument,NULL, MR_CLI_ITEM_UDP_SRC_PORT_MASK},
+ {"udp_sport_mask", required_argument,NULL, MR_CLI_ITEM_UDP_SRC_PORT_MASK},
{"udp_dport", required_argument,NULL, MR_CLI_ITEM_UDP_DST_PORT},
{"udp_dport_mask", required_argument,NULL, MR_CLI_ITEM_UDP_DST_PORT_MASK},
{"count", no_argument,NULL, MR_CLI_ACTION_COUNT},