Skip to content
Snippets Groups Projects
  1. Jan 24, 2024
    • Alex de Cock Buning's avatar
      build: Added build_and_push_images.sh script · 6cdab8d2
      Alex de Cock Buning authored
      This commit introduces a new bash script, build_and_push_images.sh, which automates the process of building and pushing Docker images for l2sm-switch, l2sm-controller, and l2sm-operator.
      
      This script simplifies the image creation and push workflow, providing options for building images, pushing images, or both.
      6cdab8d2
    • Alex de Cock Buning's avatar
      Dockerfiles: Updated file paths following repo restructuring · 0e816032
      Alex de Cock Buning authored
      Adjusted the file paths in the Dockerfiles to align with the recent repository restructuring. This ensures that the Docker images now correctly reference the files in their new locations.
      
      This change was necessary to maintain consistency and compatibility with the updated repository structure. It ensures that the Docker images can be built successfully and reflects the latest organization of project files.
      0e816032
    • Alex de Cock Buning's avatar
      Move source code to ./src: · d2ca6ae1
      Alex de Cock Buning authored
      The source code directory has been moved from ./build to ./src.
      
      This change was made to improve project organization and follow best practices.
      d2ca6ae1
  2. Dec 11, 2023
    • Alex de Cock Buning's avatar
      BUG FIX: l2sm-controller · b9ba9be9
      Alex de Cock Buning authored
      Fixed bug where l2sm-controller didn't take into account the MAC addresses when forwarding traffic in a network with more than two pods'
      b9ba9be9
  3. Dec 01, 2023
    • Alex ubuntu vm's avatar
      switch interfaces: BUG FIX · 45593176
      Alex ubuntu vm authored
      Fixed loop  that occured when two bridges joined together and the switch, forming a loop that would take all the CPU usage from process systemd-networkd
      45593176
  4. Nov 29, 2023
Loading