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