https://docs.openstack.org/newton/networking-guide/deploy-ovs-ha-dvr.html
On the compute node containing the instance, verify creation of the fip namespace with the same ID as the provider network.
# ip netns
fip-4bfa3075-b4b2-4f7d-b88e-df1113942d43
On each compute node, verify creation of a qrouter namespace with the same ID.
Compute node 1:
# ip netns
qrouter-78d2f628-137c-4f26-a257-25fc20f203c1
Compute node 2:
# ip netns
qrouter-78d2f628-137c-4f26-a257-25fc20f203c1
On the network node, verify creation of the snat and qrouter namespaces with the same ID.
# ip netns
snat-78d2f628-137c-4f26-a257-25fc20f203c1
qrouter-78d2f628-137c-4f26-a257-25fc20f203c1
https://www.cnblogs.com/embedded-linux/p/10200831.html
管理外部网络和浮动IP地址
https://www.ibm.com/support/knowledgecenter/en/SST55W_4.2.0/liaca/liaca_manage_floating_ip.html
OpenStack网络基础知识: OpenvSwitch使用指南
http://fishcried.com/2016-02-09/openvswitch-ops-guide/
https://www.ibm.com/developerworks/cn/cloud/library/1401_zhaoyi_openswitch/index.html
https://wiki.openstack.org/wiki/Ovs-flow-logic#OVS_flows_logic_with_local_ARP_responder
Linux系列—策略路由、ip rule、ip route(重复路由生效问题)
https://www.cnblogs.com/wanstack/p/7728785.html
重复路由,查看哪个生效。用ip route get xxx看下
原文地址:https://www.cnblogs.com/liuhongru/p/10997106.html