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