Fix README images

Change-Id: I11282cb2ebf73cb9c833e910367962339be0508a
This commit is contained in:
Gal Sagie 2015-03-22 18:25:18 +02:00
parent 932b76753b
commit 922a65c6c5
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ In OpenFlow these rules are called flows. To put this simply, the virtual router
Dragonflow eliminate the use of namespaces in contrast to the standard DVR, a diagram showing Dragonflow components and overall architecture can be seen here:
![Solution Overview](https://github.com/stackforge/dragonflow/blob/master/doc/images/df_components.jpg)
![Solution Overview](https://raw.githubusercontent.com/stackforge/dragonflow/master/doc/images/df_components.jpg)
Perhaps the most important part of the solution is the OpenFlow pipeline which we install into the integration bridge upon bootstrap.
This is the flow that controls all traffic in the OVS integration bridge `(br-int)`.
@ -37,7 +37,7 @@ The pipeline works in the following manner:
The following diagram shows the multi-table OpenFlow pipeline installed into the OVS integration bridge `(br-int)` in order to represent the virtual router using flows only:
![Openflow pipeline](https://github.com/stackforge/dragonflow/blob/master/doc/images/df_of_pipeline.jpg)
![Openflow pipeline](https://raw.githubusercontent.com/stackforge/dragonflow/master/doc/images/df_of_pipeline.jpg)
A detailed blog post describing the solution can be found Here_.