netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Jan Engelhardt <jengelh@medozas.de>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [PATCH 3/3] build: support compilation on non-Linuxes
Date: Wed, 09 Mar 2011 14:53:03 +0100	[thread overview]
Message-ID: <4D77863F.5080405@netfilter.org> (raw)
In-Reply-To: <1299328292-4469-4-git-send-email-jengelh@medozas.de>

On 05/03/11 13:31, Jan Engelhardt wrote:
> Netlink is a usable TLV protocol for IPC (e.g. over AF_LOCAL sockets)
> in itself even if other operating systems do not have kernel support
> for it.
> This tested on FreeBSD 8.2.

Interesting, I'll apply some example file to the tree if you have it.

One comment:

> ---
>  configure.ac                    |   13 ++--
>  include/generic/linux/netlink.h |  152 +++++++++++++++++++++++++++++++++++++++

This duplicates the header that it's in include/linux/netlink.h, the
only difference that I see at a quick glance is:

+#ifndef AF_NETLINK
+#	define AF_NETLINK 0
+#endif

right?

I have kept this patch until we've got some discussion.

  reply	other threads:[~2011-03-09 13:53 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-05 12:31 libmnl: other OS support Jan Engelhardt
2011-03-05 12:31 ` [PATCH 1/3] src: use limits.h header Jan Engelhardt
2011-03-09 13:49   ` Pablo Neira Ayuso
2011-03-05 12:31 ` [PATCH 2/3] include: use sanitized header from headers_install Jan Engelhardt
2011-03-09 13:50   ` Pablo Neira Ayuso
2011-03-05 12:31 ` [PATCH 3/3] build: support compilation on non-Linuxes Jan Engelhardt
2011-03-09 13:53   ` Pablo Neira Ayuso [this message]
2011-03-09 19:03     ` Jan Engelhardt

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=4D77863F.5080405@netfilter.org \
    --to=pablo@netfilter.org \
    --cc=jengelh@medozas.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).