Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ Netavark is a tool for configuring networking for Linux containers. Its features
- [Podman](https://podman.io/docs) 4.0+
- [protoc](https://grpc.io/docs/protoc-installation/)

At runtime, Netavark supports Linux kernel 4.20 or newer. Netavark relies on

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this says the wrong thing? Did you actually test it works on kernel 4.20 (i.e. passing all tests)?

I think what we can say it it does not work on older kernels so we need at least 4.20 but we have no way of testing older kernels so it is totally possible we require other newer kernels already.

`NETLINK_GET_STRICT_CHK` strict netlink checking, which is unavailable on older
kernels. Running on older kernels can result in a netlink `Protocol not
available` (EPROTONOSUPPORT) error.

## MSRV (Minimum Supported Rust Version)

v1.88
Expand Down