summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJohn Southworth <john.southworth@vyatta.com>2013-04-10 15:50:37 -0700
committerJohn Southworth <john.southworth@vyatta.com>2013-04-10 15:50:37 -0700
commit4e23b5d5f575c32a704c704d0439f6f06553fa3d (patch)
tree62ecbea05c10089c5d2dc25018d37f859744a5ce /debian
parent19a56feaae95a3235dad7ee19ab338ace8aed587 (diff)
parent208f5cc0ac36368cde1fdb31786dd8011d055d7c (diff)
downloadvyatta-cfg-quagga-4e23b5d5f575c32a704c704d0439f6f06553fa3d.tar.gz
vyatta-cfg-quagga-4e23b5d5f575c32a704c704d0439f6f06553fa3d.zip
Merge branch 'master' of git.vyatta.com:/git/vyatta-cfg-quagga
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog62
-rw-r--r--debian/postinst9
2 files changed, 71 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e6c15b30..08427b3f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,29 @@
+vyatta-cfg-quagga (0.18.167) unstable; urgency=low
+
+ * Daisy merge
+
+ -- Sven-Thorsten Dietrich <sven@vyatta.com> Wed, 10 Apr 2013 13:55:46 -0700
+
+vyatta-cfg-quagga (0.18.166) unstable; urgency=low
+
+ [ James Davidson ]
+ * Bugfix 7428: Update warning message text.
+ * 0.18.162
+
+ [ John Southworth ]
+ * Bugfix 8501: fix ordering problems in IPv6 peer-groups
+ * 0.18.163
+
+ [ Stephen Hemminger ]
+ * split wireless devices to separate package
+ * 0.18.164
+ * split bonding and pseudo-ethernet to another sub-package
+ * 0.18.165
+
+ [ Sven-Thorsten Dietrich ]
+
+ -- Sven-Thorsten Dietrich <sven@vyatta.com> Wed, 10 Apr 2013 13:54:42 -0700
+
vyatta-cfg-quagga (0.18.165) unstable; urgency=low
* split bonding and pseudo-ethernet to another sub-package
@@ -22,6 +48,42 @@ vyatta-cfg-quagga (0.18.162) unstable; urgency=low
-- James Davidson <james.davidson@vyatta.com> Sat, 24 Nov 2012 11:41:33 -0800
+vyatta-cfg-quagga (0.18.161+daisy6) unstable; urgency=low
+
+ * Fixing 7975: provide MTU ignore for OSPFv3
+
+ -- Gaurav Sinha <gaurav.sinha@vyatta.com> Wed, 27 Mar 2013 10:13:42 -0700
+
+vyatta-cfg-quagga (0.18.161+daisy5) unstable; urgency=low
+
+ * Fixing 8607
+
+ -- Gaurav Sinha <gaurav.sinha@vyatta.com> Thu, 17 Jan 2013 10:32:54 -0800
+
+vyatta-cfg-quagga (0.18.161+daisy4) unstable; urgency=low
+
+ * Initial commit for supporting ACL config for multicast for SE
+ version.
+
+ -- Gaurav Sinha <gaurav.sinha@vyatta.com> Fri, 14 Dec 2012 13:20:25 -0800
+
+vyatta-cfg-quagga (0.18.161+daisy3) unstable; urgency=low
+
+ * Bugfix 8501: fix ordering problems in IPv6 peer-groups
+
+ -- John Southworth <john.southworth@vyatta.com> Thu, 13 Dec 2012 09:37:16 -0800
+
+vyatta-cfg-quagga (0.18.161+daisy2) unstable; urgency=low
+
+ * Bugfix 7428: Update warning message text.
+
+ -- James Davidson <james.davidson@vyatta.com> Sat, 24 Nov 2012 11:25:58 -0800
+
+vyatta-cfg-quagga (0.18.161+daisy1) unstable; urgency=low
+
+ * create daisy branch
+
+ -- John Southworth <john.southworth@vyatta.com> Sat, 13 Oct 2012 13:30:41 -0700
vyatta-cfg-quagga (0.18.161) unstable; urgency=low
* new branch
diff --git a/debian/postinst b/debian/postinst
new file mode 100644
index 00000000..02a3f77e
--- /dev/null
+++ b/debian/postinst
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+if [ ! -d /opt/vyatta/sbin/policy ];then
+ mkdir -p /opt/vyatta/sbin/policy
+fi
+
+if [ -f /usr/bin/vtysh ] && [ ! -f /opt/vyatta/sbin/policy/vtysh ]; then
+ ln -s /usr/bin/vtysh /opt/vyatta/sbin/policy/vtysh
+fi