diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-06-17 22:52:08 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-06-18 21:46:04 +0200 |
commit | a1ba7bae02673aca63a7006cf683ad5d541a5054 (patch) | |
tree | 94089852dce5d60b54a97c2c5d36b71d7d6ed730 /debian/control | |
parent | 14481a6e226e441b7b971e1ec0dba10cd0d20f2f (diff) | |
download | vyos-1x-a1ba7bae02673aca63a7006cf683ad5d541a5054.tar.gz vyos-1x-a1ba7bae02673aca63a7006cf683ad5d541a5054.zip |
console-server: T2490: replace ser2net with conserver
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index aa1e87e23..42d0475e3 100644 --- a/debian/control +++ b/debian/control @@ -59,7 +59,8 @@ Depends: python3, iputils-arping, libvyosconfig0, beep, - ser2net, + conserver-server, + conserver-client, isc-dhcp-server, isc-dhcp-relay, keepalived (>=2.0.5), |