Skip to content

Commit dbc23bd

Browse files
authored
Merge pull request #50080 from ccardenosa/missing-network-prefix
Wrong address notation (#1)
2 parents 54429cb + a70f4d2 commit dbc23bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/nw-multus-ipam-object.adoc

+1-1
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

+1-1
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)