Symantec logo

Resource type definition

type IP (

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

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

    str Device

    str Address

    str NetMask

    str Options

)