Changes between Version 36 and Version 37 of HowTo/WriteOFv3Rspecs


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

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/WriteOFv3Rspecs

    v36 v37  
    229229      }}}
    230230
    231    * the matches on the packet header tags have very similar names you just need to append openflow: before them, e.g. <dl_type> is now <openflow:dl_type>. All the packet header matches are now enclosed in an <openflow:packet> tag. Not all tags support ranges any more, but they all support lists. Check the [wiki:HowTo/WriteOFv3Rspecs/Spec#Filterelements specifications]
     231   * the matches on the packet header tags have very similar names you just need to append openflow: before them, e.g. <dl_type> is now <openflow:dl_type>. All the packet header matches are now enclosed in an <openflow:packet> tag. Not all tags support ranges any more, but they all support lists. Check the [wiki:HowTo/WriteOFv3Rspecs/Spec#Filterelements specifications]. '''Note:''' In OFv3, the <openflow:dl_type> tag only accepts hex values.
    232232
    233233   {{{
     
    239239OPENFLOW v3
    240240   <openflow:packet>
    241       <openflow:dl_type value="2048, 2049, 2050, 2051, 2052, 2053, 2054"/>
     241      <openflow:dl_type value="0x800, 0x801, 0x802, 0x803, 0x804, 0x805, 0x806"/>
    242242      <openflow:nw_dst value="10.42.15.0/24" />
    243243   </openflow:packet>