#!/bin/sh
###### Bond ethernet channels:
/bin/rm -f /etc/sysconfig/network-scripts/ifcfg-bond*
/bin/rm -f /etc/sysconfig/network-scripts/ifcfg-eth*
/bin/cp /etc/sysconfig/network-scripts/SEPARATE/* /etc/sysconfig/network-scripts
/sbin/rmmod bonding
/sbin/rmmod 8139too
