[ovs-discuss] VLAN settings with patch port

Diego Rivero riverod9 at gmail.com
Fri Feb 22 03:22:13 UTC 2013


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 <riverod9 at gmail.com> 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,
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openvswitch.org/pipermail/ovs-discuss/attachments/20130222/022de2c2/attachment.html>


More information about the discuss mailing list