Add conntrack-tools dependency to qubes-core-agent-networking
Otherwise no vif-* interfaces come up.
This commit is contained in:
parent
ae48c7e04d
commit
6565facec3
@ -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
1
debian/control
vendored
@ -125,6 +125,7 @@ Depends:
|
||||
iptables,
|
||||
net-tools,
|
||||
ethtool,
|
||||
conntrack,
|
||||
socat,
|
||||
tinyproxy,
|
||||
iproute2,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user