ifenslave: sync code with 2.6.36, bumprev.

This commit is contained in:
Juan RP 2010-10-24 08:25:25 +02:00
parent 14bb83968d
commit 2fdfe60593
2 changed files with 2 additions and 1 deletions

View file

@ -756,7 +756,7 @@ static int enslave(char *master_ifname, char *slave_ifname)
*/ */
if (abi_ver < 1) { if (abi_ver < 1) {
/* For old ABI, the master needs to be /* For old ABI, the master needs to be
* down before setting it's hwaddr * down before setting its hwaddr
*/ */
res = set_if_down(master_ifname, master_flags.ifr_flags); res = set_if_down(master_ifname, master_flags.ifr_flags);
if (res) { if (res) {

View file

@ -1,6 +1,7 @@
# Template file for 'ifenslave' # Template file for 'ifenslave'
pkgname=ifenslave pkgname=ifenslave
version=1.1.0 version=1.1.0
revision=1
build_style=custom-install build_style=custom-install
short_desc="Attach and detach slave interfaces to a bonding device" short_desc="Attach and detach slave interfaces to a bonding device"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"