作者:张华 发表于:2016-05-21版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本版权声明( http://blog.csdn.net/quqi99 )代码VMWare NSX使用OVS STT隧道,OVS是支持STT隧道,但是Neutron还不支持。所以我rebase了社区一个废弃很久的代码想测试一下TSO/GSO对其的影响(冲突很多,改动还有点大,代码见附...
分类:
其他好文 时间:
2016-05-22 12:24:40
阅读次数:
1459
1、Netfilter与iptables关系
Netfilter:
http://www.netfilter.org/:
Netfilter is a framework provided by the Linux kernel that allows various networking-related operations to be
implemented in the form of customized handlers.
Netfilter offers...
分类:
移动开发 时间:
2016-05-22 12:15:42
阅读次数:
318
1.修改主机名 vim /etc/sysconfig/network NETWORKING=yes HOSTNAME=itcast01 ### 2.修改IP(改成静态IP) 修改配置文件方式 vim /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE="... ...
分类:
系统相关 时间:
2016-05-21 01:25:10
阅读次数:
245
linuxbridge是和linuxbridge plugin匹配的core agent,主要实现L2层的功能和security group的功能。security group的功能逐渐会被neutron firewall取代。 linuxbridge的启动命令在linuxbridge_neutro ...
分类:
系统相关 时间:
2016-05-19 11:52:46
阅读次数:
416
继续《nova boot代码流程分析(三):nova与neutron的交互(1)》的分析。
#/nova/virt/libvirt/driver.py:LibvirtDriver
# NOTE(ilyaalekseyev): Implementation like in multinics
# for xenapi(tr3buchet)
def spawn(self, c...
分类:
其他好文 时间:
2016-05-18 19:20:04
阅读次数:
217
1.neutron dhcp3个主要部件分别为什么?2.dhcp模块包含哪些内容?3.Dnsmasq配置文件是如何创建和更新的?4.DHCP agent的信息存放在neutron数据库的哪个表中?扩展: neutron-dhcp-agent在neutron的作用是什么?一.概述 neutron dh ...
分类:
其他好文 时间:
2016-05-18 10:29:54
阅读次数:
184
在/etc/profile.d/简历oracle.sh 内容如下在NLS_LANG设置编码 然后修改 /etc/init.d/php-fpm 在头部增加 . /etc/init.d/functions. /etc/profile.d/oracle.sh # Check that networking ...
分类:
数据库 时间:
2016-05-16 14:30:02
阅读次数:
218
The goal of this document is to provide an umbrella blueprint defining how to add support for VPC in Openstack. A VPC is defined as an entity providin ...
分类:
其他好文 时间:
2016-05-16 10:42:10
阅读次数:
211
Neutron API中大多的resource都需要quota limits。 Neutron API暴露出一个extension 来管理quota,Quota limits are enforced at the API layer, Plugin and ML2 drivers唯一例外是subn ...
分类:
其他好文 时间:
2016-05-13 18:48:25
阅读次数:
195