Hi

Thanks to click.

I cannot differentiate flow entry of ovs from mac learning using arp.



Assume that by ARP request and reply,

"OVS A" have a mac table that say "mac=00:00:00:00:00:01, port=1".

and "HOST A " have mac=00:00:00:00:00:01 and ip=192.0.0.111.


then,

Even though I add flow-rule to "OVS A",
(e.g. sudo ovs-ofclt add-flow br nw_dst=192.0.0.111,action=output:2)
It does not work properly, because mac table say
mac=00:00:00:00:00:01 packet is sent to port 1.


 I think.... I have a mis-understading between OVS's flow mechanism and mac
table.

please explain clearly to me!!

Really thank you.
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to