summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/neighbor/node.def
blob: 0c10b1a50d876f89c48bb4aaf80d6778160a03a6 (plain)
1
2
3
4
5
6
7
8
9
tag:
type: ipv4
help: Set 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(@)\"; "