Re: [PATCH iproute2-next] ip: bond: add peer notification delay support

2019-07-10 Thread David Ahern
On 7/7/19 11:51 AM, Vincent Bernat wrote: > Ability to tweak the delay between gratuitous ND/ARP packets has been > added in kernel commit 07a4ddec3ce9 ("bonding: add an option to > specify a delay between peer notifications"), through > IFLA_BOND_PEER_NOTIF_DELAY attribute. Add support to set and

Re: [PATCH iproute2-next] ip: bond: add peer notification delay support

2019-07-07 Thread Vincent Bernat
❦ 7 juillet 2019 11:40 -07, Stephen Hemminger : > Looks good. I notice that all these flags don't show up in any man > page. Yes, "bond type" is not described at all in the manual page. I'll come with a patch. -- Your manuscript is both good and original, but the part that is good is not origi

Re: [PATCH iproute2-next] ip: bond: add peer notification delay support

2019-07-07 Thread Stephen Hemminger
On Sun, 7 Jul 2019 19:51:15 +0200 Vincent Bernat wrote: > Ability to tweak the delay between gratuitous ND/ARP packets has been > added in kernel commit 07a4ddec3ce9 ("bonding: add an option to > specify a delay between peer notifications"), through > IFLA_BOND_PEER_NOTIF_DELAY attribute. Add su

[PATCH iproute2-next] ip: bond: add peer notification delay support

2019-07-07 Thread Vincent Bernat
Ability to tweak the delay between gratuitous ND/ARP packets has been added in kernel commit 07a4ddec3ce9 ("bonding: add an option to specify a delay between peer notifications"), through IFLA_BOND_PEER_NOTIF_DELAY attribute. Add support to set and show this value. Example: $ ip -d link set b

Re: [PATCH iproute2-next] ip: bond: add peer notification delay support

2019-07-07 Thread Stephen Hemminger
On Sat, 6 Jul 2019 23:11:45 +0200 Vincent Bernat wrote: > Ability to tweak the delay between gratuitous ND/ARP packets has been > added in kernel commit 07a4ddec3ce9 ("bonding: add an option to > specify a delay between peer notifications"), through > IFLA_BOND_PEER_NOTIF_DELAY attribute. Add su

[PATCH iproute2-next] ip: bond: add peer notification delay support

2019-07-06 Thread Vincent Bernat
Ability to tweak the delay between gratuitous ND/ARP packets has been added in kernel commit 07a4ddec3ce9 ("bonding: add an option to specify a delay between peer notifications"), through IFLA_BOND_PEER_NOTIF_DELAY attribute. Add support to set and show this value. Example: $ ip -d link set b