We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28c13e0 + 4c9896e commit 5ed4424Copy full SHA for 5ed4424
basic01-xdp-pass/README.org
@@ -78,7 +78,7 @@ xdp_prog_simple:
78
1: 95 00 00 00 00 00 00 00 exit
79
#+end_example
80
81
-If you don't want to see the raw BPF instructions add: =-no-show-raw-insn=.
+If you don't want to see the raw BPF instructions add: =--no-show-raw-insn=.
82
The define/enum XDP_PASS has a value of 2, as can be seen in the dump. The
83
section name "xdp" was defined by =SEC("xdp")=, and the =xdp_prog_simple:=
84
is our C-function name.
0 commit comments