Interface MixedEthIpv4AclType

  • All Superinterfaces:
    AclBase, BaseIdentity, EthAclType, Ipv4AclType

    @Generated("mdsal-binding-generator")
    public interface MixedEthIpv4AclType
    extends EthAclType, Ipv4AclType
    An ACL that contains a mix of entries that match on fields in Ethernet headers and in IPv4 headers. Matching on Layer 4 header fields may also exist in the list.

    This class represents the following YANG schema fragment defined in module ietf-access-control-list

     identity mixed-eth-ipv4-acl-type {
       base eth-acl-type;
       base ipv4-acl-type;
       if-feature mixed-eth-ipv4;
     }
     
    The schema path to identify an instance is ietf-access-control-list/mixed-eth-ipv4-acl-type
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull QName QNAME  
    • Field Detail

      • QNAME

        static final @NonNull QName QNAME