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