One oddity is that you are using 11:22:33:44:55:66 as an Ethernet source
address when that's invalid as a source address (the multicast bit is
set). I'd expect the NORMAL action to just drop such packets.
Beyond that I really don't understand what you're reporting. The
distinction among access p
Hi Ben,
If you see my two flow entries made earlier both are having action "NORMAL"
but then also if I am making vnet port as access port with vlan 3 then all
tag packets are passing through this port and hitting the flow entry in
bridge.
cookie=0x0, duration=263.359s, table=0, n_packets=1, n_by
The default behavior of the OVS switch is implemented through an action
called "normal". If you write a flow that doesn't execute this action,
then it is up to you to implement the VLAN behavior that you want.
On Tue, Jul 03, 2012 at 09:30:44AM +0530, edward wilson wrote:
> Hi Ben,
>
>
>
> Tha
Hi,
Please clarify this behaviour.
Regards,
Ed
On Tue, Jul 3, 2012 at 9:30 AM, edward wilson
wrote:
> Hi Ben,
>
>
>
> Thanks for the quick response.
>
> But really sorry that I didn't get you fully.
>
>
>
> Is that mean this default behavior works for any switch except OVS or if
> my understand
Hi Ben,
Thanks for the quick response.
But really sorry that I didn't get you fully.
Is that mean this default behavior works for any switch except OVS or if my
understanding is wrong then please clarify how I can check the default
behavior of access port in OVS.
1. For me " Bridge should
On Mon, Jul 02, 2012 at 01:32:55PM +0530, edward wilson wrote:
> I need to understand access port functionality in OVS and matching with
> flow entry created on switch
> As mentioned in man-page :-
>
> "Any packet with an 802.1Q header that ingresses on an access port is
> dropped, regardless of w
Hi,
I need to understand access port functionality in OVS and matching with
flow entry created on switch
As mentioned in man-page :-
"Any packet with an 802.1Q header that ingresses on an access port is
dropped, regardless of whether the VLAN ID in the header is the access
port’s VLAN ID."
But