Skip to content

Commit c8c7ff9

Browse files
authored
Merge pull request #36584 from ousleyp/cnv-12608
CNV-12608: Updating language in nmstate examples
2 parents 5654991 + bf5d6f3 commit c8c7ff9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/virt-example-bond-nncp.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
desiredState:
3636
interfaces:
3737
- name: bond0 <4>
38-
description: Bond enslaving eth1 and eth2 <5>
38+
description: Bond with ports eth1 and eth2 <5>
3939
type: bond <6>
4040
state: up <7>
4141
ipv4:
@@ -45,7 +45,7 @@ spec:
4545
mode: active-backup <10>
4646
options:
4747
miimon: '140' <11>
48-
slaves: <12>
48+
port: <12>
4949
- eth1
5050
- eth2
5151
mtu: 1450 <13>

modules/virt-example-nmstate-multiple-interfaces.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ The following example snippet creates a bond that is named `bond10` across two N
1212

1313
[source,yaml]
1414
----
15-
...
15+
#...
1616
interfaces:
1717
- name: bond10
1818
description: Bonding eth2 and eth3 for Linux bridge
1919
type: bond
2020
state: up
2121
link-aggregation:
22-
slaves:
22+
port:
2323
- eth2
2424
- eth3
2525
- name: br1
@@ -29,5 +29,5 @@ The following example snippet creates a bond that is named `bond10` across two N
2929
bridge:
3030
port:
3131
- name: bond10
32-
...
32+
#...
3333
----

0 commit comments

Comments
 (0)