summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/neighbor/node.def
blob: 4c32123a7e1603bf721321773d127d4df407b609 (plain)
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 $(@)\"; "