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