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.
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to