From f2157d2aad20eca546f8e74b81c924d0dbdbbbeb Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Wed, 11 Mar 2026 19:52:24 +0000
Subject: [PATCH] Fix integration tests - --internal now means "no default route"

---
 test_integration.sh |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/test_integration.sh b/test_integration.sh
index f1576f4..7d55d8b 100755
--- a/test_integration.sh
+++ b/test_integration.sh
@@ -42,7 +42,6 @@
 
 
 docker network create \
-  --internal \
   --driver "${PLUGIN}" \
   --ipam-driver jacekkow/pyipam:latest \
   --ipv6 \

--
Gitblit v1.10.0