Skip to content

Commit 35b9174

Browse files
author
Bob Furu
committed
Remove errant + in table 12
1 parent 9aa468f commit 35b9174

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/installation-user-infra-machines-static-network.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,11 @@ ip=10.10.10.2::10.10.10.254:255.255.255.0:core0.example.com:enp1s0:none
107107
ip=10.10.10.3::10.10.10.254:255.255.255.0:core0.example.com:enp2s0:none
108108
----
109109

110-
a|Optional: You can configure routes to additional networks by setting an `rd.route=` value.
110+
a|Optional: You can configure routes to additional networks by setting an `rd.route=` value.
111111

112112
If the additional network gateway is different from the primary network gateway, the default gateway must be the primary network gateway.
113113
a|
114-
To configure the default gateway:
114+
To configure the default gateway:
115115

116116
----
117117
ip=::10.10.10.254::::
@@ -121,7 +121,7 @@ To configure the route for the additional network:
121121

122122
----
123123
rd.route=20.20.20.0/24:20.20.20.254:enp2s0
124-
----
124+
----
125125

126126
a|Disable DHCP on a single interface, such as when there are two or more network interfaces and only one interface is being used. In the example, the `enp1s0` interface has a static networking configuration and DHCP is disabled for `enp2s0`, which is not used.
127127
a|
@@ -277,7 +277,7 @@ a|Delete a default kernel argument from the installed system.
277277

278278
a|`-n`, `--copy-network`
279279
a|Copy the network configuration from the install environment.
280-
+
280+
281281
[IMPORTANT]
282282
====
283283
The `--copy-network` option only copies networking configuration found under `/etc/NetworkManager/system-connections`. In particular, it does not copy the system hostname.

0 commit comments

Comments
 (0)