Re: [PATCH iproute2] ip rule: Add support for l3mdev rules

2016-06-14 Thread Stephen Hemminger
On Fri, 10 Jun 2016 10:47:17 -0700 David Ahern wrote: > Kernel commit 96c63fa7393d ("net: Add l3mdev rule") added support for > the FRA_L3MDEV attribute. The attribute enables use of l3mdev rules > which mean 'get table id from l3 master device'. This patch adds >

[PATCH iproute2] ip rule: Add support for l3mdev rules

2016-06-10 Thread David Ahern
Kernel commit 96c63fa7393d ("net: Add l3mdev rule") added support for the FRA_L3MDEV attribute. The attribute enables use of l3mdev rules which mean 'get table id from l3 master device'. This patch adds support to iproute2 to show, add and delete rules with this attribute. Signed-off-by: David