Skip to content

Commit

Permalink
feat: update aw-bpfctl usage instructions to include delete and flush…
Browse files Browse the repository at this point in the history
… commands

Signed-off-by: Dengfeng Liu <[email protected]>
  • Loading branch information
liudf0716 committed Feb 4, 2025
1 parent 4596f6e commit ebe4786
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ebpf/aw-bpfctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ main(int argc, char **argv) {
fprintf(stderr, "Usage:\n");
fprintf(stderr, " %s <ipv4|ipv6> add <IP_ADDRESS>\n", argv[0]);
fprintf(stderr, " %s <ipv4|ipv6> list\n", argv[0]);
fprintf(stderr, " %s <ipv4|ipv6> del <IP_ADDRESS>\n", argv[0]);
fprintf(stderr, " %s <ipv4|ipv6> flush\n", argv[0]);
return EXIT_FAILURE;
}

Expand Down

0 comments on commit ebe4786

Please sign in to comment.