Skip to content

Commit 5ed4424

Browse files
authored
Merge pull request #194 from calee0219/master
Fix parameter
2 parents 28c13e0 + 4c9896e commit 5ed4424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basic01-xdp-pass/README.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ xdp_prog_simple:
7878
1: 95 00 00 00 00 00 00 00 exit
7979
#+end_example
8080

81-
If you don't want to see the raw BPF instructions add: =-no-show-raw-insn=.
81+
If you don't want to see the raw BPF instructions add: =--no-show-raw-insn=.
8282
The define/enum XDP_PASS has a value of 2, as can be seen in the dump. The
8383
section name "xdp" was defined by =SEC("xdp")=, and the =xdp_prog_simple:=
8484
is our C-function name.

0 commit comments

Comments
 (0)