summaryrefslogtreecommitdiff
path: root/templates/protocols/rip/route/node.def
blob: f92b933fb1dbc0ed1a9f4bcb363af309e19b2af4 (plain)
1
2
3
4
5
6
7
8
9
multi:
type: ipv4net
help: RIP static route
syntax:expression: exec "${vyatta_sbindir}/check_prefix_boundary $VAR(@)"
create:expression: "vtysh -c \"configure terminal\" -c \"router rip\" \
         -c \"route $VAR(@)\" "
delete:expression: "vtysh -c \"configure terminal\" -c \"router rip\" \
         -c \"no route $VAR(@)\" "