All Superinterfaces:
org.opendaylight.yangtools.yang.binding.DataRoot

@Generated("mdsal-binding-generator") public interface EricMatchData extends org.opendaylight.yangtools.yang.binding.DataRoot
Eric openflow extensions of match.

This class represents the following YANG schema fragment defined in module eric-match

 module eric-match {
   yang-version 1;
   namespace urn:opendaylight:openflowjava:eric:match;
   prefix eric-match;
   import openflow-extensible-match {
     prefix ofoxm;
   }
   import yang-ext {
     prefix ext;
     revision-date 2013-07-09;
   }
   revision 2018-07-30 {
   }
   identity icmpv6-nd-reserved {
     base match-field;
   }
   identity icmpv6-nd-options-type {
     base match-field;
   }
   grouping icmpv6-nd-reserved-grouping {
     container icmpv6-nd-reserved-values {
       leaf icmpv6-nd-reserved {
         type uint32;
       }
     }
   }
   grouping icmpv6-nd-options-type-grouping {
     container icmpv6-nd-options-type-values {
       leaf icmpv6-nd-options-type {
         type uint8;
       }
     }
   }
   augment /ofoxm:oxm-container/ofoxm:match-entry-value {
     ext:augment-identifier ofj-aug-eric-match-reserved;
     case icmpv6-nd-reserved-case-value {
       uses icmpv6-nd-reserved-grouping;
     }
   }
   augment /ofoxm:oxm-container/ofoxm:match-entry-value {
     ext:augment-identifier ofj-aug-eric-match-options;
     case icmpv6-nd-options-type-case-value {
       uses icmpv6-nd-options-type-grouping;
     }
   }
 }