All of lore.kernel.org
 help / color / mirror / Atom feed
* arbitary length matchinfo
@ 2005-04-15 11:32 Juha Heljoranta
  2005-04-15 15:23 ` Henrik Nordstrom
  2005-04-15 15:55 ` Harald Welte
  0 siblings, 2 replies; 3+ messages in thread
From: Juha Heljoranta @ 2005-04-15 11:32 UTC (permalink / raw)
  To: netfilter-devel

Is it possible to create arbitary length matchinfo? I couldn't find any
info on this.

What I want is an path:

	struct ipt_foo_info {
		char *path;
	}

maximum path length in Linux is 4096 and doing

	struct ipt_foo_info {
		char path[4096];
	}

is bit crazy.

Regards,
Juha Heljoranta

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

end of thread, other threads:[~2005-04-15 15:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-15 11:32 arbitary length matchinfo Juha Heljoranta
2005-04-15 15:23 ` Henrik Nordstrom
2005-04-15 15:55 ` Harald Welte

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.