Skip to content

Commit

Permalink
fix snat (#117)
Browse files Browse the repository at this point in the history
Signed-off-by: bobz965 <[email protected]>
  • Loading branch information
bobz965 authored Aug 23, 2023
1 parent 2dab6fe commit 7ebc012
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/advance/ovn-eip-fip-snat.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,9 +382,9 @@ spec:
vpcSubnet: vpc1-subnet1 # eip corresponds to the entire network segment
```

### 3.2 ovn-fip corresponds to a pod IP
### 3.2 ovn-snat corresponds to a pod IP

This feature is designed and used in much the same way as iptables-fip
This feature is designed and used in much the same way as iptables-snat

```bash
# cat 03-pod-snat.yaml
Expand Down
4 changes: 2 additions & 2 deletions docs/advance/ovn-eip-fip-snat.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,9 +381,9 @@ spec:
vpcSubnet: vpc1-subnet1 # eip 对应整个网段
```

### 3.2 ovn-fip 对应到一个 pod ip
### 3.2 ovn-snat 对应到一个 pod ip

该功能和 iptables-fip 设计和使用方式基本一致
该功能和 iptables-snat 设计和使用方式基本一致

```bash
# cat 03-pod-snat.yaml
Expand Down

0 comments on commit 7ebc012

Please sign in to comment.