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