From: Peter Volkov <pva@gentoo.org>
To: Bart De Schuymer <bdschuym@pandora.be>
Cc: ebtables-devel@lists.sourceforge.net,
Netfilter Development Mailinglist
<netfilter-devel@vger.kernel.org>
Subject: Re: [patch] arptables: some patches from debian
Date: Thu, 14 Oct 2010 19:37:32 +0400 [thread overview]
Message-ID: <1287070653.28231.11.camel@tablet> (raw)
In-Reply-To: <4CB0BFE5.7070201@pandora.be>
[-- Attachment #1: Type: text/plain, Size: 1310 bytes --]
Hi Bart. Thank you for review/applying patches. Could you also apply
attached patch to fix not respecting LDFLAGS issue (very similar to one
I've sent you long time ago for ebtables :) )
--
Peter.
В Сбт, 09/10/2010 в 21:17 +0200, Bart De Schuymer пишет:
> Hello Peter,
>
> Patch 2 and 3 are committed.
> For the '*' part of patch 1 I'd rather remove the -v usage in
> arptables-restore. This will require fixing the reason why -v is used in
> the first place. I wasn't aware this is due to a bug: the -i and -o
> interfaces aren't printed unless -v is specified. I'll look into this.
>
> cheers,
> Bart
>
> On 09-10-10 15:17, Peter Volkov wrote:
> > Hi again. What is the best way to contact arptables developers? My
> > previous patch was left without attention, should I resend it? In
> > attachment there are three fixes from debian:
> >
> > 1. arptables_save patch makes arp_tables don't resolve host names and
> > don't convert '*' interface names to any. Remove '*' interface names.
> > 2. manpage patch removes old version from man page
> > 3. is a patch from Jeroen van Wolffelaar to make arptables --proto-type
> > also accept hexadecimal inputs (ethernet protocol numbers are often
> > specfied in hex, not decimal), using standard strtol() behaviour (hex
> > iff starts with 0x).
[-- Attachment #2: arptables-0.0.3.4-ldflags.patch --]
[-- Type: text/x-patch, Size: 372 bytes --]
=== modified file 'Makefile'
--- Makefile 2010-09-15 11:51:49 +0000
+++ Makefile 2010-09-15 11:52:56 +0000
@@ -31,7 +31,7 @@
$(CC) $(CFLAGS) -c -o $@ $<
arptables: arptables-standalone.o arptables.o libarptc/libarptc.o $(EXT_OBJS)
- $(CC) $(CFLAGS) -o $@ $^
+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^
$(DESTDIR)$(MANDIR)/man8/arptables.8: arptables.8
mkdir -p $(@D)
next prev parent reply other threads:[~2010-10-14 15:37 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-15 13:48 [patch] arptables respect LDFLAGS Peter Volkov
2010-10-09 13:17 ` [patch] arptables: some patches from debian Peter Volkov
2010-10-09 19:17 ` Bart De Schuymer
2010-10-14 15:37 ` Peter Volkov [this message]
2010-10-24 17:10 ` Bart De Schuymer
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=1287070653.28231.11.camel@tablet \
--to=pva@gentoo.org \
--cc=bdschuym@pandora.be \
--cc=ebtables-devel@lists.sourceforge.net \
--cc=netfilter-devel@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).