Home | Trees | Indices | Help |
|
---|
|
L2 Access Control Element (ACE) Class.
It defines a set of attributes for matching a packet. One or more ACEs may be added to an Access Control List (ACL).
Instance Methods | |||
|
|||
str
|
|
||
Inherited from |
Class Variables | |
permit = property(_get_permit, _set_permit, None, _doc)
|
|
src_mac = property(_get_src_mac, _set_src_mac, None, _doc)
|
|
src_mac_mask = property(_get_src_mac_mask, _set_src_mac_mask,
|
|
dst_mac = property(_get_dst_mac, _set_dst_mac, None, _doc)
|
|
dst_mac_mask = property(_get_dst_mac_mask, _set_dst_mac_mask,
|
Properties | |
Inherited from |
Method Details |
Constructor of class L2Ace. Instantiate a new L2 Access Control Element(ACE): ACE Properties are initialized as follows: Source Mac address: 0x00:0x00:0x00:0x00:0x00:0x00 Source Mac address mask: 0xff:0xff:0xff:0xff:0xff:0xff Destination Mac address: 0x00:0x00:0x00:0x00:0x00:0x00 Destination Mac address mask: 0xff:0xff:0xff:0xff:0xff:0xff
|
Returns a string representation of the L2 Access Control Element(ACE) instance.
|
Class Variable Details |
src_mac_mask
|
dst_mac_mask
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 18 09:17:30 2014 | http://epydoc.sourceforge.net |