forked from opennetworkinglab/flowvisor
-
Notifications
You must be signed in to change notification settings - Fork 1
/
UPGRADING
36 lines (20 loc) · 760 Bytes
/
UPGRADING
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
REQUIREMENTS:
Running flowvisor at 0.8.x version.
CONVERSION:
To convert the xml file to the json format, run:
fvconfig convert config.xml
This will return a config.json file in the same
directory.
LOADING:
Two options available:
1. Start flowvisor with config file parameter
flowvisor config.json
NOTE: This will overwrite contents of the database
with the configuration file. Make sure the database
and config file are in sync by dumping the config
from a runnning flowvisor by:
fvctl dumpConfig config.json
Otherwise any undumped config will be lost.
2. (RECOMMENDED) Loading the config into flowvisor
before starting.
fvconfig load config.json