From: Li Wei <lw@cn.fujitsu.com>
To: Nick Alcock <nick.alcock@oracle.com>
Cc: netdev@vger.kernel.org, Stephen Hemminger <shemminger@vyatta.com>
Subject: Re: [PATCH iproute2] Install the bridge command under the same name we build it.
Date: Mon, 06 Aug 2012 09:51:13 +0800 [thread overview]
Message-ID: <501F2311.8070708@cn.fujitsu.com> (raw)
In-Reply-To: <87ehnmiv1m.fsf@spindle.srvr.nix>
On 08/04/2012 10:36 PM, Nick Alcock wrote:
>
> Signed-off-by: Nick Alcock <nick.alcock@oracle.com>
> ---
> bridge/Makefile | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/bridge/Makefile b/bridge/Makefile
> index 0c333bf..9a6743e 100644
> --- a/bridge/Makefile
> +++ b/bridge/Makefile
> @@ -7,8 +7,8 @@ all: bridge
> bridge: $(BROBJ) $(LIBNETLINK)
>
> install: all
> - install -m 0755 br $(DESTDIR)$(SBINDIR)
> + install -m 0755 bridge $(DESTDIR)$(SBINDIR)
>
> clean:
> - rm -f $(BROBJ) br
> + rm -f $(BROBJ) bridge
>
Hi Nick,
To post a patch for iproute2, you should send it to
Stephen Hemminger <shemminger@vyatta.com> who is the maintainer of iproute2.
Stephen, I also noticed this problem and thought should ask you for the final
name of the brige extension. Personally I prefer br, it is short and
distingushable enough.
Thanks.
next prev parent reply other threads:[~2012-08-06 1:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-04 14:36 [PATCH iproute2] Install the bridge command under the same name we build it Nick Alcock
2012-08-06 1:51 ` Li Wei [this message]
2012-08-13 15:04 ` Stephen Hemminger
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=501F2311.8070708@cn.fujitsu.com \
--to=lw@cn.fujitsu.com \
--cc=netdev@vger.kernel.org \
--cc=nick.alcock@oracle.com \
--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.