Skip to content

Commit

Permalink
examples: update libvirt path (#442)
Browse files Browse the repository at this point in the history
In the how-to-create-a-bridge-with-a-vlan-for-libvirtd section, the correct path to where libvirtd creates the config file is /etc/libvirt/qemu/networks/

Apologies if this is not the correct process to report this. I found there was no tag to report documentation errors on Launchpad.
  • Loading branch information
sahil-sagwekar2652 authored Feb 12, 2024
1 parent c2b5ec0 commit 1117556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ network:
link: enp0s25
```

Then libvirtd would be configured to use this bridge by adding the following content to a new XML file under `/etc/libvirtd/qemu/networks/`. The name of the bridge in the <bridge> tag as well as in <name> need to match the name of the bridge device configured using Netplan:
Then libvirtd would be configured to use this bridge by adding the following content to a new XML file under `/etc/libvirt/qemu/networks/`. The name of the bridge in the <bridge> tag as well as in <name> need to match the name of the bridge device configured using Netplan:

```xml
<network>
Expand Down

0 comments on commit 1117556

Please sign in to comment.