1 2 3 4 5 6 7 8
multi: type: ipv4 help: "Specify a neighbor router" create: "/usr/bin/vtysh -c \"configure terminal\" -c \"router rip\" \ -c \"neighbor $(@)\"; " delete: "/usr/bin/vtysh -c \"configure terminal\" -c \"router rip\" \ -c \"no neighbor $(@)\"; "