summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/log-adjacency-changes/node.def
blob: 3bf908f26581763d54830374cc74aaaca123d88e (plain)
1
2
3
4
5
6
7
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\"; "