diff options
author | Matthew Heon <mheon@redhat.com> | 2022-01-28 12:30:08 -0500 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2022-01-28 12:30:08 -0500 |
commit | 3b565bacf1fc59a571456e24f29dcc9009457bbf (patch) | |
tree | 44f1293d48b96ff757540ef4ab8f4288f79951d6 | |
parent | 10a966a2a085bfa54441b7aa5b09839b90bfcf99 (diff) | |
download | podman-3b565bacf1fc59a571456e24f29dcc9009457bbf.tar.gz podman-3b565bacf1fc59a571456e24f29dcc9009457bbf.tar.bz2 podman-3b565bacf1fc59a571456e24f29dcc9009457bbf.zip |
Remove mention of IPv6 portfwd from release notes
Signed-off-by: Matthew Heon <mheon@redhat.com>
-rw-r--r-- | RELEASE_NOTES.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 81f39d811..4fa8243d0 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,7 +6,6 @@ - The `podman network connect` command now supports three new options, `--ip`, `--ip6`, and `--mac-address`, to specify configuration for the new network that will be attached. - The `podman network create` command now allows the `--subnet`, `--gateway`, and `--ip-range` options to be specified multiple times, to allow for the creation of dual-stack IPv4 and IPv6 networks with user-specified subnets. - The `--network` option to `podman create`, `podman pod create`, `podman run`, and `podman play kube` can now, when specifying a network name, also specify advanced network options such as `alias`, `ip`, `mac`, and `interface_name`, allowing advanced configuration of networks when creating containers connected to more than one network. -- Root Podman can now forward ports from IPv6 addresses on the host into containers when using the new Netavark network stack. - The `podman play kube` command can now specify the `--net` option multiple times, to connect created containers and pods to multiple networks. - The `podman create`, `podman pod create`, and `podman run` commands now support a new option, `--ip6`, to specify a static IPv6 address for the created container or pod to use. - Macvlan networks can now configure the mode of the network via the `-o mode=` option. |