From f761a8dc28d6fb482e1ff17e1ba62689a5894a3c Mon Sep 17 00:00:00 2001 From: Struan Bartlett Date: Thu, 17 Mar 2022 14:05:16 +0000 Subject: [PATCH] Remove limitation that the ingress network cannot be >/24 --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 2e67f5d..0295722 100644 --- a/README.md +++ b/README.md @@ -116,8 +116,6 @@ If you add load-balancer nodes to your swarm - or want to start using existing n As the IP TOS byte can store an 8-bit number, this model can in principle support up to 256 load-balancer nodes. -As, currently, the unique `NODE_ID` is determined from the load-balancer node's ingress network IP, the ingress network cannot be larger than a `/24`. - As the implementation requires every container be installed with one policy routing rule and routing table per load-balancer node, there might possibly be some performance degradation as the number of such load-balancer nodes increases (although experience suggests this is unlikely to be noticeable with <= 16 load-balancer endpoint nodes on modern hardware). ## Scope for native Docker integration