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