FAQ: Mention hairpinning under actions=in_port.
authorJoe Stringer <joestringer@nicira.com>
Wed, 12 Feb 2014 19:20:29 +0000 (11:20 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 19 Feb 2014 22:47:54 +0000 (14:47 -0800)
Signed-off-by: Joe Stringer <joestringer@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
FAQ

diff --git a/FAQ b/FAQ
index a08d65c..6c79efe 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -1403,9 +1403,9 @@ A: Yes, OpenFlow requires a switch to ignore attempts to send a packet
    even be convenient, e.g. it is often the desired behavior in a flow
    that forwards a packet to several ports ("floods" the packet).
 
-   Sometimes one really needs to send a packet out its ingress port.
-   In this case, output to OFPP_IN_PORT, which in ovs-ofctl syntax is
-   expressed as just "in_port", e.g.:
+   Sometimes one really needs to send a packet out its ingress port
+   ("hairpin"). In this case, output to OFPP_IN_PORT, which in
+   ovs-ofctl syntax is expressed as just "in_port", e.g.:
 
        ovs-ofctl add-flow br0 in_port=2,actions=in_port