Symantec logo

Resource type definition

type IP (

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

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

    str Device

    str Address

    str NetMask

    str Options

    int ArpDelay = 1

    int IfconfigTwice

)