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) |
protected void |
AbstractEgressAclServiceImpl.programGeneralFixedRules(AclInterface port,
String dhcpMacAddress,
List<AllowedAddressPairs> allowedAddresses,
AclServiceManager.Action action,
int addOrRemove) |
protected abstract void |
AbstractAclServiceImpl.programGeneralFixedRules(AclInterface port,
String dhcpMacAddress,
List<AllowedAddressPairs> allowedAddresses,
AclServiceManager.Action action,
int addOrRemove)
Program the default anti-spoofing rules.
|
protected void |
AbstractIngressAclServiceImpl.programGeneralFixedRules(AclInterface port,
String dhcpMacAddress,
List<AllowedAddressPairs> allowedAddresses,
AclServiceManager.Action action,
int addOrRemove) |
protected void |
StatefulEgressAclServiceImpl.programSpecificFixedRules(BigInteger dpid,
String dhcpMacAddress,
List<AllowedAddressPairs> allowedAddresses,
int lportTag,
String portId,
AclServiceManager.Action action,
int addOrRemove)
Program conntrack rules.
|
protected abstract void |
AbstractAclServiceImpl.programSpecificFixedRules(BigInteger dpid,
String dhcpMacAddress,
List<AllowedAddressPairs> allowedAddresses,
int lportTag,
String portId,
AclServiceManager.Action action,
int addOrRemove)
Program the default specific rules.
|
protected abstract void |
AbstractIngressAclServiceImpl.programSpecificFixedRules(BigInteger dpid,
String dhcpMacAddress,
List<AllowedAddressPairs> allowedAddresses,
int lportTag,
String portId,
AclServiceManager.Action action,
int addOrRemove)
Program conntrack rules.
|
protected void |
StatefulIngressAclServiceImpl.programSpecificFixedRules(BigInteger dpid,
String dhcpMacAddress,
List<AllowedAddressPairs> allowedAddresses,
int lportTag,
String portId,
AclServiceManager.Action action,
int addOrRemove)
Program conntrack rules.
|
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) |
Copyright © 2018 OpenDaylight. All rights reserved.