File tree 4 files changed +8
-9
lines changed
4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
1
2
2
Please post bugs to:
3
3
4
- https://openflow.stanford.edu/bugs/browse/FLOWVISOR
4
+ https://github.com/OPENNETWORKINGLAB/flowvisor/issues
5
5
6
6
Any bug report is appreciated but the best bug reports include:
7
7
Original file line number Diff line number Diff line change @@ -6,15 +6,16 @@ FlowVisor:
6
6
Documentation:
7
7
8
8
Start with the INSTALL file and then refer to:
9
- https://openflow.stanford.edu/display/flowvisor/Home
10
- for more information and to:
11
- https://openflow.stanford.edu/display/flowvisor/fv_deploy
9
+ https://github.com/OPENNETWORKINGLAB/flowvisor/wiki
10
+ for more information on the installation process refer to:
11
+ https://github.com/OPENNETWORKINGLAB/flowvisor/wiki/Installation-from-Source, or
12
+ https://github.com/OPENNETWORKINGLAB/flowvisor/wiki/Installation-from-Binary
12
13
for configuration and deployment instructions. Also,
13
14
the manpages are in the ./doc directory and can be viewed
14
15
without installing them using `man ./doc/fvctl.1`
15
16
16
17
For developers, check out README.dev and the architecture diagrams:
17
- https://openflow.stanford.edu/display /flowvisor/Internals+and+Dev+Docs
18
+ https://github.com/OPENNETWORKINGLAB /flowvisor/wiki under the developement section
18
19
Also, `make docs` produces the source code documentation and
19
20
there are manpages under ./doc
20
21
Original file line number Diff line number Diff line change @@ -9,9 +9,7 @@ High-level:
9
9
* Thread logic
10
10
11
11
A higher-level view of the code is described at:
12
- https://openflow.stanford.edu/display/flowvisor/Internals+and+Dev+Docs
13
-
14
-
12
+ https://github.com/OPENNETWORKINGLAB/flowvisor/wiki
15
13
16
14
17
15
====================================
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Documentation
13
13
without installing them using `man ./doc/fvctl.1`
14
14
15
15
For developers, check out README.dev and the architecture diagrams:
16
- https://github.com/OPENNETWORKINGLAB/flowvisor/wiki
16
+ https://github.com/OPENNETWORKINGLAB/flowvisor/wiki under the developement section
17
17
Also, `make docs` produces the source code documentation and
18
18
there are manpages under ./doc
19
19
You can’t perform that action at this time.
0 commit comments