Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

BOS Connection CLI

Courtesy of Ric Claus:.  NOTE the dashes in the "delete" since you are deleting a connection name.  In the "add" the two ports are joined together with a dash to create the connection name, so order of the ports matters.

Code Block
bos delete --deactivate 1.1.7-5.1.2
bos delete --deactivate 1.3.6-5.4.8
bos add --activate 1.3.6 5.1.2
bos add --activate 1.1.7 5.4.8

...