1
0
mirror of https://github.com/containers/netavark.git synced 2026-02-05 15:45:47 +01:00
Paul Holzinger bcb52afea8 CI: install mandown for validate
Add target to install mandown, also fixes useless `command -v` exucuting
in the makefile since it did't error out anyway when it was empty.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2022-12-14 17:46:58 +01:00
2022-12-14 17:46:58 +01:00
2022-12-14 17:46:58 +01:00
2022-08-26 14:16:40 -04:00
2022-12-07 10:03:22 -05:00
2022-12-01 16:38:41 +01:00
2022-02-24 15:22:04 +01:00
2022-11-29 08:24:39 -06: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-12-14 16:14:42 +01: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%