Re: [PATCH iproute2] vrf: Add support for table names

2015-12-10 Thread Stephen Hemminger
On Tue, 8 Dec 2015 12:24:44 -0800 David Ahern wrote: > Currently, the table id for VRF devices requires an integer. Convert > it to use rtnl_rttable_a2n which handles table names from the iproute2 > directory. > > This also fixes a bug in the original commit where

[PATCH iproute2] vrf: Add support for table names

2015-12-08 Thread David Ahern
Currently, the table id for VRF devices requires an integer. Convert it to use rtnl_rttable_a2n which handles table names from the iproute2 directory. This also fixes a bug in the original commit where table name are not properly handled. Fixes: 15faa0a30bed ("add support for VRF device")