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 $(@)\"; "