mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
confd: allow ipv6 address with global prefix in factory bridges
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
committed by
Tobias Waldekranz
parent
fe036049b8
commit
91148de095
@@ -184,7 +184,10 @@ if [ -n "$bridge" ]; then
|
||||
}
|
||||
},
|
||||
"ietf-ip:ipv6": {
|
||||
"enabled": true
|
||||
"enabled": true,
|
||||
"autoconf": {
|
||||
"create-global-addresses": true
|
||||
}
|
||||
},
|
||||
"infix-interfaces:bridge": {
|
||||
"multicast": {
|
||||
|
||||
Reference in New Issue
Block a user