Support for multiple docker networks with custom MTUs
This release addresses a significant shortcoming of the initial release, namely support for containers connected to multiple networks, including overlay networks and those with multiple subnets.
The improved networking logic also provides support for docker networks with custom MTUs, and the docker swarm integration test has been thoroughly updated and refactored to test custom MTUs in a Docker ingress network.
- a3ef555 - Support for containers connected to multiple networks, including those with multiple subnets
- f9fe1ab - Refactor docker swarm test and add support for modified MTU
- 0424996 - Refactor networking logic and add support for modified MTU
Additional improvements:
- f7ec8ee - Disable IPv6 at kernel boot time
- 74c239f - Change QEMU monitor escape key from CTRL-A to CTRL-T
Fixes:
- c5b9d37 - Output error message to stderr not stdout
- fe5c86e - Fix ubuntu kernel build to use Ubuntu jammy
- c92d916 - Bugfix substituting APPEND array to kernel command line
Full Changelog: v1.0.0...v1.1.1