projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72ba2ed
)
ovs-ofctl: Document "in_port" action in man page.
author
Justin Pettit
<jpettit@nicira.com>
Fri, 1 Jul 2011 20:09:46 +0000
(13:09 -0700)
committer
Justin Pettit
<jpettit@nicira.com>
Fri, 1 Jul 2011 20:23:53 +0000
(13:23 -0700)
utilities/ovs-ofctl.8.in
patch
|
blob
|
history
diff --git
a/utilities/ovs-ofctl.8.in
b/utilities/ovs-ofctl.8.in
index 433731cfe9c319cb3261928fc36f9dc6f6d4e72e..9e96a2b3b81434211d40eea86055f1ab884ef777 100644
(file)
--- 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.