| Trees | Indices | Help |
|---|
|
|
object --+
|
RoutingTable
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
Make a new routing table, populated from entries in an open
file object.
The entries are expected to have the form:
IP-ADDRESS/MASK-BITS ROUTE-NAME
The `#' character denotes a comment. Empty lines are allowed.
@param f: file from whence to read a routing table
@type f: open file object
@param requireNames: whether to require route names in the file
@type requireNames: boolean, default to True
@param defaultRouteName: default name to give to a route if it
does not have a name in the file; only
used if requireNames is False
@type defaultRouteName: anything, defaults to '*default*'
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sun Mar 7 10:45:55 2010 | http://epydoc.sourceforge.net |