search for: cc7626b

Displaying 1 result from an estimated 1 matches for "cc7626b".

2009 Jul 22
1
[PATCH][NODE] Cleanup old bridges when re-running o-c-networking
...es existing bridges named breth* Resolves rhbz#513062 Signed-off-by: Michael Burns <mburns at redhat.com> --- scripts/ovirt-config-networking | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/scripts/ovirt-config-networking b/scripts/ovirt-config-networking index cc7626b..837d493 100755 --- a/scripts/ovirt-config-networking +++ b/scripts/ovirt-config-networking @@ -515,5 +515,10 @@ stop_log if [ "$net_configured" = 1 ]; then service network stop > /dev/null 2>&1 + for i in `brctl show | grep breth | awk '{print $1}'` + do +...