summaryrefslogtreecommitdiff
path: root/templates/interfaces/loopback/node.def
blob: 7b7a30471aec5f7ef8d348ec0ce62c39572febc7 (plain)
1
2
3
4
5
6
7
8
9
tag:
type: txt
help: Set loopback interface
syntax:expression: exec " \
        if [ -z \"`ip addr | grep $VAR(@) `\" ]; then \
          echo loopback interface $VAR(@) doesn\\'t exist on this system ; \
          exit 1 ; \
        fi ; "
update:expression: "sudo ip link set $VAR(@) up"