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 CLI/API feature for modifying link state. #15

Open
rcgoodfellow opened this issue Aug 15, 2022 · 0 comments
Open

Add CLI/API feature for modifying link state. #15

rcgoodfellow opened this issue Aug 15, 2022 · 0 comments

Comments

@rcgoodfellow
Copy link
Collaborator

The capability to modify simnet link-state was added to illumos here

This should be added as a first-class feature to the Falcon CLI and API. This is a little bit tricky as multiple links can exist between the same two nodes. So something like

<topology> link down node1 node2

would not be sufficient. It'd need to be something a bit more verbose like

<topology> link down node1 node2 1

to indicate the index of the link between the nodes, or we could introduce something like link tags and then do something like

<topology> link down node1 node2 primary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant