summaryrefslogtreecommitdiffstats
path: root/ethernet_interface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ethernet_interface.cpp')
-rw-r--r--ethernet_interface.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ethernet_interface.cpp b/ethernet_interface.cpp
index 5a7c61c..15fc473 100644
--- a/ethernet_interface.cpp
+++ b/ethernet_interface.cpp
@@ -487,6 +487,7 @@ void EthernetInterface::writeConfigurationFile()
// write the network section
stream << "[" << "Network" << "]\n";
+ stream << "LinkLocalAddressing=yes\n";
// Add the VLAN entry
for (const auto& intf: vlanInterfaces)
OpenPOWER on IntegriCloud