hello,
I got some problems about dealing VLAN in OpenvSwitch.
I use vconfig set the user's interface eth0.5 with an IP 192.168.102.107
and connected to the eth1 of OVS.
The version of OVS is ovs-vsctl (Open vSwitch) 1.10.0.
br is configured like this:
Bridge of-br
Port "eth1"
Interface "eth1"
Port "eth0"
Interface "eth0"
Port of-br
Interface of-br
type: internal
and when I distribute the flow tables like this on the OVS:
cookie=0x0, duration=112.876s, table=0, n_packets=99, n_bytes=5544,
idle_timeout=1000, hard_timeout=3000, idle_age=0,
arp,dl_vlan=5,dl_vlan_pcp=0 actions=output:2,strip_vlan
the rules matched and the output:2 is eth0 of OVS
the packets captured on the eth1 of OVS:
| 29 | 0.942983000 | Dell_3d:8f:a2 | Broadcast | ARP | 60 | Who
has 192.168.102.254? Tell 192.168.102.107
802.1Q Virtual LAN, PRI: 0, CFI: 0, ID: 5
the packets captured on the eth0 of OVS:
| 12 | 0.999998000 | Dell_3d:8f:a2 | Broadcast | ARP | 60 | Who
has 192.168.102.254? Tell 192.168.102.107
802.1Q Virtual LAN, PRI: 0, CFI: 0, ID: 5
why the packets still have the VLAN ID?? The action of strip_vlan doesn't
work or I make some mistakes about configuration? I'm not very familiar
with the VLAN configuration. Please help me with this~
thanks
shaoyan
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss