There are two places that SSL will need to be configured if SSL is to be used between the controller and the Open vSwtich. The instructions below assu...
分类:
其他好文 时间:
2014-06-21 15:30:08
阅读次数:
161
这一节我们来分析Mirror Mirror就是配置一个bridge,将某些包发给指定的mirrored ports 对于包的选择: select_all,所有的包 select_dst_port select_src_port select_vlan 对于指定的目的: output_port (SP...
分类:
其他好文 时间:
2014-06-21 15:32:53
阅读次数:
227
1.顺序容器的类型顺序容器:vector 支持快速随机访问list 支持快速插入/删除deque 双端队列顺序容器适配器:stack 后进先出(LIFO)栈queue 先进先出(FIFO)队列priority_queue 有优先级管理的队列
分类:
其他好文 时间:
2014-06-21 15:31:26
阅读次数:
235
With network virtualization, the software switches (such as Open vSwitch) on the servers act like the edge switches. So, to gain insights into the net...
分类:
Web程序 时间:
2014-06-21 15:34:13
阅读次数:
324
可以通过该方法来实现程序插件化。假设A,B两个类,A类为宿主,B类为插件需要加载到A类中:class Program{ public interface IHellow { void Hellow(); } static void Main(string[] a...
分类:
其他好文 时间:
2014-06-21 15:35:29
阅读次数:
189
Posted in Linux Kernel at November 8th, 2012 / 1 Comment » 我以前写过一篇介绍 tunnel 的文章,只是做了大体的介绍。里面多数 tunnel 是很容易理解的,因为它们多是一对一的,换句话说,是直接从一端到另一端。比如 IPv6 over ...
分类:
其他好文 时间:
2014-06-21 15:36:55
阅读次数:
210
自用备份: 1 [rhel-packages] 2 name=packages 3 baseurl=http://172.26.1.84:8080/ 4 enabled=1 5 gpgcheck=0 6 7 [rhel-server] 8 name=server 9 baseurl=http://....
分类:
其他好文 时间:
2014-06-21 15:38:20
阅读次数:
233
1. Introduction HTB is meant as a more understandable, intuitive and faster replacement for the CBQ qdisc in Linux. Both CBQ and HTB help you to contr...
分类:
系统相关 时间:
2014-06-21 15:40:55
阅读次数:
416
下划线属性:text-decoration: underline;点击查看
分类:
其他好文 时间:
2014-06-21 15:39:37
阅读次数:
187
http://skywalkersoftwaredevelopment.net/blog/writing-an-orchard-webshop-module-from-scratch-part-8定义内容类型 Customer 1.创建CustomerPartRecord 2.创建Custome.....
分类:
其他好文 时间:
2014-06-21 15:42:22
阅读次数:
247
第一种:在使用主题的时候出现 控件包含代码块(即 ),因此无法修改控件集合错误,原来错误的原因是:控件包含代码块(即 ),因此无法修改控件集合。 将这些代码去掉,相应的功能在代码中实现即可。造成这个错误的原因是:在里面,使用了类似这样的代码,把Head中使用的的脚本放到body中,就OK了.Sour...
分类:
其他好文 时间:
2014-06-21 15:43:42
阅读次数:
191
List of OpenFlow Software Projects (that I know of) http://yuba.stanford.edu/~casado/of-sw.html (I am trying to keep a running list of all OpenFlow-re...
分类:
其他好文 时间:
2014-06-21 15:44:58
阅读次数:
323
static int MthDiff1(date d1, date d2){ int daysDiff = d1 - d2 - 1; if (daysDiff >= 0) return (year(num2date(daysDiff)) - 1900)*12 + mthofyr(num2dat...
分类:
其他好文 时间:
2014-06-21 15:46:24
阅读次数:
171
Posted in Linux Application at November 13th, 2012 如果你是用 openvswitch 内置的 GRE tunnel,那么配置很简单,基本上就一条命令: ovs-vsctl add-port br0 gre0 -- set interface gre...
分类:
其他好文 时间:
2014-06-21 15:49:06
阅读次数:
305
封装自己的元素获取方法,使元素获取变得简便注意:1、应该要防止定义的被重写,可将同名的重新定义 2、可将封装的对象置为全局对象,方便使用通过id查找单个元素封装方式://通过id查找单个元素(function (document){ //防止覆盖 var _overwrite = ...
分类:
其他好文 时间:
2014-06-21 15:47:49
阅读次数:
171
FilePath folder = "E:\\NewFolder1"; FilePath filePath; container fileInfo; int fileHandle; FileName _FileName; ; _FileName = folder; fileP...
场景: 创建一个Virtual Switch,支持VLAN,支持MAC-Learning 包含下面四个Port: P1, truck port P2, VLAN 20 P3, P4 VLAN 30 包含五个flow table: Table 0: Admission control. Table 1...
分类:
其他好文 时间:
2014-06-21 15:51:51
阅读次数:
295