Uses of Class
org.opendaylight.netvirt.aclservice.api.AclServiceManager.Action
-
Packages that use AclServiceManager.Action Package Description org.opendaylight.netvirt.aclservice org.opendaylight.netvirt.aclservice.api -
-
Uses of AclServiceManager.Action in org.opendaylight.netvirt.aclservice
Methods in org.opendaylight.netvirt.aclservice with parameters of type AclServiceManager.Action Modifier and Type Method Description void
AclServiceManagerImpl. notify(AclInterface port, AclInterface oldPort, AclServiceManager.Action action)
void
AclServiceManagerImpl. notifyAce(AclInterface port, AclServiceManager.Action action, java.lang.String aclName, Ace ace)
void
AclServiceManagerImpl. notifyAcl(Acl aclBefore, Acl aclAfter, java.util.Collection<AclInterface> portsBefore, AclServiceManager.Action action)
protected void
AbstractAclServiceImpl. programAclPortSpecificFixedRules(java.util.List<org.opendaylight.genius.mdsalutil.FlowEntity> flowEntries, org.opendaylight.yangtools.yang.common.Uint64 dpId, java.util.List<AllowedAddressPairs> allowedAddresses, int lportTag, java.lang.String portId, AclServiceManager.Action action, int write)
Programs the port specific fixed rules.protected abstract void
AbstractAclServiceImpl. programAntiSpoofingRules(java.util.List<org.opendaylight.genius.mdsalutil.FlowEntity> flowEntries, AclInterface port, java.util.List<AllowedAddressPairs> allowedAddresses, AclServiceManager.Action action, int addOrRemove)
Programs the anti-spoofing rules.protected void
EgressAclServiceImpl. programAntiSpoofingRules(java.util.List<org.opendaylight.genius.mdsalutil.FlowEntity> flowEntries, AclInterface port, java.util.List<AllowedAddressPairs> allowedAddresses, AclServiceManager.Action action, int addOrRemove)
protected void
IngressAclServiceImpl. programAntiSpoofingRules(java.util.List<org.opendaylight.genius.mdsalutil.FlowEntity> flowEntries, AclInterface port, java.util.List<AllowedAddressPairs> allowedAddresses, AclServiceManager.Action action, int addOrRemove)
protected abstract void
AbstractAclServiceImpl. programBroadcastRules(java.util.List<org.opendaylight.genius.mdsalutil.FlowEntity> flowEntries, AclInterface port, AclServiceManager.Action action, int addOrRemove)
Programs broadcast rules.protected void
EgressAclServiceImpl. programBroadcastRules(java.util.List<org.opendaylight.genius.mdsalutil.FlowEntity> flowEntries, AclInterface port, AclServiceManager.Action action, int addOrRemove)
Programs broadcast rules.protected void
IngressAclServiceImpl. programBroadcastRules(java.util.List<org.opendaylight.genius.mdsalutil.FlowEntity> flowEntries, AclInterface port, AclServiceManager.Action action, int addOrRemove)
Programs broadcast rules.protected abstract void
AbstractAclServiceImpl. programDhcpService(java.util.List<org.opendaylight.genius.mdsalutil.FlowEntity> flowEntries, AclInterface port, AclServiceManager.Action action, int addOrRemove)
Programs DHCP Service flows.protected void
EgressAclServiceImpl. programDhcpService(java.util.List<org.opendaylight.genius.mdsalutil.FlowEntity> flowEntries, AclInterface port, AclServiceManager.Action action, int addOrRemove)
Programs DHCP Service flows.protected void
IngressAclServiceImpl. programDhcpService(java.util.List<org.opendaylight.genius.mdsalutil.FlowEntity> flowEntries, AclInterface port, AclServiceManager.Action action, int addOrRemove)
Programs DHCP Service flows. -
Uses of AclServiceManager.Action in org.opendaylight.netvirt.aclservice.api
Methods in org.opendaylight.netvirt.aclservice.api that return AclServiceManager.Action Modifier and Type Method Description static AclServiceManager.Action
AclServiceManager.Action. valueOf(java.lang.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.Methods in org.opendaylight.netvirt.aclservice.api with parameters of type AclServiceManager.Action Modifier and Type Method Description void
AclServiceManager. notify(AclInterface port, @Nullable AclInterface oldPort, AclServiceManager.Action action)
void
AclServiceManager. notifyAce(AclInterface port, AclServiceManager.Action action, java.lang.String aclName, Ace ace)
void
AclServiceManager. notifyAcl(Acl aclBefore, Acl aclAfter, java.util.Collection<AclInterface> portsBefore, AclServiceManager.Action action)
-