Interface EthAcl

  • All Superinterfaces:
    AclBase, org.opendaylight.yangtools.yang.binding.BaseIdentity

    @Generated("mdsal-binding-generator")
    public interface EthAcl
    extends AclBase
    ACL that primarily matches on fields in the ethernet header, like 10/100/1000baseT or WiFi Access Control List. An acl of type eth-acl does not contain matches on fields in the IPv4 header, IPv6 header or layer 4 headers.

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

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

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME