summaryrefslogtreecommitdiff
path: root/templates/protocols/ospfv3
diff options
context:
space:
mode:
Diffstat (limited to 'templates/protocols/ospfv3')
-rw-r--r--templates/protocols/ospfv3/area/node.tag/.filter-list/node.def2
-rw-r--r--templates/protocols/ospfv3/area/node.tag/.filter-list/node.tag/node.def10
2 files changed, 0 insertions, 12 deletions
diff --git a/templates/protocols/ospfv3/area/node.tag/.filter-list/node.def b/templates/protocols/ospfv3/area/node.tag/.filter-list/node.def
deleted file mode 100644
index 02729e7e..00000000
--- a/templates/protocols/ospfv3/area/node.tag/.filter-list/node.def
+++ /dev/null
@@ -1,2 +0,0 @@
-type: txt
-help: Filter list
diff --git a/templates/protocols/ospfv3/area/node.tag/.filter-list/node.tag/node.def b/templates/protocols/ospfv3/area/node.tag/.filter-list/node.tag/node.def
deleted file mode 100644
index 6bcaaf77..00000000
--- a/templates/protocols/ospfv3/area/node.tag/.filter-list/node.tag/node.def
+++ /dev/null
@@ -1,10 +0,0 @@
-tag:
-type: txt
-help: Direction of filter (in|out)
-allowed: echo "in out"
-create:expression: "vtysh -c \"configure terminal\" \
- -c \"router ospf6 \" \
- -c \"area $VAR(../../@) filter-list $VAR(../@) $VAR(@) \"; "
-delete:expression: "vtysh -c \"configure terminal\" \
- -c \"router ospf6 \" \
- -c \"no area $VAR(../../@) filter-list $VAR(../@) $VAR(@) \"; "