From ceaece54d581633b34a6b7ab66e9f5ceb303ab6f Mon Sep 17 00:00:00 2001 From: TheSpad Date: Mon, 5 Feb 2024 13:39:54 +0000 Subject: [PATCH] Add macvlan/ipvlan networking --- docs/misc/support-policy.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/misc/support-policy.md b/docs/misc/support-policy.md index a8b610f13c..deaa366c1d 100644 --- a/docs/misc/support-policy.md +++ b/docs/misc/support-policy.md @@ -36,6 +36,7 @@ There are many alternative configurations that should broadly work for most of o * EOL versions of Docker (where there is no option to upgrade) * Podman (Rootless or Rootful) * Routing container traffic through a VPN +* Use of macvlan/ipvlan networks ## Unsupported @@ -60,4 +61,5 @@ The following configurations are entirely unsupported and you are unlikely to be ## Change History +* 2024-02-05 - Add ipvlan/macvlan networks * 2023-10-03 - Initial release