]> piware.de Git - bin.git/commitdiff
vmbr: Use my own br0 bridge
authorMartin Pitt <martin@piware.de>
Thu, 18 Oct 2018 10:05:52 +0000 (12:05 +0200)
committerMartin Pitt <martin@piware.de>
Thu, 18 Oct 2018 10:05:52 +0000 (12:05 +0200)
lxcbr0 isn't being created automatically in Fedora.

vmbr

diff --git a/vmbr b/vmbr
index b25608ec26933f28a9a9082a60832c6e79d3d13b..d4f1a3642b9e8c83d2e25409b5900a5385e2fe74 100755 (executable)
--- a/vmbr
+++ b/vmbr
@@ -1,7 +1,7 @@
 #!/bin/sh
 set -e
 image="$1"
 #!/bin/sh
 set -e
 image="$1"
-bridge=lxcbr0
+bridge=br0
 [ -e "$image" ] || { echo "Usage: $0 <image> [options...]" >&2; exit 1; }
 shift
 
 [ -e "$image" ] || { echo "Usage: $0 <image> [options...]" >&2; exit 1; }
 shift