summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/log-adjacency-changes/detail/node.def
blob: 49c8c0de5ecea72f22cf10d6bf239735f5148c10 (plain)
1
2
3
4
5
6
help: Set to 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\"; "