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