diff options
author | Christian Poessinger <christian@poessinger.com> | 2017-12-09 13:34:43 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2017-12-09 13:34:43 +0100 |
commit | ae1e4c704bb324831fb15b6e243710f94700d3f2 (patch) | |
tree | 0d4160c06d10d435f01c021ce8b8fac4791f1280 /debian | |
parent | 3939aedea2cf488eb4639c4ca69756997aed6a7c (diff) | |
parent | a919de476a97a9037c49207d04aae18118ef3fd7 (diff) | |
download | vyos-1x-ae1e4c704bb324831fb15b6e243710f94700d3f2.tar.gz vyos-1x-ae1e4c704bb324831fb15b6e243710f94700d3f2.zip |
Merge branch 'add-mdns-repeater' into current
* add-mdns-repeater:
Update 'debian/changelog'
Add 'vyos-update-mdns-repeater.py' functionality
Bugfix: 'multi:' statement must be on top of generated 'node.def' file
Initial interface description for 'mdns repeater'
Add debian packaging files to .gitignore
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 8 insertions, 1 deletions
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 <christian@poessinger.com> Sat, 09 Dec 2017 10:39:35 +0100 + vyos-1x (1.0.1) unstable; urgency=low * Added the Python library for reading VyOS configs 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 |