Changes between Version 1 and Version 2 of OpenFlow/FOAM/AttachmentInformation


Ignore:
Timestamp:
10/14/13 14:41:38 (10 years ago)
Author:
Josh Smift
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenFlow/FOAM/AttachmentInformation

    v1 v2  
    5454foamctl topo:create-attachment --type="other" --local-dpid="06:d6:00:24:a8:c4:b9:00" --local-port="33" --remote-hostname="argos.gpolab.bbn.com" --remote-port="eth1" --desc="argos[eth1]" --passwd-file=/etc/foam.passwd
    5555}}}
     56
     57Show your current connections:
     58
     59{{{
     60foamctl topo:list-attachments --passwd-file=/etc/foam.passwd
     61}}}
     62
     63Remove some connections, by UUID:
     64
     65{{{
     66uuids='bcf0f116-402f-46ae-9ba1-73f7724e05d4 8070f5f2-d0e9-4040-8366-662a003cbc89 <etc>'
     67for uuid in $uuids ; do foamctl topo:remove-attachment --uuid=$uuid --passwd-file=/etc/foam.passwd ; done
     68}}}