| Package | Description | 
|---|---|
| org.opendaylight.netvirt.aclservice | |
| org.opendaylight.netvirt.aclservice.api | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AclServiceManagerImpl.notify(AclInterface port,
      AclInterface oldPort,
      AclServiceManager.Action action)  | 
void | 
AclServiceManagerImpl.notifyAce(AclInterface port,
         AclServiceManager.Action action,
         String aclName,
         org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.access.control.list.rev160218.access.lists.acl.access.list.entries.Ace ace)  | 
void | 
AclServiceManagerImpl.notifyAcl(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.access.control.list.rev160218.access.lists.Acl aclBefore,
         org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.access.control.list.rev160218.access.lists.Acl aclAfter,
         Collection<AclInterface> portsBefore,
         AclServiceManager.Action action)  | 
protected void | 
AbstractAclServiceImpl.programAclPortSpecificFixedRules(List<org.opendaylight.genius.mdsalutil.FlowEntity> flowEntries,
                                BigInteger dpId,
                                List<AllowedAddressPairs> allowedAddresses,
                                int lportTag,
                                String portId,
                                AclServiceManager.Action action,
                                int write)
Programs the port specific fixed rules. 
 | 
protected void | 
EgressAclServiceImpl.programAntiSpoofingRules(List<org.opendaylight.genius.mdsalutil.FlowEntity> flowEntries,
                        AclInterface port,
                        List<AllowedAddressPairs> allowedAddresses,
                        AclServiceManager.Action action,
                        int addOrRemove)  | 
protected abstract void | 
AbstractAclServiceImpl.programAntiSpoofingRules(List<org.opendaylight.genius.mdsalutil.FlowEntity> flowEntries,
                        AclInterface port,
                        List<AllowedAddressPairs> allowedAddresses,
                        AclServiceManager.Action action,
                        int addOrRemove)
Programs the anti-spoofing rules. 
 | 
protected void | 
IngressAclServiceImpl.programAntiSpoofingRules(List<org.opendaylight.genius.mdsalutil.FlowEntity> flowEntries,
                        AclInterface port,
                        List<AllowedAddressPairs> allowedAddresses,
                        AclServiceManager.Action action,
                        int addOrRemove)  | 
| Modifier and Type | Method and Description | 
|---|---|
static AclServiceManager.Action | 
AclServiceManager.Action.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static AclServiceManager.Action[] | 
AclServiceManager.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AclServiceManager.notify(AclInterface port,
      AclInterface oldPort,
      AclServiceManager.Action action)  | 
void | 
AclServiceManager.notifyAce(AclInterface port,
         AclServiceManager.Action action,
         String aclName,
         org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.access.control.list.rev160218.access.lists.acl.access.list.entries.Ace ace)  | 
void | 
AclServiceManager.notifyAcl(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.access.control.list.rev160218.access.lists.Acl aclBefore,
         org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.access.control.list.rev160218.access.lists.Acl aclAfter,
         Collection<AclInterface> portsBefore,
         AclServiceManager.Action action)  | 
Copyright © 2019 OpenDaylight. All rights reserved.