diff options
author | hagbard <vyosdev@derith.de> | 2019-02-09 14:51:46 -0800 |
---|---|---|
committer | hagbard <vyosdev@derith.de> | 2019-02-09 14:51:46 -0800 |
commit | 0b7f819f82cff78f2e65a37806fa7132fb4dfeaa (patch) | |
tree | e504e899521c646384725a9515614bde4b1a2032 /debian | |
parent | f0084de554d71d0f011c7fd2c6009f1864bd9d77 (diff) | |
download | vyos-1x-0b7f819f82cff78f2e65a37806fa7132fb4dfeaa.tar.gz vyos-1x-0b7f819f82cff78f2e65a37806fa7132fb4dfeaa.zip |
fixes T1238 - Wireguard allows invalid IP's
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 6dcc90d6d..87d51c8e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,12 @@ +vyos-1x (1.2.0-13) unstable; urgency=low + + * fixes T1238 - Wireguard allows invalid IP's + + -- hagbard <vyosdev@derith.de> Sat, 09 Feb 2019 14:42:13 -0800 + vyos-1x (1.2.0-12) unstable; urgency=low - fixes T1225: wireguard implement 'set int wireguard wg0 peer name disable' to disable single peers + * fixes T1225: wireguard implement 'set int wireguard wg0 peer name disable' to disable single peers -- hagbard <vyosdev@derith.de> Mon, 04 Feb 2019 10:26:50 -0800 |