multi: type: txt help: Set interface name commit:expression: exec " \ if [ -z \"`ip addr | grep $VAR(@) `\" ]; then \ echo interface $VAR(@) doesn\\'t exist on this system ; \ exit 1 ; \ fi ; " create:vtysh -c "configure terminal" -c "router rip" -c "network $VAR(@)" delete:vtysh -c "configure terminal" -c "router rip" -c "no network $VAR(@)" allowed: ${vyatta_sbindir}/vyatta-interfaces.pl --show all