summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/log-adjacency-changes/node.def
blob: f33fe807b3f5a19f4d01700de1fe6c373132caef (plain)
1
2
3
4
5
help: "Log changes in adjacency state"
create: "/usr/bin/vtysh -c \"configure terminal\" -c \"router ospf\" \
         -c \"log-adjacency-changes\"; "
delete: "/usr/bin/vtysh -c \"configure terminal\" -c \"router ospf\" \
         -c \"no log-adjacency-changes\"; "