freebsd-dev/sys/dev/xen/netback
Roger Pau Monné 1b386f626f netback: fixes for netback
This patch contains the following fixes for netback:
 - Only unbind the evtchn if it has been bound.
 - Set xnb->bridge to NULL after free to prevent double-freeing it.
 - Set the MAC address for the host-facing interface to a dummy value.

Sponsored by: Citrix Systems R&D

dev/xen/netback/netback.c:
 - Prevent trying to unbind if the evtchn has not been bounded.
 - Prevent double-freeing xnb->bridge.
 - Set the MAC address of the host-facing interface to a dummy value,
   so it can work when the interface is added to a bridge.
2014-08-22 15:10:26 +00:00
..
netback_unit_tests.c Somehow fix LINT-NOIP. 2013-11-01 18:42:03 +00:00
netback.c netback: fixes for netback 2014-08-22 15:10:26 +00:00