commit | 721d8f75fb6d8d22cc4afc11b06288a47a1a600d | [log] [tgz] |
---|---|---|
author | Tim Lee <timlee660101@gmail.com> | Sat Jul 08 00:26:27 2023 +0800 |
committer | Tim Lee <timlee660101@gmail.com> | Sat Jul 08 00:26:27 2023 +0800 |
tree | be1607a951c702e3b2ed4db3ee9eea437ee94362 | |
parent | 02d87c19e8c904290b83f279d230d8a2ea69dc80 [diff] |
ethernet_interface: Fix link local autoconfiguration functionality When this option "default-link-local-autoconf" be enabled by default, that will enable link local autoconfiguration feature. However, seems the logical is mismatch in EthernetInterface::originIsManuallyAssigned. Fix the logical to match code with option for correct functionality. Change-Id: I5a4493d1230caef60031e7b366bc41da7b5e82f4 Signed-off-by: Tim Lee <timlee660101@gmail.com>