You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
would not be sufficient. It'd need to be something a bit more verbose like
to indicate the index of the link between the nodes, or we could introduce something like link tags and then do something like
The text was updated successfully, but these errors were encountered: