mbox

[2/4] network: Support bridge mode for zones

Message ID 1483040254-15683-2-git-send-email-jonatan.schlag@ipfire.org
State Accepted
Commit 4aef53d50dd2152601bc88cc22157d3289206e38
Headers

Message

Jonatan Schlag Dec. 30, 2016, 6:37 a.m. UTC
  This bridge mode is supposed to be used for virtual environments
to create a network zone as a bridge and have virtual machines inside
it. Other physical interfaces can also be added to the bridge.

This is very similar to the MACVTAP bridge feature but still works
when the link of any (or all) physical interfaces is down.

Fixes: #11252

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
---
 config/udev/network-hotplug-macvtap | 100 ++++++++++++++++++++++++++++++------
 config/udev/network-hotplug-rename  |   4 ++
 2 files changed, 88 insertions(+), 16 deletions(-)