From: Patrick McHardy <kaber@trash.net>
To: Jan Engelhardt <jengelh@computergmbh.de>
Cc: Netfilter Developer Mailing List <netfilter-devel@vger.kernel.org>
Subject: Re: [PATCH] xt_owner
Date: Sat, 20 Oct 2007 17:52:55 +0200 [thread overview]
Message-ID: <471A2457.5030008@trash.net> (raw)
In-Reply-To: <Pine.LNX.4.64.0710201345230.1997@fbirervta.pbzchgretzou.qr>
Jan Engelhardt wrote:
> Convert ipt_owner to xt_owner, adding support for IPv6.
>
> +struct xt_owner_info {
> + u_int32_t uid;
> + u_int32_t gid;
> + u_int8_t match, invert;
> +};
Unfortunately this also breaks compatiblity, we currently have:
struct ipt_owner_info {
uid_t uid;
gid_t gid;
pid_t pid;
pid_t sid;
char comm[16];
u_int8_t match, invert; /* flags */
};
and
struct ip6t_owner_info {
uid_t uid;
gid_t gid;
pid_t pid;
pid_t sid;
u_int8_t match, invert; /* flags */
};
This is compatible with neither one.
prev parent reply other threads:[~2007-10-20 15:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-20 11:45 [PATCH] xt_owner Jan Engelhardt
2007-10-20 15:52 ` Patrick McHardy [this message]
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=471A2457.5030008@trash.net \
--to=kaber@trash.net \
--cc=jengelh@computergmbh.de \
--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 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.