diff options
author | Vishvananda Ishaya <vishvananda@gmail.com> | 2013-01-23 17:43:26 -0800 |
---|---|---|
committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2013-01-29 10:49:22 -0800 |
commit | 79653366177a02a476cfe170d8a3d89ce99e1ac0 (patch) | |
tree | 4560829c412f72bcedc80f8dbcd3c3495eebf67c /nova/utils.py | |
parent | 2e4154e120aef427f05216ff1d1abffe9053041c (diff) | |
download | nova-79653366177a02a476cfe170d8a3d89ce99e1ac0.tar.gz nova-79653366177a02a476cfe170d8a3d89ce99e1ac0.tar.xz nova-79653366177a02a476cfe170d8a3d89ce99e1ac0.zip |
Add option to control where bridges forward
This adds a new config option to control where bridges can forward.
The default behavior is unchanged, but if you specify:
forward_bridge_interface=foo
Then only traffic on the same bridge or going to and from the foo
interface will be allowed. This is useful in vlan mode when a
deployer doesn't want traffic to be routed between vlans. Note
that forward_bridge_interface can be specified multiple times and
should be specified once for each interface that supports floating
ips. i.e.:
forward_bridge_interface=eth0.10
forward_bridge_interface=eth0.20
DocImpact
Change-Id: I82d6b288b60cd6deae64690b55546730b1c2da55
Diffstat (limited to 'nova/utils.py')
0 files changed, 0 insertions, 0 deletions