summaryrefslogtreecommitdiff
path: root/templates/interfaces/vxlan/link/node.def
blob: d21c7d9886c21064ce28c72c729cf76a2f8ff912 (plain)
1
2
3
4
5
6
7
8
9
10
type: txt
help: Underlay device name of this VXLAN interface
allowed: ${vyatta_sbindir}/vyatta-interfaces.pl --show all && echo default
val_help:<interface>; Interface to be used as underlay of VXLAN interface

update:
  if [ ! -e /tmp/vxlan-$VAR(../@)-create ]; then
    echo "Chainging dev requires delete/create this vxlan interface"
    exit 1
  fi