From 4d67daf2676d6c3f79a68b0c4ef548b7fa144f4a Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Tue, 9 Jun 2009 15:58:20 -0700 Subject: 0.18.23+jenner7 --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index c36d89db..63ba5693 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +vyatta-cfg-quagga (0.18.23+jenner7) unstable; urgency=low + + * Remove hidden templates + + -- Stephen Hemminger Tue, 09 Jun 2009 15:58:20 -0700 + vyatta-cfg-quagga (0.18.23+jenner6) unstable; urgency=low * Fix OSPFv3 filter list node -- cgit v1.2.3 From 74b13263671bbcc61d34cf137b780e96bdfe1e8c Mon Sep 17 00:00:00 2001 From: Stig Thormodsrud Date: Wed, 10 Jun 2009 15:06:31 -0700 Subject: Hide filter-list node until bug 4498 is fixed. --- templates/protocols/ospfv3/area/node.tag/.filter-list/node.def | 2 ++ .../ospfv3/area/node.tag/.filter-list/node.tag/node.def | 10 ++++++++++ templates/protocols/ospfv3/area/node.tag/filter-list/node.def | 2 -- .../ospfv3/area/node.tag/filter-list/node.tag/node.def | 10 ---------- 4 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 templates/protocols/ospfv3/area/node.tag/.filter-list/node.def create mode 100644 templates/protocols/ospfv3/area/node.tag/.filter-list/node.tag/node.def delete mode 100644 templates/protocols/ospfv3/area/node.tag/filter-list/node.def delete mode 100644 templates/protocols/ospfv3/area/node.tag/filter-list/node.tag/node.def diff --git a/templates/protocols/ospfv3/area/node.tag/.filter-list/node.def b/templates/protocols/ospfv3/area/node.tag/.filter-list/node.def new file mode 100644 index 00000000..791b3f5a --- /dev/null +++ b/templates/protocols/ospfv3/area/node.tag/.filter-list/node.def @@ -0,0 +1,2 @@ +type: txt +help: Set 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 new file mode 100644 index 00000000..eb63a9c2 --- /dev/null +++ b/templates/protocols/ospfv3/area/node.tag/.filter-list/node.tag/node.def @@ -0,0 +1,10 @@ +tag: +type: txt +help: Set direction of filter (in|out) +allowed: echo "in out" +create:expression: "vyatta-vtysh -c \"configure terminal\" \ + -c \"router ospf6 \" \ + -c \"area $VAR(../../@) filter-list $VAR(../@) $VAR(@) \"; " +delete:expression: "vyatta-vtysh -c \"configure terminal\" \ + -c \"router ospf6 \" \ + -c \"no area $VAR(../../@) filter-list $VAR(../@) $VAR(@) \"; " 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 791b3f5a..00000000 --- a/templates/protocols/ospfv3/area/node.tag/filter-list/node.def +++ /dev/null @@ -1,2 +0,0 @@ -type: txt -help: Set 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 eb63a9c2..00000000 --- a/templates/protocols/ospfv3/area/node.tag/filter-list/node.tag/node.def +++ /dev/null @@ -1,10 +0,0 @@ -tag: -type: txt -help: Set direction of filter (in|out) -allowed: echo "in out" -create:expression: "vyatta-vtysh -c \"configure terminal\" \ - -c \"router ospf6 \" \ - -c \"area $VAR(../../@) filter-list $VAR(../@) $VAR(@) \"; " -delete:expression: "vyatta-vtysh -c \"configure terminal\" \ - -c \"router ospf6 \" \ - -c \"no area $VAR(../../@) filter-list $VAR(../@) $VAR(@) \"; " -- cgit v1.2.3 From 674f48051f14975827638e503affc43e5817f5fd Mon Sep 17 00:00:00 2001 From: Stig Thormodsrud Date: Wed, 10 Jun 2009 15:07:13 -0700 Subject: 0.18.23+jenner8 --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 63ba5693..15e9a24c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +vyatta-cfg-quagga (0.18.23+jenner8) unstable; urgency=low + + * Hide filter-list node until bug 4498 is fixed. + + -- Stig Thormodsrud Wed, 10 Jun 2009 15:07:12 -0700 + vyatta-cfg-quagga (0.18.23+jenner7) unstable; urgency=low * Remove hidden templates -- cgit v1.2.3