Re: [Toybox] [PATCH] Fix address family help text

2020-05-17 Thread Eric Molitor
Welcome, sorry for the odd 4th patch. Merging IPv6 support into display_routes was easier than I thought so squeezed that last patch in before calling it a day. There are a few todo items and a bit of cleanup but I wanted to get this in front of you before continuing to work on it. - Eric On

Re: [Toybox] [PATCH] Fix address family help text

2020-05-17 Thread Rob Landley
On 5/17/20 5:08 AM, Eric Molitor wrote: > I'll send over another set of changes shortly that refactors display_routes to > use netlink. The changes will probably be controversial as they increase code > size a bit but were useful for me to understand rtnetlink a bit better. They > also setup

Re: [Toybox] [PATCH] Fix address family help text

2020-05-16 Thread Rob Landley
On 5/16/20 5:39 AM, Eric Molitor wrote: > --- > toys/pending/route.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/toys/pending/route.c b/toys/pending/route.c > index 1fd3b55f..b4e7ea0d 100644 > --- a/toys/pending/route.c > +++ b/toys/pending/route.c > @@ -17,7 +17,7

[Toybox] [PATCH] Fix address family help text

2020-05-16 Thread Eric Molitor
--- toys/pending/route.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toys/pending/route.c b/toys/pending/route.c index 1fd3b55f..b4e7ea0d 100644 --- a/toys/pending/route.c +++ b/toys/pending/route.c @@ -17,7 +17,7 @@ config ROUTE bool "route" default n help -