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\"; "