mirror of
https://github.com/moby/moby.git
synced 2026-07-12 18:45:06 +00:00
These tests create iptables rules for different addresses on docker0 but, unlike tests that do that for user-defined bridges, those rules aren't removed when the test deletes the network, because the default bridge network can't be deleted. So, use (abuse) the L3Segment code to run the tests in their own network namespace. Signed-off-by: Rob Murray <rob.murray@docker.com>