neutron/doc/source/devref/linuxbridge_agent.rst
John Davidge d8d41ae5d6 Fix broken links in devref
Change-Id: I42b58963125166763afeb46e5c4575b9913c867a
Closes-Bug: #1656127
2017-01-13 21:17:36 +00:00

2.0 KiB

L2 Networking with Linux Bridge

This Agent uses the Linux Bridge to provide L2 connectivity for VM instances running on the compute node to the public network. A graphical illustration of the deployment can be found in Networking Guide

In most common deployments, there is a compute and a network node. On both the compute and the network node, the Linux Bridge Agent will manage virtual switches, connectivity among them, and interaction via virtual ports with other network components such as namespaces and underlying interfaces. Additionally, on the compute node, the Linux Bridge Agent will manage security groups.

Three use cases and their packet flow are documented as follows:

  1. Linux Bridge: Provider networks
  2. Linux Bridge: Self-service networks
  3. Linux Bridge: High availability using VRRP