Interface Ipv4Acl

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

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

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

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