summaryrefslogtreecommitdiff
path: root/templates/interfaces/ethernet/node.def
blob: b5a320e509921e1f6ffae2ca2f5f62d8da7f3ea6 (plain)
1
2
3
4
5
6
7
8
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 ; "