[ovs-discuss] OVS with one interface

S hj segunhz at gmail.com
Thu Nov 30 21:33:02 UTC 2017


Hello,


I have three openvswitch as follows,

ovs1 --- ovs2---ovs3

Each ovs only has *one interface* to communicate with other ovs.
I want to add some flow rules to ovs2, to forward ip and arp packets form
ovs1 to ovs3 when I run "ip address_ovs1 ping ip address_ovs3".

I tried different flows, but they don not work.
for example:
ovs-ofctl add-flows br2 "table=0, arp, nw_dst=10.0.0.3,
actions=goto_table:1"
ovs-ofctl add-flows br2 "table=1, actions=nw_dst=10.0.0.3, in_port(or
normal)"

Do you have any suggestion?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-discuss/attachments/20171130/6958248c/attachment.html>


More information about the discuss mailing list