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