1
0
mirror of https://github.com/containers/netavark.git synced 2026-02-05 06:45:56 +01:00
OpenShift Merge Robot 23a5e94dd8 Merge pull request #457 from baude/visforversion
Add 'v' to tarball names
2022-10-19 15:07:05 -04:00
2022-07-19 10:55:34 +01:00
2022-10-07 14:44:08 +00:00
2022-10-07 14:44:08 +00:00
2022-09-28 15:19:48 -04:00
2022-02-24 15:22:04 +01:00
2022-03-08 15:27:02 +01: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-10-19 09:44:13 -05:00
2022-01-26 13:34:28 -05:00
2022-06-28 16:19:28 +05:30
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.

Latest release

v1.0.0

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%