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: docs/advance/ovn-eip-fip-snat.en.md
-15
Original file line number
Diff line number
Diff line change
@@ -255,10 +255,6 @@ metadata:
255
255
spec:
256
256
namespaces:
257
257
- vpc1
258
-
staticRoutes: # configure routing rules: Which additional public network routes a subnet under the vpc needs to be based on needs to be added manually. The following example is for reference only. Users need to configure it according to their actual situation.
259
-
- cidr: 192.168.0.1/28
260
-
nextHopIP: 10.10.204.254
261
-
policy: policySrc
262
258
enableExternal: true # vpc enableExternal will automatically create an lrp association to the public network specified above
263
259
addExternalSubnets: # configure addExternalSubnets to support connecting multiple additional public networks
# The route currently supports automatic maintenance
292
-
# Additional public networks require manual routing configuration in the vpc. In the above example, the source IP address is 192.168.0.1/28 and will be forwarded to the additional public network.
293
-
# Users can manually configure routing rules according to the situation
294
-
```
295
-
296
281
## 2. ovn-eip
297
282
298
283
This function is designed and used in the same way as iptables-eip, ovn-eip currently has three types
0 commit comments