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