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

FABRID bw-tester with validation at destination #258

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

marcodermatt
Copy link

@marcodermatt marcodermatt commented Sep 30, 2024

Changes:

  • Add -fabridquery flag to bwtest-client to send FABRID packets
  • Add --fabrid flag to bwtest-server to validate FABRID packets
  • Add FabridSelector to pan, which initialized FABRID dataplane paths

Todo:

  • Potentially add FABRID flag to bwtest parameters to explicitly request server->client FABRID traffic

Usage:

  • Requires netsec-ethz/scion
    1. Clone scion and scion-apps repos in same parent folder
    2. In parent folder run go work init and go work use -r .
    3. In scion-apps folder, make should complete without errors
  • Server and client default to 127.0.0.1 as local address. If the IP of the SD differs (e.g. when testing locally), use the -local and --listen flags for client and server respectively to set the same IP. Otherwise DRKey requests will fail.
    Example on tiny4.topo topology:
SCION_DAEMON_ADDRESS=127.0.0.19:30255 ./bin/scion-bwtestserver --fabrid --listen 127.0.0.19:40002
SCION_DAEMON_ADDRESS=127.0.0.27:30255 ./bin/scion-bwtestclient -s 1-ff00:0:111,127.0.0.19:40002 --fabridquery 0-0#0,0@0 -local 127.0.0.27:0

This change is Reviewable

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 this pull request may close these issues.

1 participant