hi,dear all:
   how can i make a ofpmatch with "eth_dst=00:00:00:00:00:01" and
"vlan_vid=1"?
   when i use OFPMatch(eth_dst=('00:00:00:00:00:01), vlan_vid=1",then ovs
show "vlan_tci=0x0001/0x1fff,dl_dst=00:00:00:00:00:01",and the vlan_tci
making it fail to match the entry,and when i use
                              "match =
parser.OFPMatch(eth_dst=('00:00:00:00:00:01'))
                                match.set_vlan_vid(1)"
then the ovs show flow entry with match field "dl_vlan=1" but fails to
match the eth_dst field(set_vlan_vid function covers the original field?)
   when i use "match = parser.OFPMatch(eth_dst=('00:00:00:00:00:01'))
                        match.append_field(ofproto_v1_3.OXM_OF_VLAN_VID, 2)"
then nothing happens to match,and it remains only
eth_dst='00:00:00:00:00:01' without vlan_vid field?
   it confuses me a lot,i'll be grateful to get your answer!

                              Chen Zhang
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to