Resource type definition

type IP (

static keylist SupportedActions = { "device.vfd", "route.vfd" }

static str ArgList[] = { Device, Address, NetMask, PrefixLen, Options, IPOptions, IPRouteOptions }

str Device

str Address

str NetMask

int PrefixLen = 1000

str Options

str IPOptions

str IPRouteOptions

)