tag: type: txt help: "loopback interface name" syntax: exec " \ if [ -z \"`ip addr | grep $(@) `\" ]; then \ echo loopback interface $(@) doesn\\'t exist on this system ; \ exit 1 ; \ fi ; "