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