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