[ovs-discuss] Output a Packet From Its Input Port

Volkan YAZICI volkan.yazici at gmail.com
Wed Aug 14 08:17:49 UTC 2013


Hi,

I have a simple topology as follows:

 *s1* [p2] ------ [p2] *s2*
[p1]                [p2]
  |                   |
 *h1*                  *h2*

I push a flow to s2 to output every packet incoming from p2 to p2 itself
again:

$ ovs-ofctl add-flow s2 in_port=2,actions=output:2

When I start to ping h2 from h1, I was expecting to observe PacketIns from
p2 of s1 due to sent back PacketIns from p2 of s2, but somehow I did not in
Wireshark. Is this something expected?

Best.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openvswitch.org/pipermail/ovs-discuss/attachments/20130814/6baad7e5/attachment.html>


More information about the discuss mailing list