Skip to content

Commit 48534f0

Browse files
authored
Merge pull request #47086 from apinnick/bz2092859-default-network-name
BZ2092859: Change default network name from "red" to "default"
2 parents db2e5d0 + 1c393c4 commit 48534f0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

modules/virt-configuring-masquerade-mode-cli.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ spec:
3030
domain:
3131
devices:
3232
interfaces:
33-
- name: red
33+
- name: default
3434
masquerade: {} <1>
3535
ports: <2>
3636
- port: 80
3737
networks:
38-
- name: red
38+
- name: default
3939
pod: {}
4040
----
41-
<1> Connect using masquerade mode
42-
<2> Optional: List the ports that you want to expose from the virtual machine, each specified by the `port` field. The `port` value must be a number between 0 and 65536. When the `ports` array is not used, all ports in the valid range are open to incoming traffic. In this example, incoming traffic is allowed on port 80.
41+
<1> Connect using masquerade mode.
42+
<2> Optional: List the ports that you want to expose from the virtual machine, each specified by the `port` field. The `port` value must be a number between 0 and 65536. When the `ports` array is not used, all ports in the valid range are open to incoming traffic. In this example, incoming traffic is allowed on port `80`.
4343
+
4444
[NOTE]
4545
====

modules/virt-configuring-masquerade-mode-dual-stack.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ metadata:
2828
name: example-vm-ipv6
2929
...
3030
interfaces:
31-
- name: red
31+
- name: default
3232
masquerade: {} <1>
3333
ports:
3434
- port: 80 <2>
3535
networks:
36-
- name: red
36+
- name: default
3737
pod: {}
3838
volumes:
3939
- cloudInitNoCloud:

0 commit comments

Comments
 (0)