summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorYouyuan <83439858+Yuanandcircle@users.noreply.github.com>2023-07-12 22:09:38 +0800
committerGitHub <noreply@github.com>2023-07-12 22:09:38 +0800
commitcaa9ae3a41056e6322336c8a56efa5c472fd6cf3 (patch)
tree12b19a937da17066cc7f704f701d7f9a854764af /debian
parent1788352c727f9800e9c595213332a719dd445d04 (diff)
downloadvyos-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')
-rw-r--r--debian/control1
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,