#!## virtIP.tpl
#### virtIP

## Description: ifconfig command line
## Type:        string
## Mandatory:   yes
## Default:     "10.2.3.4 netmask 255.255.255.0 broadcast 10.2.3.255 up"
VIRT_IPSETUP="10.2.3.4 netmask 255.255.255.0 broadcast 10.2.3.255 up"

## Description: physical interface
## Type:        string
## Mandatory:   yes
## Default:     "eth0"
VIRT_PHYS_IF="eth0"

## Description: logical interface
## Type:        string
## Mandatory:   yes
## Default:     "eth0:11"
VIRT_IF="$VIRT_PHYS_IF:11"

