File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ following actions are available:
66
66
67
67
#+begin_src sh
68
68
no-touch - Drop the packet without touching the packet data
69
- touch - Read a field in the packet header before dropping
69
+ read-data - Read a field in the packet header before dropping
70
70
parse-ip - Parse the IP header field before dropping
71
71
swap-macs - Swap the source and destination MAC addresses before dropping
72
72
#+end_src
@@ -146,7 +146,7 @@ following actions are available:
146
146
147
147
#+begin_src sh
148
148
no-touch - Pass the packet without touching the packet data
149
- touch - Read a field in the packet header before passing
149
+ read-data - Read a field in the packet header before passing
150
150
parse-ip - Parse the IP header field before passing
151
151
swap-macs - Swap the source and destination MAC addresses before passing
152
152
#+end_src
@@ -221,7 +221,7 @@ following actions are available:
221
221
222
222
#+begin_src sh
223
223
no-touch - Transmit the packet without touching the packet data
224
- touch - Read a field in the packet header before transmitting
224
+ read-data - Read a field in the packet header before transmitting
225
225
parse-ip - Parse the IP header field before transmitting
226
226
swap-macs - Swap the source and destination MAC addresses before transmitting
227
227
#+end_src
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ following actions are available:
75
75
.RS
76
76
.nf
77
77
\f C no-touch - Drop the packet without touching the packet data
78
- touch - Read a field in the packet header before dropping
78
+ read-data - Read a field in the packet header before dropping
79
79
parse-ip - Parse the IP header field before dropping
80
80
swap-macs - Swap the source and destination MAC addresses before dropping
81
81
\fP
@@ -179,7 +179,7 @@ following actions are available:
179
179
.RS
180
180
.nf
181
181
\f C no-touch - Pass the packet without touching the packet data
182
- touch - Read a field in the packet header before passing
182
+ read-data - Read a field in the packet header before passing
183
183
parse-ip - Parse the IP header field before passing
184
184
swap-macs - Swap the source and destination MAC addresses before passing
185
185
\fP
@@ -277,7 +277,7 @@ following actions are available:
277
277
.RS
278
278
.nf
279
279
\f C no-touch - Transmit the packet without touching the packet data
280
- touch - Read a field in the packet header before transmitting
280
+ read-data - Read a field in the packet header before transmitting
281
281
parse-ip - Parse the IP header field before transmitting
282
282
swap-macs - Swap the source and destination MAC addresses before transmitting
283
283
\fP
You can’t perform that action at this time.
0 commit comments