summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2014-10-07 19:45:58 +0200
committerDaniil Baturin <daniil@baturin.org>2014-10-07 19:45:58 +0200
commite16b0e4fbfaff34691bdffc610ba9afa1f87957e (patch)
treef73dcb49bb7bebd01c448e01d6ee27d66c6521d4
parent374154bb2db678213fb02d38e07771f7c4f48cdb (diff)
downloadvyatta-cfg-system-e16b0e4fbfaff34691bdffc610ba9afa1f87957e.tar.gz
vyatta-cfg-system-e16b0e4fbfaff34691bdffc610ba9afa1f87957e.zip
0.20.43+vyos1+helium17debian/0.20.43+vyos1+helium17
-rw-r--r--debian/changelog41
1 files changed, 41 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index ed1b8fa0..5bc39281 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,44 @@
+vyatta-cfg-system (0.20.43+vyos1+helium17) unstable; urgency=low
+
+ [ upa ]
+ * Add support for VXLAN
+ * fix create/del error handling
+
+ [ Alex Harpin ]
+ * vyatta-cfg-system: formatting changes for style consistency
+ * vyatta-cfg-system: revert bb71cf5b7b3a48812e28dbefba8c535f9bbf9973
+ * vyatta-cfg-system: add 'set system allow-dhcp-nameservers' option
+
+ [ Kim Hagen ]
+ * Remove gre-multipoint encapsulation option, make the tunnel
+ multipoint if 'remote-ip' is nowt set.
+
+ [ Alex Harpin ]
+ * vyatta-cfg-system: formatting changes for style consistency
+ * vyatta-cfg-system: expand 'set system allow-dhcp-nameservers' logic
+
+ [ Kim Hagen ]
+ * Fix syntax error
+
+ [ Alex Harpin ]
+ * vyatta-cfg-system: rename allow-dhcp-nameservers and change to
+ typeless
+
+ [ Daniil Baturin ]
+ * Remove VXLAN templates that are supposed to be generated.
+ * Add VXLAN to generated templates.
+ * Remove ip/node.def, it's autogenerated too.
+ * Remove source-validation templates, those are also autogenerated.
+
+ [ Kim Hagen ]
+ * Fix typo
+
+ [ Daniil Baturin ]
+ * Rename "dev" to "link" under VXLAN for consistency with peth
+ * Fix a typo in help string.
+
+ -- Daniil Baturin <daniil@baturin.org> Tue, 07 Oct 2014 19:45:58 +0200
+
vyatta-cfg-system (0.20.43+vyos1+helium16) unstable; urgency=low
[ UnicronNL ]