help: Log changes in adjacency state
create:expression: "vtysh -c \"configure terminal\" \
       -c \"router ospf\" \
       -c \"log-adjacency-changes\"; "
delete:expression: "vtysh -c \"configure terminal\" \
       -c \"router ospf\" \
       -c \"no log-adjacency-changes\"; "