• R
    bridge driver: extract platform specifics · 4ac708f2
    Roman Bogorodskiy 提交于
    * Move platform specific things (e.g. firewalling and route
      collision checks) into bridge_driver_platform
    * Create two platform specific implementations:
        - bridge_driver_linux: Linux implementation using iptables,
          it's actually the code moved from bridge_driver.c
        - bridge_driver_nop: dumb implementation that does nothing
    Signed-off-by: NEric Blake <eblake@redhat.com>
    4ac708f2
bridge_driver.c 136.5 KB