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

Support new "public" field in topo file #72

Closed
tzaeschke opened this issue May 17, 2024 · 0 comments · Fixed by #76
Closed

Support new "public" field in topo file #72

tzaeschke opened this issue May 17, 2024 · 0 comments · Fixed by #76
Assignees

Comments

@tzaeschke
Copy link
Collaborator

See scionproto/scion@2798312

E.g.

{
  "attributes": [
  "attributes": [
    "core"
    "core"
  ],
  ],
  "isd_as": "1-ff00:0:1",
  "isd_as": "1-ff00:0:1",
  "mtu": 1400,
  "mtu": 1400,
  "border_routers": {
  "border_routers": {
    "br1a": {
    "br1a": {
      "internal_addr": "10.123.10.1:30042",
      "internal_addr": "10.123.10.1:30042",
      "interfaces": {
      "interfaces": {
        "2": {
        "2": {
          "underlay": {
          "underlay": {
            "public": "10.123.2.1:50000",
            "local": "10.123.2.1:50000",
            "remote": "10.123.2.2:50000"
            "remote": "10.123.2.2:50000"
          },
          },
          "isd_as": "1-ff00:0:2",
          "isd_as": "1-ff00:0:2",
          "link_to": "child",
          "link_to": "child",
          "mtu": 1280
          "mtu": 1280
        },
        },
        "3": {
        "3": {
          "underlay": {
          "underlay": {
            "public": "10.123.3.1:50000",
            "local": "10.123.3.1:50000",
            "remote": "10.123.3.3:50000"
            "remote": "10.123.3.3:50000"
          },
          },
          "isd_as": "1-ff00:0:3",
          "isd_as": "1-ff00:0:3",
          "link_to": "child",
          "link_to": "child",
          "mtu": 1280
          "mtu": 1280
        }
        }
      }
      }
    },
    },
    "br1b": {
    "br1b": {
      "internal_addr": "10.123.10.2:30042",
      "internal_addr": "10.123.10.2:30042",
      "interfaces": {
      "interfaces": {
        "4": {
        "4": {
          "underlay": {
          "underlay": {
            "public": "10.123.4.1:50000",
            "local": "10.123.4.1:50000",
            "remote": "10.123.4.4:50000"
            "remote": "10.123.4.4:50000"
          },
          },
          "isd_as": "2-ff00:0:4",
          "isd_as": "2-ff00:0:4",
          "link_to": "core",
          "link_to": "core",
          "mtu": 1280
          "mtu": 1280
        }
        }
      }
      }
    }
    }
  }
  }
}
}
@tzaeschke tzaeschke self-assigned this May 17, 2024
@tzaeschke tzaeschke changed the title Support new "public"field in topo file Support new "public" field in topo file May 17, 2024
@tzaeschke tzaeschke linked a pull request May 24, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant