Trees | Indices | Help |
|
---|
|
CommandPlugin.CommandPlugin --+ | Linux_ifconfig
|
|||
|
|||
|
|
|||
maptype = "InterfaceMap"
|
|||
command = 'ifconfig'
|
|||
compname = "os"
|
|||
relname = "interfaces"
|
|||
modname = "Products.ZenModel.IpInterface"
|
|||
ifstart = re.compile("^(\S+)\s+Link encap:(.+)HWaddr (\S+)" "|
|
|||
v4addr = re.compile("inet addr:(\S+).*Mask:(\S+)").search
|
|||
flags = re.compile("^(.*) MTU:(\d+)\s+Metric:.*").search
|
|
ifstart
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Thu Oct 25 16:27:43 2007 | http://epydoc.sourceforge.net |