Skip to content

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

Open
@rcgoodfellow

Description

@rcgoodfellow

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions