b36475315b
aardvark-dns is needed by netavark to provide cross-container DNS resolving with Podman. It is to be noted that netavark and aardvark-dns have to be updated in lock-step [0]. Update the podman runtime test to validate this is working. [0] https://github.com/containers/podman/blob/main/DISTRO_PACKAGE.md#networking-tools-netavark-aardvark-dns-passt Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Julien Olivain <ju.o@free.fr>
14 lines
550 B
Plaintext
14 lines
550 B
Plaintext
config BR2_PACKAGE_NETAVARK
|
|
bool "netavark"
|
|
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
|
|
select BR2_PACKAGE_HOST_RUSTC
|
|
select BR2_PACKAGE_AARDVARK_DNS # runtime
|
|
select BR2_PACKAGE_IPTABLES if !BR2_PACKAGE_NFTABLES # runtime
|
|
select BR2_PACKAGE_NFTABLES_JSON if BR2_PACKAGE_NFTABLES && !BR2_PACKAGE_IPTABLES
|
|
help
|
|
Netavark is a rust based network stack for containers. It
|
|
is being designed to work with Podman but is also applicable
|
|
for other OCI container management applications.
|
|
|
|
https://github.com/containers/netavark
|