Changes between Version 5 and Version 6 of HowTo/WriteOFv3Rspecs/Spec


Ignore:
Timestamp:
10/05/11 09:42:44 (13 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/WriteOFv3Rspecs/Spec

    v5 v6  
    117117
    118118==== <openflow:dl_type> ====
    119 [*] Matches on the ethernet type of the packet. Format is numbers, does NOT support ranges. For details on the structure look [wiki:HowTo/WriteOFv3Rspecs/Spec#Filterelements here]
     119[*] Matches on the ethernet type of the packet. Format is only hex numbers, does NOT support ranges. For details on the structure look [wiki:HowTo/WriteOFv3Rspecs/Spec#Filterelements here]
    120120
    121121==== <openflow:dl_vlan> ====
    122 [*] Matches on the vlan id of the packet. Format is numbers, supports ranges.  For details on the structure look [wiki:HowTo/WriteOFv3Rspecs/Spec#Filterelements here]                       
     122[*] Matches on the vlan id of the packet. Format is only decimal numbers, supports ranges.  For details on the structure look [wiki:HowTo/WriteOFv3Rspecs/Spec#Filterelements here]                       
    123123
    124124==== <openflow:nw_src> ==== 
     
    129129
    130130==== <openflow:nw_proto> ==== 
    131 [*]Matches on the IP protocol. Protocol numbers (e.g. 17 for UDP), supports ranges. If this is used then <openflow:dl_type> should be matching IP (0x0800) and/or ARP (0x806) packets. For details on the structure look [wiki:HowTo/WriteOFv3Rspecs/Spec#Filterelements here] 
     131[*]Matches on the IP protocol. Protocol numbers (e.g. 17 for UDP) in only decimal format, supports ranges. If this is used then <openflow:dl_type> should be matching IP (0x0800) and/or ARP (0x806) packets. For details on the structure look [wiki:HowTo/WriteOFv3Rspecs/Spec#Filterelements here] 
    132132
    133133==== <openflow:tp_src> ====
    134 [*]Matches on the source port of TCP or UDP headers. Format is numbers, supports ranges. If this is used then <openflow:nw_proto> should be matching TCP (6) and/or UDP (17) packets.For details on the structure look [wiki:HowTo/WriteOFv3Rspecs/Spec#Filterelements here.]
     134[*]Matches on the source port of TCP or UDP headers. Format is only decimal numbers, supports ranges. If this is used then <openflow:nw_proto> should be matching TCP (6) and/or UDP (17) packets.For details on the structure look [wiki:HowTo/WriteOFv3Rspecs/Spec#Filterelements here.]
    135135   
    136136==== <openflow:tp_dst> ====
    137 [*]Matches on the destination port of TCP or UDP headers. Format is numbers, supports ranges. If this is used then <openflow:nw_proto> should be matching TCP (6) and/or UDP (17) packets. For details on the structure look [wiki:HowTo/WriteOFv3Rspecs/Spec#Filterelements here.]
     137[*]Matches on the destination port of TCP or UDP headers. Format is only decimal numbers, supports ranges. If this is used then <openflow:nw_proto> should be matching TCP (6) and/or UDP (17) packets. For details on the structure look [wiki:HowTo/WriteOFv3Rspecs/Spec#Filterelements here.]