Interface Ipv6Acl

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

    @Generated("mdsal-binding-generator")
    public interface Ipv6Acl
    extends AclBase
    ACL that primarily matches on fields from the IPv6 header (e.g. IPv6 address) and layer 4 headers (e.g. TCP destination port). An acl of type ipv6-acl does not contain matches on fields in the ethernet header or the IPv4 header.

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

     identity ipv6-acl {
       base acl-base;
     }
     
    The schema path to identify an instance is ietf-access-control-list/ipv6-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