Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Sep 2014 10:01:41 +0400
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        Michael Tuexen <tuexen@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r271204 - head/sys/netinet
Message-ID:  <20140907060141.GL17059@FreeBSD.org>
In-Reply-To: <201409061912.s86JCF13069516@svn.freebsd.org>
References:  <201409061912.s86JCF13069516@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
  Michael,

On Sat, Sep 06, 2014 at 07:12:15PM +0000, Michael Tuexen wrote:
M> Author: tuexen
M> Date: Sat Sep  6 19:12:14 2014
M> New Revision: 271204
M> URL: http://svnweb.freebsd.org/changeset/base/271204
M> 
M> Log:
M>   Fix the handling of sysctl variables when used with VIMAGE.
M>   While there do some cleanup of the code.

Note that after r261590 you don't need SYSCTL_VNET_* macros. You
can use base SYSCTL_* macros adding CTLFLAG_VNET.

SCTP was/is the major user of SYSCTL_VNET_* macros. If it is
cleansed, then I can fix the rest and then we probably can remove
their declarations.

-- 
Totus tuus, Glebius.



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