Re: [PATCH iproute2] Add support for rt_tables.d

2015-11-23 Thread Stephen Hemminger
On Wed, 18 Nov 2015 11:03:20 -0800 David Ahern wrote: > Add support for reading table id/name mappings from rt_tables.d > directory. > > Signed-off-by: David Ahern > --- > lib/rt_names.c | 18 ++ > 1 file changed, 18 insertions(+) This is a useful concept, and I am for incorpo

[PATCH iproute2] Add support for rt_tables.d

2015-11-18 Thread David Ahern
Add support for reading table id/name mappings from rt_tables.d directory. Signed-off-by: David Ahern --- lib/rt_names.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/lib/rt_names.c b/lib/rt_names.c index e87c65dad39e..d835ff9c7ee0 100644 --- a/lib/rt_names.c +++ b/lib/