From: Stephen Hemminger <stephen@networkplumber.org>
To: Giuseppe Longo <giuseppelng@gmail.com>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [iptables 3/3] nft-shared: make compare_matches as public
Date: Fri, 7 Mar 2014 12:28:33 -0800 [thread overview]
Message-ID: <20140307122833.0f01646c@nehalam.linuxnetplumber.net> (raw)
In-Reply-To: <1394220805-18021-4-git-send-email-giuseppelng@gmail.com>
On Fri, 7 Mar 2014 20:33:25 +0100
Giuseppe Longo <giuseppelng@gmail.com> wrote:
> +bool compare_matches(struct xtables_rule_match *mt1,
> + struct xtables_rule_match *mt2)
any function exposed as global should have a name that uses
a prefix, something like nft_compare_matches or xt_compare_matches
The kernel is linked as single C application and this avoids future
name conflicts.
next prev parent reply other threads:[~2014-03-07 20:28 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-07 19:33 [iptables 0/3] ebtables patchset Giuseppe Longo
2014-03-07 19:33 ` [iptables 1/3] xtables: bootstrap xtables-eb for nftables Giuseppe Longo
2014-03-07 19:33 ` [iptables 2/3] Operations for bridge family Giuseppe Longo
2014-03-07 19:33 ` [iptables 3/3] nft-shared: make compare_matches as public Giuseppe Longo
2014-03-07 20:28 ` Stephen Hemminger [this message]
2014-03-10 10:50 ` [iptables 0/3] ebtables patchset Tomasz Bursztyka
2014-03-24 15:09 ` Pablo Neira Ayuso
2014-03-24 15:26 ` Giuseppe Longo
2014-03-25 7:40 ` Tomasz Bursztyka
2014-03-25 11:37 ` Tomasz Bursztyka
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=20140307122833.0f01646c@nehalam.linuxnetplumber.net \
--to=stephen@networkplumber.org \
--cc=giuseppelng@gmail.com \
--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.