Update README.md

This commit is contained in:
theamma
2025-04-30 19:33:49 +02:00
committed by GitHub
parent 920c78ba70
commit f40f15c9aa

View File

@@ -35,4 +35,11 @@ Turn on the bridge
# nmcli con up bridge-labBridge0
## Create virtual network on hypervisor
Here we create a new network to be used by the edge router torino by creating a new file named bridged-network.xml with the following content
<network>
<name>bridged-network</name>
<forward mode="bridge" />
<bridge name="br0" />
</network>