summaryrefslogtreecommitdiff
path: root/templates/protocols/rip/interface/node.def
blob: 3d939ffd8e45ae8d996b6629e7a37ed6f3e40b85 (plain)
1
2
3
4
5
6
7
8
9
10
11
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:vyatta-vtysh -c "configure terminal" -c "router rip" -c "network $VAR(@)"
delete:vyatta-vtysh -c "configure terminal" -c "router rip" -c "no network $VAR(@)"
allowed: ${vyatta_sbindir}/vyatta-interfaces.pl --show all