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