Jump to content

Systemd/networkd: Difference between revisions

imported>Mweinelt
imported>Mweinelt
Line 280: Line 280:
         matchConfig.Name ="br0";
         matchConfig.Name ="br0";
         bridgeConfig = {};
         bridgeConfig = {};
         # Disable address autoconfig when no IP configuration is wanted to complete network-online.target
         # Disable address autoconfig the bridge does not require IP configuration
         networkConfig.LinkLocalAddressing = false;
         #networkConfig.LinkLocalAddressing = "no";
         linkConfig = {
         linkConfig = {
           # or "routable" with IP addresses configured
           # or "routable" with IP addresses configured
Anonymous user