From a4d4f806e8d9a9f019c18c667afa1e703b4bf97e Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Wed, 11 Mar 2026 19:41:34 +0000
Subject: [PATCH] Workflows: release: "docker plugin" does not allow duplicates anymore

---
 README.md |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md
index c4360c0..58324ce 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,15 @@
 In this mode all IP addresses are handed out from the subnet,
 including ones that would be "network address" and "broadcast address"!
 
+`validate=0`
+
+Do not validate duplicate IP address assignment. This IPAM plugin would
+then happily hand out already-used addresses if such were manually specified.
+This option does not affect automatic assignments.
+Note that this module does not track how many times the IP was handed out,
+hence if two containers have the same IP and one of them stops,
+IP will be marked as free!
+
 ## Manual packaging
 
 In order to test this module in development environment, you can build it

--
Gitblit v1.10.0