summaryrefslogtreecommitdiff
path: root/templates/protocols/rip/network/node.def
blob: f8188dcaa1ea2a4a29bdadbee6931e6cef347c25 (plain)
1
2
3
4
5
6
7
8
multi:
type: ipv4net
help: "RIP network"
syntax: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --check-prefix-boundry $(@)"
create: "/usr/bin/vtysh -c \"configure terminal\" -c \"router rip\" \
          -c \"network $(@)\"; "
delete: "/usr/bin/vtysh -c \"configure terminal\" -c \"router rip\" \
          -c \"no network $(@)\"; "