diff options
-rw-r--r-- | classes/qemuboot-testimage-network.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/classes/qemuboot-testimage-network.bbclass b/classes/qemuboot-testimage-network.bbclass index 57e03551..ca65de6c 100644 --- a/classes/qemuboot-testimage-network.bbclass +++ b/classes/qemuboot-testimage-network.bbclass | |||
@@ -2,6 +2,9 @@ | |||
2 | # the Qemu MACHINES: it removes all external network interfaces | 2 | # the Qemu MACHINES: it removes all external network interfaces |
3 | # by default. However, eth0 is needed for testimage, so enable it here. | 3 | # by default. However, eth0 is needed for testimage, so enable it here. |
4 | 4 | ||
5 | # NOTE: systemd configuration can be found in the virt_networking | ||
6 | # bbclass and associated packages | ||
7 | |||
5 | # If QB_NETWORK_XEN_BRIDGE is set, configure bridging for the network. | 8 | # If QB_NETWORK_XEN_BRIDGE is set, configure bridging for the network. |
6 | QB_NETWORK_XEN_BRIDGE ??= "" | 9 | QB_NETWORK_XEN_BRIDGE ??= "" |
7 | 10 | ||