Fix issue with setting rate limits with xdpfw-add and update README.

This commit is contained in:
Christian Deacon
2025-03-23 21:57:37 -04:00
parent 51b9c2b76a
commit 3733bbcdaa
2 changed files with 6 additions and 4 deletions

View File

@@ -33,8 +33,8 @@ const struct option opts[] =
{ "ip-pps", required_argument, NULL, 9 },
{ "ip-bps", required_argument, NULL, 10 },
{ "ip-pps", required_argument, NULL, 32 },
{ "ip-bps", required_argument, NULL, 33 },
{ "flow-pps", required_argument, NULL, 32 },
{ "flow-bps", required_argument, NULL, 33 },
{ "tcp", required_argument, NULL, 11 },
{ "tsport", required_argument, NULL, 12 },