confd: allow ipv6 address with global prefix in factory bridges

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg
2024-06-05 15:08:06 +02:00
committed by Tobias Waldekranz
parent fe036049b8
commit 91148de095
+4 -1
View File
@@ -184,7 +184,10 @@ if [ -n "$bridge" ]; then
}
},
"ietf-ip:ipv6": {
"enabled": true
"enabled": true,
"autoconf": {
"create-global-addresses": true
}
},
"infix-interfaces:bridge": {
"multicast": {