1 2 3 4 5 6 7
tag: type: ipv4 help: "Neighbor IP address" create: "/usr/bin/vtysh -c \"configure terminal\" -c \"router ospf\" \ -c \"neighbor $(@)\"; " delete: "/usr/bin/vtysh -c \"configure terminal\" -c \"router ospf\" \ -c \"no neighbor $(@)\"; "