I am actually using Open vSwitch v1.6.1. I hope this wouldn't be the stem of problems.
On Fri, Feb 22, 2013 at 12:13 PM, Diego Rivero <[email protected]> wrote: > Hi, > > > >> > IP address: >> > br0 -> 10.0.1.1 >> > tap0 -> 10.0.1.2 >> > br1 -> 10.0.0.1 >> > tap1 -> 10.0.0.2 >> >> I'm assuming that netmask is 255.0.0.0 (or 255.255.0.0). >> >> > netmask is actually 255.255.255.0. I assume both 10.0.1.0/24 and > 10.0.0.0/24 are totally independent. Both networks never know each other. > I want to connect those 2 networks temporally. > > $ sudo ovs-ofctl dump-flows br0NXST_FLOW reply (xid=0x4): >> cookie=0x0, duration=2907.051s, table=0, n_packets=2997, >> n_bytes=298734, idle_age=1, priority=0 actions=NORMAL >> >> $ sudo ovs-ofctl dump-flows br1 >> NXST_FLOW reply (xid=0x4): >> cookie=0x0, duration=2905.721s, table=0, n_packets=2965, >> n_bytes=294622, idle_age=0, priority=0 actions=NORMAL >> >> > 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}' ? > > >> regards >> Lucas Brasilino >> > > Thanks, >
_______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
