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