Systemd/networkd: Difference between revisions

imported>Mweinelt
imported>Mweinelt
Line 250: Line 250:
     };
     };
     networks = {
     networks = {
       # Connect the bridge ports into the bridge
       # Connect the bridge ports to the bridge
       "30-enp1s0" = {
       "30-enp1s0" = {
         matchConfig.Name = "enp1s0";
         matchConfig.Name = "enp1s0";
Line 261: Line 261:
         linkConfig.RequiredForOnline = "enslaved";
         linkConfig.RequiredForOnline = "enslaved";
       };
       };
      # Configure the bridge for its desired function
       "40-br0" = {
       "40-br0" = {
         matchConfig.Name ="br0";
         matchConfig.Name ="br0";