Hi, > I thought packets flow through patch port only with NORMAL flow, but my > settings seem not allow to do so (because of netmask). In case this netmask > (255.255.255.0), do I need to insert flow like 'priority=100, > nw_dst=10.0.1.0/24, actions=output:#{patch_port_number}' ?
I think so, since NORMAL port instruct OVS to use the traditional switching/routing behaviour (I mean, non-OpenFlow pipeline) and doing so you should have a route between both L3 networks. Adding this more specific flow (higher priority), it'll be used to send data to other network. Att Lucas Brasilino _______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss