Changes between Version 12 and Version 13 of FlowVisor


Ignore:
Timestamp:
01/25/13 12:52:14 (11 years ago)
Author:
Josh Smift
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FlowVisor

    v12 v13  
    6666
    6767{{{
    68 sudo -u flowvisor fvconfig load ~flowvisor/config.json
     68sudo -u flowvisor fvconfig load /tmp/config.json
    6969}}}
    7070
     
    8080fvctl --passwd-file=/etc/flowvisor.passwd dumpConfig /tmp/config.json
    8181sudo service flowvisor stop
    82 sudo -u flowvisor sed -i -e 's/"checkpointing": false/"checkpointing": true/' ~flowvisor/config.json
    83 sudo -u flowvisor fvconfig load ~flowvisor/config.json
     82sudo -u flowvisor sed -i -e 's/"checkpointing": false/"checkpointing": true/' /tmp/config.json
     83sudo -u flowvisor fvconfig load /tmp/config.json
    8484sudo service flowvisor start
    8585}}}