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