All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] please kill santa-claus
@ 2006-06-30 15:38 Pierre-Yves Ritschard
  2006-07-05 15:33 ` Patrick McHardy
  0 siblings, 1 reply; 4+ messages in thread
From: Pierre-Yves Ritschard @ 2006-06-30 15:38 UTC (permalink / raw)
  To: netfilter-devel

Hi,

While running our home-brewed firewall scripts the output was broken by
a weird message spewed by the libipt_iprange extension:
	"hoho" (sic)
I wonder why that is, it seems not too many people noticed or use
src-range inversion which is the feature that triggers this friendly yet
surprising message.
If there's a specific reason (which I haven't found in TFA or google)
please let me know, otherwise please consider this one-liner:

--- extensions/libipt_iprange.c.orig    Fri Jun 30 17:34:05 2006
+++ extensions/libipt_iprange.c Fri Jun 30 17:34:21 2006
@@ -73,7 +73,6 @@
                check_inverse(optarg, &invert, &optind, 0);
                if (invert) {
                        info->flags |= IPRANGE_SRC_INV;
-                       printf("hoho\n");
                }
                parse_iprange(optarg, &info->src);              
 

Thanks for your time,
pyr

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-07-09 14:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-30 15:38 [PATCH] please kill santa-claus Pierre-Yves Ritschard
2006-07-05 15:33 ` Patrick McHardy
2006-07-05 15:49   ` Pablo Neira Ayuso
2006-07-09 14:48     ` Jozsef Kadlecsik

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.