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