Home | Trees | Indices | Help |
|
---|
|
L3 Access Control List(ACL) class.
It is a list of L3 Access Control Elements(ACE) that define attributes for matching a packet.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
str
|
|
||
Inherited from Inherited from |
Class Variables | |
Enum |
OnepLifetime = enum('ONEP_TRANSIENT', 'ONEP_PERSISTENT') Enumeration of lifetime of an Acl. |
Properties | |
Inherited from |
Method Details |
Constructor of class L3Acl. Instantiate a new L3 Access Control List(ACL).
|
Delete L3 Access Control List(ACL). Attempt to delete L3-ACL which is already applied to the network interface raises exception.
|
Add a L3 Access Control Element(ACE) to the L3 Access Control List(ACL). Already added L3-ACE cannot be added in the same L3-ACL again.
|
Remove a L3 Access Control Element(ACE) from L3 Access Control List(ACL).
|
Returns a string representation of the L3 Access Control List(ACL) instance.
|
Class Variable Details |
OnepLifetimeEnumeration of lifetime of an Acl. ONEP_TRANSIENT: Transient Acl ONEP_PERSISTENT: Persistent Acl
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 18 09:17:31 2014 | http://epydoc.sourceforge.net |