[Toybox] - Add route

Ashwini Sharma ak.ashwini at gmail.com
Sat Sep 7 17:59:55 PDT 2013


On Sat, Sep 7, 2013 at 11:47 PM, Isaac <ibid.ag at gmail.com> wrote:

> On Mon, Sep 02, 2013 at 11:15:14AM +0900, Ashwini Sharma wrote:
> > HI Rob & list,
> >
> >   Attached is the patch for _route_ command. It does display, add and del
> > functions for routing tables.
> > Have a look at it.
> >
> > regards,
> > Ashwini Kumar
>
> OK, I took a quick look through it.
> First, thanks for doing route.
>
> I note that show_route_help is identical to show_help() apart from the
> error message.  That's probably not needed.
>

Didn't use show_help(), as this doesn't exit whereas an exit is intended
for route.
may be show_help() can be updated to do that.


> Now...
> Hmm, there's an else if (!strcmp) ladder.
> It could be reduced to a switch if we take
> *argv[0]<<16 + *argv[1]<<8 + *argv[2]
>

didn't get your logic here, may be a little more detail can help.


>
> And the help could use a little modification to make it more commonly
> understandable:
> route [-ne] [-A inet | inet6] [add target | del target]
> ...
> -A inet(6)  Select...
> (note one space between the option and its parameter,
> but two between the parameter and the explanation)
>

Yes, help message can be updated to the one suggested.


> The rest I don't understand well enough to comment on.
>
> Thanks,
> Isaac Dunham
>

Thanks,
Ashwini Kumar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.landley.net/pipermail/toybox-landley.net/attachments/20130908/2f627759/attachment-0005.htm>


More information about the Toybox mailing list