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