Add conntrack-tools dependency to qubes-core-agent-networking

Otherwise no vif-* interfaces come up.
This commit is contained in:
Demi Marie Obenour 2020-12-16 01:45:23 -05:00
parent ae48c7e04d
commit 6565facec3
No known key found for this signature in database
GPG Key ID: 28A45C93B0B5B6E0
3 changed files with 3 additions and 0 deletions

View File

@ -117,6 +117,7 @@ package_qubes-vm-networking() {
pkgdesc="Qubes OS tools allowing to use a Qubes VM as a NetVM/ProxyVM"
depends=(qubes-vm-core qubes-vm-utils python ethtool net-tools
qubes-db-vm networkmanager iptables tinyproxy nftables
conntrack-tools
)
install=PKGBUILD-networking.install

1
debian/control vendored
View File

@ -125,6 +125,7 @@ Depends:
iptables,
net-tools,
ethtool,
conntrack,
socat,
tinyproxy,
iproute2,

View File

@ -235,6 +235,7 @@ Scripts required to handle dom0 updates.
Summary: Networking support for Qubes VM
Requires: ethtool
Requires: iptables
Requires: conntrack-tools
Requires: net-tools
Requires: iproute
Requires: nftables