summaryrefslogtreecommitdiff
path: root/templates/protocols/rip/route/node.def
blob: cd43d89188d35ce96a60e99882fae4607080e4cd (plain)
1
2
3
4
5
6
7
8
9
multi:
type: ipv4net
help: RIP static route
syntax:expression: exec "ipaddrcheck --verbose --is-ipv4-net $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(@)\" "