Skip to content

Commit 3148013

Browse files
authored
Modify the value of the EIP v4ip field (#239)
1 parent 56110d5 commit 3148013

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/guide/vpc.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ metadata:
255255
name: eip-static
256256
spec:
257257
natGwDp: gw1
258-
v4ip: 10.0.1.111
258+
v4ip: 192.168.0.100
259259
```
260260

261261
Specify the external network on which the EIP is located:

docs/guide/vpc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ metadata:
252252
name: eip-static
253253
spec:
254254
natGwDp: gw1
255-
v4ip: 10.0.1.111
255+
v4ip: 192.168.0.100
256256
```
257257

258258
指定 EIP 所在的外部网络:

0 commit comments

Comments
 (0)