1
0
mirror of https://github.com/containers/netavark.git synced 2026-02-05 06:45:56 +01:00
OpenShift Merge Robot b927595bc9 Merge pull request #704 from Luap99/v1.5.1
Bump to v1.5.1
2023-05-31 10:50:28 -04:00
2022-12-14 17:46:58 +01:00
2022-08-26 14:16:40 -04:00
2023-05-25 13:41:40 +02:00
2023-01-16 13:15:31 -05:00
2022-02-24 15:22:04 +01:00
2022-11-29 08:24:39 -06:00
2023-05-30 15:08:07 +02:00
2023-05-30 15:08:07 +02:00
2021-09-21 09:23:34 -05:00
2022-02-24 15:22:04 +01:00
2021-09-21 09:03:34 -05:00
2022-01-26 13:34:28 -05: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 and firewalld at present, with support for nftables planned in a future release
  • 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.

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