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

What means port_modify? #6

Open
ZackyYoung opened this issue May 12, 2023 · 1 comment
Open

What means port_modify? #6

ZackyYoung opened this issue May 12, 2023 · 1 comment
Labels
good first issue Good for newcomers

Comments

@ZackyYoung
Copy link

What means switch ports change states? How many states are there, and what changes they correspond to the graph?

@EricLee543
Copy link
Member

Currently, our test cases do not cover scenarios related to port modification. However, the project documentation encourages you to implement a complex test case to validate robustness. You can write a function to handle port modification. The port can have states of "up" and "down." If you want to trigger this event, you can enter the following command in the Mininet CLI: sh ovs-ofctl mod-port s1 1 down. This command will disable port 1 of the s1 switch.

@EricLee543 EricLee543 added the good first issue Good for newcomers label May 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants