From b962a52971fe3e6c007d56f958948165cc89df14 Mon Sep 17 00:00:00 2001 From: theamma Date: Wed, 30 Apr 2025 19:37:26 +0200 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 013f212..2744527 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,16 @@ Here we create a new network to be used by the edge router torino by creating a + +To create the network on the hypervisor, run + + $ virsh net-define bridged-network.xml + +Then start it + + $ virsh net-start bridged-network + $ virsh net-autostart bridged-network + $ virsh net-list + Name Status Automatischer Start Bleibend + ------------------------------------------------------------ + bridged-network Aktiv ja ja