Skip to content

Commit 6a195db

Browse files
authored
Merge pull request #78072 from tyll/simplify_nm
Simply nmconnection files
2 parents 724d68e + eb82470 commit 6a195db

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

modules/installation-user-infra-machines-advanced-customizing-live-network-config.adoc

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ id=bond0
2727
type=bond
2828
interface-name=bond0
2929
multi-connect=1
30-
permissions=
31-
32-
[ethernet]
33-
mac-address-blacklist=
3430

3531
[bond]
3632
miimon=100
@@ -41,8 +37,6 @@ method=auto
4137

4238
[ipv6]
4339
method=auto
44-
45-
[proxy]
4640
----
4741

4842
. Create a connection profile for a secondary interface to add to the bond. For example, create the `bond0-proxy-em1.nmconnection` file in your local directory with the following content:
@@ -55,11 +49,7 @@ type=ethernet
5549
interface-name=em1
5650
master=bond0
5751
multi-connect=1
58-
permissions=
5952
slave-type=bond
60-
61-
[ethernet]
62-
mac-address-blacklist=
6353
----
6454

6555
. Create a connection profile for a secondary interface to add to the bond. For example, create the `bond0-proxy-em2.nmconnection` file in your local directory with the following content:
@@ -72,11 +62,7 @@ type=ethernet
7262
interface-name=em2
7363
master=bond0
7464
multi-connect=1
75-
permissions=
7665
slave-type=bond
77-
78-
[ethernet]
79-
mac-address-blacklist=
8066
----
8167

8268
ifeval::["{boot-media}" == "ISO image"]

0 commit comments

Comments
 (0)