summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/neighbor/node.def
blob: baa994d80ca208a6ea1ebda1444bf1749186b9be (plain)
1
2
3
4
5
6
7
tag:
type: ipv4
help: "Neighbor IP address"
create: "\\${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router ospf\" \
        -c \"neighbor $(@)\"; "
delete: "\\${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router ospf\" \
        -c \"no neighbor $(@)\"; "