Re: [PATCH net-next v3 5/5] net-next: dsa: add dsa support for Mediatek MT7530 switch

2017-05-24 Thread Andrey Jr. Melnikov
In gmane.linux.kernel sean.w...@mediatek.com wrote: > From: Sean Wang > MT7530 is a 7-ports Gigabit Ethernet Switch that could be found on > Mediatek router platforms such as MT7623A or MT7623N platform which > includes 7-port Gigabit Ethernet MAC and 5-port Gigabit

Re: [PATCH net-next] net: ipv6: put autoconf routes into per-interface tables

2017-01-10 Thread Andrey Jr. Melnikov
David Ahern wrote: > On 1/9/17 8:30 PM, Lorenzo Colitti wrote: > > On Tue, Jan 10, 2017 at 12:04 PM, David Ahern > > wrote: > >>> I have no firsthand experience of this myself, but if the problems > >>> that Andrey reports above in this thread

Re: [PATCH net-next] net: ipv6: put autoconf routes into per-interface tables

2017-01-09 Thread Andrey Jr. Melnikov
David Ahern wrote: > On 1/6/17 8:30 AM, Lorenzo Colitti wrote: > > This patch adds a per-interface sysctl to have the kernel put > > autoconf routes into different tables. This allows each interface > > to have its own routing table if desired. Choosing the default > >

[PATCH] iproute: disallow ip rule del without parameters

2016-08-24 Thread Andrey Jr. Melnikov
Disallow run `ip rule del` without any parameter to avoid delete any first rule from table. Signed-off-by: Andrey Jr. Melnikov <temnota...@gmail.com> --- diff --git a/ip/iprule.c b/ip/iprule.c index 8f24206..70562c5 100644 --- a/ip/iprule.c +++ b/ip/iprule.c @@ -346,6 +346,11 @@ stat