diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-12-03 01:42:14 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-12-03 01:42:14 +0100 |
commit | 26e1a5c2da4f78a94655fd9434ad0cc604735dca (patch) | |
tree | a4747e28df1bfc817bdff3d5b6d5ae6f032f243a /debian | |
parent | 354c20aa8046d63cad9206810a51d52a2ce65a5e (diff) | |
parent | 44c8175dc975c8a3b73bf14c71dd890d52f00e67 (diff) | |
download | vyos-1x-26e1a5c2da4f78a94655fd9434ad0cc604735dca.tar.gz vyos-1x-26e1a5c2da4f78a94655fd9434ad0cc604735dca.zip |
Merge branch 'current' into crux
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 12 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 14 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 1db603fe5..7666cfd68 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +vyos-1x (1.2.0-7) unstable; urgency=low + + * T1061: Wireguard: Missing option to administrativly shutdown interface + + -- hagbard <vyosdev@derith.de> Fri, 30 Nov 2018 10:22:41 -0800 + +vyos-1x (1.2.0-6) unstable; urgency=medium + + * adding vyos-accel-ppp-ipoe-kmod for T989 + + -- hagbard <vyosdev@derith.de> Thu, 22 Nov 2018 10:56:15 -0800 + vyos-1x (1.2.0-5) unstable; urgency=medium * T835: accel-ppp: pppoe implementation diff --git a/debian/control b/debian/control index 03feeddc8..7061d50ef 100644 --- a/debian/control +++ b/debian/control @@ -25,6 +25,7 @@ Depends: python3, python3-tabulate, python3-six, python3-isc-dhcp-leases, + python3-hurry.filesize, ipaddrcheck, tcpdump, tshark, @@ -48,6 +49,7 @@ Depends: python3, tftpd-hpa, igmpproxy, vyos-accel-ppp, + vyos-accel-ppp-ipoe-kmod, mdns-repeater, udp-broadcast-relay, pdns-recursor, |