blob: abc3203529092f0a266c9a0a786144b282c6961f (
plain)
1
2
3
4
5
6
7
8
9
|
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 ; "
update: "sudo ip link set $(@) up"
|