diff options
author | Alex Harpin <development@landsofshadow.co.uk> | 2015-01-25 10:13:23 +0000 |
---|---|---|
committer | Alex Harpin <development@landsofshadow.co.uk> | 2015-01-25 10:18:52 +0000 |
commit | 67492ec737aaaa6e03aac9a58ec476fc3e0520ac (patch) | |
tree | 316bdb244e2aa03ce8d779ba2f1180a8a733470f /templates/protocols/ospfv3 | |
parent | c2f5bb556a4a8fc6967f1d9694aa669801e099bb (diff) | |
download | vyatta-cfg-quagga-67492ec737aaaa6e03aac9a58ec476fc3e0520ac.tar.gz vyatta-cfg-quagga-67492ec737aaaa6e03aac9a58ec476fc3e0520ac.zip |
vyatta-cfg-quagga: remove unused / old configuration nodes
Remove unused / old configuration nodes from bgp and ospfv3
Bug #459 http://bugzilla.vyos.net/show_bug.cgi?id=459
Diffstat (limited to 'templates/protocols/ospfv3')
-rw-r--r-- | templates/protocols/ospfv3/area/node.tag/.filter-list/node.def | 2 | ||||
-rw-r--r-- | templates/protocols/ospfv3/area/node.tag/.filter-list/node.tag/node.def | 10 |
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(@) \"; " |