summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/log-adjacency-changes/node.def
blob: e919f971cd656b3fcf57217a655bdf31ea9816b4 (plain)
1
2
3
4
5
6
7
help: Log changes in adjacency state
create:expression: "vtysh -c \"configure terminal\" \
       -c \"router ospf\" \
       -c \"log-adjacency-changes\"; "
delete:expression: "vtysh -c \"configure terminal\" \
       -c \"router ospf\" \
       -c \"no log-adjacency-changes\"; "