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