Skip to content

Commit

Permalink
Add more details on how dvr is implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
yeasy committed Jun 29, 2015
1 parent add8434 commit 0b56c43
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
感谢所有的 [贡献者](https://github.com/yeasy/openstack_understand_Neutron/graphs/contributors)

## 更新历史:
* V0.9: 2015-06-29
* 添加对 DVR 更多细节分析。
* V0.8: 2015-03-24
* 添加 LBaaS 服务分析;
* V0.7: 2015-03-23
Expand Down
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
* [网络节点](dvr/network_node.md)
* [计算节点](dvr/compute_node.md)
* [配置](dvr/config.md)
* [实现细节](dvr/implementation.md)
* [工具](tool/README.md)
* [easyOVS](tool/easyovs.md)
* [参考](ref/README.md)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/dvr_VM-Port-Create-Flow-with-DVR.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/dvr_VM-Port-Delete-Flow-with-DVR.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions dvr/implementation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## 实现细节

### 添加路由器接口
![](../_images/dvr_Router-add-interface-flow-that-triggers-different-Plugins-agents.png)


### 删除路由器接口
![](../_images/dvr_Router-interface-delete-Flow-that-triggers-different-Plugin-Agent.png)


### 启动新的虚拟机节点
![](../_images/dvr_VM-Port-Create-Flow-with-DVR.png)

### 删除虚拟机节点
![](../_images/dvr_VM-Port-Delete-Flow-with-DVR.png)

0 comments on commit 0b56c43

Please sign in to comment.