summaryrefslogtreecommitdiff
path: root/templates/interfaces/ethernet/node.def
blob: 8806643d2a36f31c47cfab7b1b0b5d1ad8368729 (plain)
1
2
3
4
5
6
7
8
9
10
11
tag:
type: txt
help: "Ethernet interface name"
syntax: exec " \
        if [ -z \"`ip addr | grep $(@) `\" ]; then \
          echo ethernet interface $(@) doesn\\'t exist on this system ; \
          exit 1 ; \
        fi ; "
#allowed: local -a array ;
# array=( /sys/class/net/{eth,vmnet}* ) ;
# echo -n ${array[@]##*/}