summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/log-adjacency-changes/node.def
blob: 7b56f74ba67f2f8ba2baefafac72235355b7d118 (plain)
1
2
3
4
5
6
7
help: Set to log changes in adjacency state
create:expression: "vyatta-vtysh -c \"configure terminal\" \
       -c \"router ospf\" \
       -c \"log-adjacency-changes\"; "
delete:expression: "vyatta-vtysh -c \"configure terminal\" \
       -c \"router ospf\" \
       -c \"no log-adjacency-changes\"; "