summaryrefslogtreecommitdiff
path: root/templates/protocols/rip/network/node.def
blob: e01ee3fe906ce4c8b8a2364a4426fc122228810e (plain)
1
2
3
4
5
6
7
8
multi:
type: ipv4net
help: RIP network
syntax:expression: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --check-prefix-boundry $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(@)\"; "