Home | Trees | Indices | Help |
|
---|
|
Access Control List (ACL) Class.
It is a list of Access Control Elements(ACE) that define attributes for matching a packet.
Instance Methods | |||
|
|||
|
|||
|
|||
str
|
|
||
Inherited from |
Class Variables | |
AclType = enum('ONEP_ACL_L2', 'ONEP_ACL_L3')
|
|
Enum |
Direction = enum('ONEP_DIRECTION_IN', 'ONEP_DIRECTION_OUT', 'O Enumeration of Acl direction. |
Properties | |
Inherited from |
Method Details |
Constructor of class Acl. Instantiate a new Access Control List.
|
Apply an ACL to the Interface. ACL is applied to network interface in inbound,outbound or in both direction.
|
Remove an ACl from the Interface. ACL is removed from network interface.
|
Returns a string representation of the Acl object instance.
|
Class Variable Details |
DirectionEnumeration of Acl direction. ONEP_DIRECTION_IN: Inbound direction ONEP_DIRECTION_OUT: Outbound direction ONEP_DIRECTION_BOTH: Both inbound and outbound direction
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 18 09:17:30 2014 | http://epydoc.sourceforge.net |