Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support to generate seed simulation file to scion topology tool #4508

Draft
wants to merge 50 commits into
base: master
Choose a base branch
from

Commits on Mar 18, 2024

  1. first steps seed file generation for topology (command line argument,…

    … isd code generation, start as code generation)
    Bruol committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    02eb6be View commit details
    Browse the repository at this point in the history
  2. added cert_issuer to topo_dict

    Bruol committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    992475a View commit details
    Browse the repository at this point in the history
  3. added cert_issuer setting

    Bruol committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    0d8d50f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    225c903 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. add border router generation

    Bruol committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    166795a View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    a33e297 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    1cd81f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. added ipv6 check

    Bruol committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    4b837b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. completely redid seed file generation. its now based on parsing the y…

    …aml file instead of using the given data structure
    Bruol committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a00c759 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14eab06 View commit details
    Browse the repository at this point in the history
  3. fixed typo

    Bruol committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    cb9c80d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ddb63c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    c867c0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bb2f66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e25c3a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    c8d4d63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae7679d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab35e9a View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    601f248 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    006336e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56dea8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db3e99a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6a424a View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    db7fe42 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Configuration menu
    Copy the full SHA
    a8fad42 View commit details
    Browse the repository at this point in the history
  2. fixed linter errors in README

    Bruol committed May 18, 2024
    Configuration menu
    Copy the full SHA
    401f7d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e844bd0 View commit details
    Browse the repository at this point in the history
  4. fixed linter errors in readme

    Bruol committed May 18, 2024
    Configuration menu
    Copy the full SHA
    34c6c0e View commit details
    Browse the repository at this point in the history
  5. tried to fix linter errors

    Bruol committed May 18, 2024
    Configuration menu
    Copy the full SHA
    f0928ec View commit details
    Browse the repository at this point in the history
  6. tried to fix linter errors

    Bruol committed May 18, 2024
    Configuration menu
    Copy the full SHA
    9e421b7 View commit details
    Browse the repository at this point in the history
  7. try indentation

    Bruol committed May 18, 2024
    Configuration menu
    Copy the full SHA
    53f0e8e View commit details
    Browse the repository at this point in the history
  8. tried to fix linter errors

    Bruol committed May 18, 2024
    Configuration menu
    Copy the full SHA
    faf4fa9 View commit details
    Browse the repository at this point in the history
  9. tried to fix linter errors

    Bruol committed May 18, 2024
    Configuration menu
    Copy the full SHA
    613acd6 View commit details
    Browse the repository at this point in the history
  10. tried to fix linter errors

    Bruol committed May 18, 2024
    Configuration menu
    Copy the full SHA
    bdb4f27 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7836073 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. 1) implemented review to put seed AS generation in template

    2) added OSPF to seed emulation to make specific topologies work
    3) added dump feature to emulation to dump emulation before rendering
    Bruol committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    3003d64 View commit details
    Browse the repository at this point in the history
  2. tried to fix linting

    Bruol committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    cc256cb View commit details
    Browse the repository at this point in the history
  3. tried to fix linting

    Bruol committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    8e1b75c View commit details
    Browse the repository at this point in the history
  4. tried to fix linting

    Bruol committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    e50d6bb View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. updated seed to use the new version of the internet map, which allows…

    … changing link properties dynamicially
    Bruol committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    ddc33f2 View commit details
    Browse the repository at this point in the history
  2. fixed linter error

    Bruol committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    5a46a01 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    ff4c060 View commit details
    Browse the repository at this point in the history
  2. adapted scion.sh to support flags for setting cross connect and AS in…

    …ternal network prefixes
    Bruol committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    212ee11 View commit details
    Browse the repository at this point in the history
  3. fixed linter errors

    Bruol committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    9bc79db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    912fe70 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b30af6 View commit details
    Browse the repository at this point in the history
  6. fixed linting

    Bruol committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    f2e861e View commit details
    Browse the repository at this point in the history
  7. tried again to fix linting

    Bruol committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    a8a0bba View commit details
    Browse the repository at this point in the history
  8. tried again

    Bruol committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    5028019 View commit details
    Browse the repository at this point in the history
  9. tried again

    Bruol committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    7c09fd7 View commit details
    Browse the repository at this point in the history