diff options
author | UnicronNL <kim.sidney@gmail.com> | 2018-10-19 00:33:55 +0200 |
---|---|---|
committer | UnicronNL <kim.sidney@gmail.com> | 2018-10-19 00:33:55 +0200 |
commit | 06d4635eba6a8d11d92d13c41f09d2ade254f770 (patch) | |
tree | 04a1bf53d782620e7bb33e130d16fb9e94e86dfb /debian/control | |
parent | 19b69daa7c374b7fe34d57c99a8a972e1a6972e0 (diff) | |
download | vyos-1x-06d4635eba6a8d11d92d13c41f09d2ade254f770.tar.gz vyos-1x-06d4635eba6a8d11d92d13c41f09d2ade254f770.zip |
Add Client keepalive option for use with cloud-init
Add option to specify multiple listening ports
Clean up template generation layout
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 4cd852687..c0ce26c86 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,9 @@ Build-Depends: debhelper (>= 9), quilt, python3-lxml, python3-nose, - python3-coverage + python3-coverage, + whois, + libvyosconfig0 Standards-Version: 3.9.6 Package: vyos-1x |