From: Simon Horman <horms@verge.net.au>
To: Ben Greear <greearb@candelatech.com>
Cc: NetDev <netdev@vger.kernel.org>,
Stephen Hemminger <shemminger@vyatta.com>
Subject: Re: RFC: Allow 'ip' to run in daemon mode?
Date: Thu, 1 Jul 2010 16:07:53 +0900 [thread overview]
Message-ID: <20100701070753.GA15216@verge.net.au> (raw)
In-Reply-To: <4C2A1291.7000203@candelatech.com>
On Tue, Jun 29, 2010 at 08:34:41AM -0700, Ben Greear wrote:
> I'm considering modifying 'ip' to be able to run in daemon
> mode so that I can do lots of IP commands without having to
> pay the startup cost of iproute.
>
> The -batch option almost works, but it's hard to programatically
> figure out failure codes.
>
> I'm thinking about making these changes:
>
> 1) Move all of the error printing code into common methods (basically,
> wrap printf). In daemon mode this text can be sent back to the
> calling process, and in normal mode, it will be printed to stdout/stderr
> as it is currently.
>
> 2) Remove all or most calls to 'exit' and instead return error codes
> to the calling logic.
>
> 3) Add ability to listen on a unix socket for commands, basically treat
> them just like batch commands, one command per packet.
>
> 4) Return well formatted error code and text response to calling process
> over the unix socket, maybe something like:
>
> RV: [errno or equiv, zero for success]\n
> CMD: [ command string this relates to ]\n
> [ Optional free form text ]
>
>
> Does something like this have any chance of upstream inclusion?
Hi Ben,
can't you achieve as much by omitting 3) and using stdio (cleanly)?
Or in other words, fix batch mode rather than adding another mode.
Or are you worried about backwards-compatibility?
next prev parent reply other threads:[~2010-07-01 7:07 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-29 15:34 RFC: Allow 'ip' to run in daemon mode? Ben Greear
2010-07-01 7:07 ` Simon Horman [this message]
2010-07-01 15:41 ` Ben Greear
2010-07-01 16:35 ` Stephen Hemminger
-- strict thread matches above, loose matches on Subject: below --
2010-06-30 7:00 Stephen Hemminger
2010-06-30 16:01 ` Ben Greear
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100701070753.GA15216@verge.net.au \
--to=horms@verge.net.au \
--cc=greearb@candelatech.com \
--cc=netdev@vger.kernel.org \
--cc=shemminger@vyatta.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.