From a545cd18f98ad747af26176f9b05cc325e4dd5ff Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Fri, 8 Dec 2017 18:54:15 +0100 Subject: Add 'vyos-update-mdns-repeater.py' functionality --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/control b/debian/control index 33de6b7ef..a19cc80d4 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Standards-Version: 3.9.6 Package: vyos-1x Architecture: all -Depends: python3, ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends} +Depends: python3, ${python3:Depends}, python3-netifaces, + ${shlibs:Depends}, ${misc:Depends} Description: VyOS configuration scripts and data VyOS configuration scripts, interface definitions, and everything -- cgit v1.2.3 From a919de476a97a9037c49207d04aae18118ef3fd7 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 9 Dec 2017 10:40:42 +0100 Subject: Update 'debian/changelog' --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 74d5f7148..bd910276b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +vyos-1x (1.0.2) unstable; urgency=low + + * Added mdns-repeater configuration nodes + + -- Christian Poessinger Sat, 09 Dec 2017 10:39:35 +0100 + vyos-1x (1.0.1) unstable; urgency=low * Added the Python library for reading VyOS configs -- cgit v1.2.3