ifenslave: sync code with 2.6.36, bumprev.
This commit is contained in:
parent
14bb83968d
commit
2fdfe60593
2 changed files with 2 additions and 1 deletions
|
@ -756,7 +756,7 @@ static int enslave(char *master_ifname, char *slave_ifname)
|
|||
*/
|
||||
if (abi_ver < 1) {
|
||||
/* 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);
|
||||
if (res) {
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'ifenslave'
|
||||
pkgname=ifenslave
|
||||
version=1.1.0
|
||||
revision=1
|
||||
build_style=custom-install
|
||||
short_desc="Attach and detach slave interfaces to a bonding device"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
Loading…
Reference in a new issue