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