Home | Trees | Indices | Help |
|
---|
|
This class implements the EventFilter abstract class for filtering an interface create/delete event according to the specified criteria.
A filter can be used to provide fine-tuned control over which events to listen to.
If a specific interface is set in the filter, the rest of the criteria are ignored.
If a specific interface is not set, the 'include_subinterfaces' property will be ignored.
Instance Methods | |||
|
|||
Inherited from |
Class Variables | |
interface = property(_get_interface, _set_interface, None, _doc)
|
|
include_subinterfaces = property(_get_include_subinterfaces, _
|
|
interface_type = property(_get_interface_type, _set_interface_
|
|
encap = property(_get_encap, _set_encap, None, _doc)
|
Properties | |
Inherited from |
Method Details |
The default constructor does not set any filter on the interface address change notifications. The application will receive notifications for all interface create delete events. The application can add filters using the interface, encap, interface_type and include_subinterfaces properties.
|
Class Variable Details |
include_subinterfaces
|
interface_type
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 18 09:17:29 2014 | http://epydoc.sourceforge.net |