Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2014 00:19:02 +0100
From:      Luigi Rizzo <rizzo@iet.unipi.it>
To:        current@freebsd.org
Subject:   picking a new AF_* number for NETLINK ?
Message-ID:  <20140116231902.GA51955@onelab2.iet.unipi.it>

next in thread | raw e-mail | index | archive | help
In porting the kernel openvswitch code to FreeBSD we
have implemented netlink sockets, so we need to pick a
number to use for AF_NETLINK/PF_NETLINK in the messages.

Obviously we'd like ovs to be loadable as a module on existing
kernels, so i wonder if there are any restrictions on what we
can use -- specifically, whether we should make sure that

	AF_NETLINK < AF_MAX 

or that is irrelevant.

cheers
luigi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140116231902.GA51955>