1
0
mirror of https://github.com/containers/netavark.git synced 2026-02-05 06:45:56 +01:00
renovate[bot] 6782bbf0cd fix(deps): update rust crate libc to 0.2.157
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-18 05:10:34 +00:00
2023-11-13 15:55:36 +01:00
2022-08-26 14:16:40 -04:00
2024-07-30 16:26:44 +02:00
2024-08-05 16:12:47 +02:00
2021-09-21 09:23:34 -05:00
2021-09-21 09:03:34 -05:00
2022-01-26 13:34:28 -05:00
2024-01-25 20:19:07 +01:00
2021-10-05 10:15:02 -04:00

netavark: A container network stack

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.

Overview and scope

Netavark is a tool for configuring networking for Linux containers. Its features include:

  • Configuration of container networks via JSON configuration file
  • Creation and management of required network interfaces, including MACVLAN networks
  • All required firewall configuration to perform NAT and port forwarding as required for containers
  • Support for iptables, firewalld and nftables
  • Support for rootless containers
  • Support for IPv4 and IPv6
  • Support for container DNS resolution via the aardvark-dns project

Requires

Build

$ make

Test

$ make test

Also see ./test for more information.

Communications

For general questions and discussion, please use Podman's channels.

For discussions around issues/bugs and features, you can use the GitHub issues and PRs tracking system.

Plugins

Netavark also supports executing external plugins, see ./plugin-API.md.

Description
Container network stack
Readme Apache-2.0 26 MiB
Languages
Rust 68.1%
Shell 31%
Makefile 0.9%