Skip to content

Commit 6ca805c

Browse files
authored
Merge pull request #50095 from openshift-cherrypick-robot/cherry-pick-50080-to-enterprise-4.12
[enterprise-4.12] Wrong address notation (#1)
2 parents 4003a28 + 2749742 commit 6ca805c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/nw-multus-ipam-object.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ such as `example-host`, during a DNS lookup query.
120120
"type": "static",
121121
"addresses": [
122122
{
123-
"address": "191.168.1.7"
123+
"address": "191.168.1.7/24"
124124
}
125125
]
126126
}

modules/nw-multus-ipvlan-object.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The following example configures an additional network named `ipvlan-net`:
6565
"type": "static",
6666
"addresses": [
6767
{
68-
"address": "192.168.10.10"
68+
"address": "192.168.10.10/24"
6969
}
7070
]
7171
}

0 commit comments

Comments
 (0)