diff options
Diffstat (limited to 'templates/protocols/ospf/log-adjacency-changes/node.def')
-rw-r--r-- | templates/protocols/ospf/log-adjacency-changes/node.def | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/protocols/ospf/log-adjacency-changes/node.def b/templates/protocols/ospf/log-adjacency-changes/node.def deleted file mode 100644 index e919f971..00000000 --- a/templates/protocols/ospf/log-adjacency-changes/node.def +++ /dev/null @@ -1,7 +0,0 @@ -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\"; " |