Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 362575 | Differences between
and this patch

Collapse All | Expand All

(-)xen-4.1.1.orig//tools/hotplug/Linux/network-bridge (-1 / +1 lines)
Lines 216-222 Link Here
216
	return
216
	return
217
    fi
217
    fi
218
218
219
    if [ `brctl show | wc -l` != 1 ]; then
219
    if [ `brctl show | grep $netdev | wc -l` != 0 ]; then
220
        return
220
        return
221
    fi
221
    fi
222
222

Return to bug 362575