aboutsummaryrefslogtreecommitdiff
path: root/utilities/ovs-ofctl.8.in
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2011-07-01 13:09:46 -0700
committerJustin Pettit <jpettit@nicira.com>2011-07-01 13:23:53 -0700
commit64c1e8af2c869ae79fd7a831772818b675e11c7f (patch)
tree2587e91c66fa916eb3b92ef0f784c17ceab0af34 /utilities/ovs-ofctl.8.in
parent72ba2ed371ae593b6fda1d196c31d7dd408a6a1c (diff)
ovs-ofctl: Document "in_port" action in man page.
Diffstat (limited to 'utilities/ovs-ofctl.8.in')
-rw-r--r--utilities/ovs-ofctl.8.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in
index 433731cf..9e96a2b3 100644
--- a/utilities/ovs-ofctl.8.in
+++ b/utilities/ovs-ofctl.8.in
@@ -596,6 +596,9 @@ omitted, then the entire packet is sent.
Outputs the packet on the ``local port,'' which corresponds to the
network device that has the same name as the bridge.
.
+.IP \fBin_port\fR
+Outputs the packet on the port from which it was received.
+.
.IP \fBdrop\fR
Discards the packet, so no further processing or forwarding takes place.
If a drop action is used, no other actions may be specified.