From owner-freebsd-questions Tue Mar 27 14:30:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mss.rdc2.nsw.optushome.com.au (ha1.rdc2.nsw.optushome.com.au [203.164.2.50]) by hub.freebsd.org (Postfix) with ESMTP id 7B2E337B718; Tue, 27 Mar 2001 14:30:36 -0800 (PST) (envelope-from s2209866@cse.unsw.edu.au) Received: from co3038206a ([203.164.177.110]) by mss.rdc2.nsw.optushome.com.au (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20010327223035.CLPE17266.mss.rdc2.nsw.optushome.com.au@co3038206a>; Wed, 28 Mar 2001 08:30:35 +1000 Reply-To: From: "Daniel Wong" To: "FreeBSD" , Subject: how to Getting Sysctl to work .... Date: Wed, 28 Mar 2001 08:31:01 +1000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi All, I can't get my sysctl to come up in my sysctl -A I have in my kernel code defined SYSCTL_STRUCT(_net_inet_ip, ... ...) and under in.h (I'm working under Ip) added my sysctl definition, i presume it's just adding the extra enum definition for my sysctl right ? I did a clean compile of the kernel (kernel only not world) and it doesn't want to show up in my sysctl -A call... why ?? Please help Dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message