Skip to content

Commit 5c22ed1

Browse files
author
Juan Tirado
committed
Do not remove IPv6 for bridge.
1 parent 76ecedf commit 5c22ed1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
set -euxo pipefail
3636
sudo snap install juju --channel=$JUJU_CHANNEL
37-
lxc network set lxdbr0 ipv6.address none
37+
# lxc network set lxdbr0 ipv6.address none
3838
- name: Bootstrap controller
3939
shell: bash
4040
# language=bash

0 commit comments

Comments
 (0)