Thanks
it works now
-Mo
2014-04-02 1:13 GMT-05:00 YAMAMOTO Takashi :
> > Hi,
> > It seems that I encountered a strange problem about vlan_vid, I am using
> > OF1.3 parser
> >
> > The topology is this
> >
> > Switch-1 Switch-2
> >
> > I use the following code to set up a flow to match dl_vla
> Hi,
> It seems that I encountered a strange problem about vlan_vid, I am using
> OF1.3 parser
>
> The topology is this
>
> Switch-1 Switch-2
>
> I use the following code to set up a flow to match dl_vlan=1 on switch 2
> ==
> match = parser.OFPMatch(vlan_vid=1)
please try:
Hi,
It seems that I encountered a strange problem about vlan_vid, I am using
OF1.3 parser
The topology is this
Switch-1 Switch-2
I use the following code to set up a flow to match dl_vlan=1 on switch 2
==
match = parser.OFPMatch(vlan_vid=1)
actions = [parser.OFPActionSet