You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/nw-multus-ipam-object.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,13 +79,13 @@ The following JSON describes the configuration for static IP address assignment:
79
79
<1> An array describing IP addresses to assign to the virtual interface. Both
80
80
IPv4 and IPv6 IP addresses are supported.
81
81
82
-
<2> An IP address that you specify.
82
+
<2> An IP address and network prefix that you specify. For example, if you specify `10.10.21.10/24`, then the additional network is assigned an IP address of `10.10.21.10` and the netmask is `255.255.255.0`.
83
83
84
84
<3> The default gateway to route egress network traffic to.
85
85
86
86
<4> An array describing routes to configure inside the pod.
87
87
88
-
<5> The IP address range in CIDR format.
88
+
<5> The IP address range in CIDR format, such as `192.168.17.0/24`, or `0.0.0.0/0` for the default route.
89
89
90
90
<6> The gateway where network traffic is routed.
91
91
@@ -276,13 +276,13 @@ ipamConfig:
276
276
<1> A collection of mappings that define IP addresses to assign to the virtual
277
277
interface. Both IPv4 and IPv6 IP addresses are supported.
278
278
279
-
<2> An IP address that you specify.
279
+
<2> An IP address and network prefix that you specify. For example, if you specify `10.10.21.10/24`, then the additional network is assigned an IP address of `10.10.21.10` and the netmask is `255.255.255.0`.
280
280
281
281
<3> The default gateway to route egress network traffic to.
282
282
283
283
<4> A collection of mappings describing routes to configure inside the pod.
284
284
285
-
<5> The IP address range in CIDR format.
285
+
<5> The IP address range in CIDR format, such as `192.168.17.0/24`, or `0.0.0.0/0` for the default route.
0 commit comments