From 2a01a816a123503c3ac2b90b04265bf3569a57c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Fri, 8 Sep 2023 23:44:32 +0200 Subject: [PATCH] Enable DHCPv6 for mangment --- access-points/files/ubnt-unifiac-lite/etc/config/network | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/access-points/files/ubnt-unifiac-lite/etc/config/network b/access-points/files/ubnt-unifiac-lite/etc/config/network index 69d6232..da17104 100644 --- a/access-points/files/ubnt-unifiac-lite/etc/config/network +++ b/access-points/files/ubnt-unifiac-lite/etc/config/network @@ -9,3 +9,8 @@ config interface 'lan' option type 'bridge' option ifname 'eth0' option proto 'dhcp' + +config interface 'lan6' + option proto 'dhcpv6' + option reqaddress 'try' + option ifname '@lan'