diff options
author | Youyuan <83439858+Yuanandcircle@users.noreply.github.com> | 2023-07-12 22:09:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-12 22:09:38 +0800 |
commit | caa9ae3a41056e6322336c8a56efa5c472fd6cf3 (patch) | |
tree | 12b19a937da17066cc7f704f701d7f9a854764af /debian/control | |
parent | 1788352c727f9800e9c595213332a719dd445d04 (diff) | |
download | vyos-1x-caa9ae3a41056e6322336c8a56efa5c472fd6cf3.tar.gz vyos-1x-caa9ae3a41056e6322336c8a56efa5c472fd6cf3.zip |
container: T5352: Fix missing dependency for netavark
There is a missing dependency iptables for netavark . Debian marked it as optional but should be a dependency. If not installed, container cannot be created with assigned network. The rolling release is built with package iptables so there is no bug. But if users build iso on their own, container will not work if container network is assigned.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 40920cadc..3c912542b 100644 --- a/debian/control +++ b/debian/control @@ -72,6 +72,7 @@ Depends: iperf, iperf3, iproute2 (>= 6.0.0), + iptables, iputils-arping, isc-dhcp-client, isc-dhcp-relay, |