Skip to content

Commit

Permalink
Fix networking doc
Browse files Browse the repository at this point in the history
1)change url for "Bridge binding mechanism diagram"
2)Fix formatting errors in text

Signed-off-by: zhuanlan <[email protected]>
  • Loading branch information
Longchuanzheng committed Dec 18, 2023
1 parent 6cb2d36 commit e6cd85e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/devel/networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Let's refer to the image below to get a better understanding of how this

Bridge binding mechanism diagram

![alt text](https://github.com/kubevirt/kubevirt.github.io/blob/source/assets/images/diagram.png)
![alt text](https://raw.githubusercontent.com/kubevirt/kubevirt.github.io/main/assets/images/diagram.png)

As can be seen in the diagram above, there are three actors at play: CNI,
libvirt, and DHCP. For completeness sake, let's add one more actor that is
Expand Down Expand Up @@ -309,9 +309,7 @@ chain postrouting {
In the `KUBEVIRT_POSTINBOUND` chain, in case the source address is localhost, SNAT is
performed: the source IP address of the outbound packet is modified to the IP address of
the gateway -
-
`10.11.12.1`.
the gateway - `10.11.12.1`.
```
chain KUBEVIRT_POSTINBOUND {
Expand Down

0 comments on commit e6cd85e

Please sign in to comment.