Changes between Version 1 and Version 2 of FlowVisor/UpgradingTo0.8.17


Ignore:
Timestamp:
12/27/12 19:52:23 (11 years ago)
Author:
Josh Smift
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FlowVisor/UpgradingTo0.8.17

    v1 v2  
    3535cd ~/tmp/flowvisor-upgrade/before
    3636
    37 fvctl --passwd-file=/etc/flowvisor.passwd dumpConfig config.json
     37fvctl --passwd-file=/etc/flowvisor.passwd dumpConfig /tmp/config.json 2> /dev/null && cp /tmp/config.json config.json
    3838fvctl --passwd-file=/etc/flowvisor.passwd listFlowSpace | sed -re 's/id=\[[0-9\-]+\]/[id number stripped]/' > flowspace
    3939for slice in $(fvctl --passwd-file=/etc/flowvisor.passwd listSlices | awk '{print $3}' | sort); do echo "Info for slice: $slice" ; fvctl --passwd-file=/etc/flowvisor.passwd getSliceInfo $slice | egrep -v ^connection_[0-9]+= | sort ; done > sliceinfo