All of lore.kernel.org
 help / color / mirror / Atom feed
From: Juha Heljoranta <juha.heljoranta@evtek.fi>
To: netfilter-devel <netfilter-devel@lists.netfilter.org>
Subject: arbitary length matchinfo
Date: Fri, 15 Apr 2005 14:32:08 +0300	[thread overview]
Message-ID: <425FA638.5010601@evtek.fi> (raw)

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

             reply	other threads:[~2005-04-15 11:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-15 11:32 Juha Heljoranta [this message]
2005-04-15 15:23 ` arbitary length matchinfo Henrik Nordstrom
2005-04-15 15:55 ` Harald Welte

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=425FA638.5010601@evtek.fi \
    --to=juha.heljoranta@evtek.fi \
    --cc=netfilter-devel@lists.netfilter.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 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.