lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 2 Dec 2013 23:54:56 -0800
From:	Stephen Hemminger <stephen@...workplumber.org>
To:	Scott Feldman <sfeldma@...ulusnetworks.com>
Cc:	netdev@...r.kernel.org, shm@...ulusnetworks.com
Subject: Re: [PATCH iproute2] Add more supoprt for bonding netlink
 attributes

On Thu, 07 Nov 2013 02:36:09 -0800
Scott Feldman <sfeldma@...ulusnetworks.com> wrote:

> Add get/set support for the following bonding attributes:
> 
> miimon
> updelay
> downdelay
> use_carrier
> arp_interval
> arp_ip_target
> arp_validate
> arp_all_targets
> 
> Signed-off-by: Scott Feldman <sfeldma@...ulusnetworks.com>
> ---
>  include/linux/if_link.h |    8 +++
>  ip/iplink_bond.c        |  134 ++++++++++++++++++++++++++++++++++++++++++++++-
>  2 files changed, 140 insertions(+), 2 deletions(-)
> 
> diff --git a/include/linux/if_link.h b/include/linux/if_link.h
> index a485920..69e0353 100644
> --- a/include/linux/if_link.h
> +++ b/include/linux/if_link.h
> @@ -329,6 +329,14 @@ enum {
>  	IFLA_BOND_UNSPEC,
>  	IFLA_BOND_MODE,
>  	IFLA_BOND_ACTIVE_SLAVE,
> +        IFLA_BOND_MIIMON,
> +        IFLA_BOND_UPDELAY,
> +        IFLA_BOND_DOWNDELAY,
> +        IFLA_BOND_USE_CARRIER,
> +        IFLA_BOND_ARP_INTERVAL,
> +        IFLA_BOND_ARP_IP_TARGET,
> +        IFLA_BOND_ARP_VALIDATE,
> +        IFLA_BOND_ARP_ALL_TARGETS,
>  	__IFLA_BOND_MAX,
>  };
>  

Since these header file patches are not even in net-next. Please resubmit when
net-next reopens and the kernel part is done.

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ