summaryrefslogtreecommitdiff
path: root/templates/protocols/rip/route/node.def
blob: 58b6c206274a90c7d7507c2806e5ae6fe6e051f9 (plain)
1
2
3
4
5
6
7
8
9
multi:
type: ipv4net
help: Set RIP static route
syntax:expression: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --check-prefix-boundry $VAR(@)"
create:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router rip\" \
         -c \"route $VAR(@)\" "
delete:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router rip\" \
         -c \"no route $VAR(@)\" "