* [ebtables-compat-experimental5 PATCH] iptables/xtables-eb.c: delete extra 'policy' printf
@ 2014-11-17 11:09 Arturo Borrero Gonzalez
2014-11-17 11:55 ` Pablo Neira Ayuso
0 siblings, 1 reply; 2+ messages in thread
From: Arturo Borrero Gonzalez @ 2014-11-17 11:09 UTC (permalink / raw)
To: netfilter-devel; +Cc: pablo
This message doesn't exist in the original ebtables tool.
Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
---
iptables/xtables-eb.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/iptables/xtables-eb.c b/iptables/xtables-eb.c
index 99d930e..917bca2 100644
--- a/iptables/xtables-eb.c
+++ b/iptables/xtables-eb.c
@@ -670,7 +670,6 @@ handle_P:
for (i = 0; i < NUM_STANDARD_TARGETS; i++)
if (!strcmp(argv[optind], ebt_standard_targets[i])) {
policy = argv[optind];
- printf("policy: %s\n", policy);
if (-i-1 == EBT_CONTINUE)
xtables_error(PARAMETER_PROBLEM,
"Wrong policy '%s'",
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [ebtables-compat-experimental5 PATCH] iptables/xtables-eb.c: delete extra 'policy' printf
2014-11-17 11:09 [ebtables-compat-experimental5 PATCH] iptables/xtables-eb.c: delete extra 'policy' printf Arturo Borrero Gonzalez
@ 2014-11-17 11:55 ` Pablo Neira Ayuso
0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2014-11-17 11:55 UTC (permalink / raw)
To: Arturo Borrero Gonzalez; +Cc: netfilter-devel
On Mon, Nov 17, 2014 at 12:09:33PM +0100, Arturo Borrero Gonzalez wrote:
> This message doesn't exist in the original ebtables tool.
Applied to the ebtables-experimental branch, thanks Arturo.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-11-17 11:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-17 11:09 [ebtables-compat-experimental5 PATCH] iptables/xtables-eb.c: delete extra 'policy' printf Arturo Borrero Gonzalez
2014-11-17 11:55 ` Pablo Neira Ayuso
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).