Skip to content
Snippets Groups Projects
  1. Feb 16, 2024
  2. Feb 15, 2024
    • Alex ubuntu vm's avatar
      operator: bug fix · c45391e5
      Alex ubuntu vm authored
      Updated the operator, fixing a bug with the database connection, where if a network is deleted and still has pods, it would break it
      c45391e5
  3. Feb 14, 2024
    • Alex ubuntu vm's avatar
      database: updated schema · 34a93a0d
      Alex ubuntu vm authored
      Updated l2sm database schema and operator to go along with it. Now there are more constraints in the database and errors are handled accordingly, so the application is more robust against errors
      34a93a0d
  4. Jan 26, 2024
  5. Jan 25, 2024
  6. Jan 24, 2024
    • Alex de Cock Buning's avatar
      l2sm-switch: Updated initiation script for containerized process · 91733342
      Alex de Cock Buning authored
      Modified the switch subsystem to use a new initiation script that runs as a full process within the container. The script is now invoked using CMD in the Dockerfile, eliminating the direct creation of VXLANs. This change enhances the containerization approach and ensures a more streamlined and efficient initiation process.
      
      This adjustment aligns with best practices for running processes within containers and improves the overall architecture of the switch subsystem.
      91733342
    • 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
Loading