Bonding Interface

      "40-bond0" = {
        matchConfig.Name = "bond0";
        linkConfig = {
          RequiredForOnline = "routable";
        };
        networkConfig = {
          DHCP = "ipv4";
        };
      };

Would probably achieve the same and stay in the networkd world.

2 Likes