Date: Mon, 17 Jul 2017 07:50:02 +0200 From: "O. Hartmann" <ohartmann@walstatt.org> To: Ian Lepore <ian@freebsd.org> Cc: "O. Hartmann" <ohartmann@walstatt.org>, FreeBSD CURRENT <freebsd-current@freebsd.org> Subject: Re: netgraph: documentation issue? What kernel options? Where to find? Message-ID: <20170717074645.53ac20a7@thor.intern.walstatt.dynvpn.de> In-Reply-To: <1500244180.22314.61.camel@freebsd.org> References: <20170716224834.030e004b@thor.intern.walstatt.dynvpn.de> <1500244180.22314.61.camel@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--Sig_/g9wtycGJj/uhL3YM0Lp8p0t Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Am Sun, 16 Jul 2017 16:29:40 -0600 Ian Lepore <ian@freebsd.org> schrieb: > On Sun, 2017-07-16 at 22:48 +0200, O. Hartmann wrote: > > For a small SoC based system, I use a highly customised static kernel > > and build the > > system via NanoBSD with no kernel modules. > >=20 > > Tyring to track down some network issues with recent CURRENT I > > figured out, that when > > using the ppp client to connect via modem to the ISP and there is no=A0 > >=20 > > options NETGRAPH_ETHER > > options NETGRAPH_PPPOE > >=20 > > in the kernel configuration, the resulting system fails to establish > > a ppp session. The > > man page states, that a netgraph node is established, but as hard as > > I look, I can not > > find any(!) information in the man pages what options are > > necessary/optional to provide > > the correct module statically. > >=20 > > The same is for many other NETGRAPH_XXX features. Starting from man > > page "man 4 > > netgraph", section "SEE ALSO", I started tweaking the kernel with > > NETGRAPH_XXX, i.e. > > ng_vlan -> NETGRAPH_VLAN until the compiler bails out with an error, > > for instance > > ng_car -> NETGRAPH_CAR. > >=20 > > I tried to find out what options cover which netgraph module but > > there is - right, > > nothing I can find on a direct route. > >=20 > > Since netgraph isn't so brand new (I guess ~ 2000 from the PDFs I > > found on the network), > > there must be some documentation other than "reading the source > > code". > >=20 > > Please give me some hints where to find the entry point for the > > appropriate documented > > options for netgraph modules. > >=20 > > Obviously, some ng_xxx modules are prerequisite for some services to > > work properly, as > > ppp - but I can't find any hints for "options NETGRAPH_ETHER" or > > "options NETGRAPH_PPPOE" > > in the manpages (looked at ppp, pppoed).=A0 > >=20 > > Thanks in advance, > > kind regards > >=20 > > Oliver > > =20 >=20 > I can't help with anything specific to netgraph or its [lack of] docs. >=20 > For the general question "How do I know what undocumented device or > option statement to put in my kernel config to get xxxxx" a good place > to start is /usr/src/sys/conf/NOTES. =A0It's supposed to contain all the > options and devices (except some machine/arch-specific stuff). =A0If you > don't find it in NOTES, try "grep -i xxxxx *" in that dir, you may find > the thing you're looking for in 'options' or 'files' and get some clues > that way. Yes, correct and I did this, too, but pulling in all of the options resulte= d in failues, as far as I know NETGRAPH_CAR bailed out (with -DNO_CLEAN, I must confess). >=20 > For the netgraph stuff, I see that in NOTES it tells you how to find > the manpages for netgraph things, so I guess I accidentally did answer > that part too. =A0:) No, not exactly, it doesn't tell me which NETGRAPH_XXX I need for a certain service so I hav= e to do experiments: starting the service with a full install of all modules and se= e what modules gets kloaded and then put the appropriate option into the kernel. In my situation, using ppp/pppoe failed silently when disabling options NET= GRAPH_ETHER, NETGRAPH_PPPOE and the refering kernel modules weren't present. Since I fight a problem with VLANs and routing on CURRENT, I'd appreciate a= more dense documentation - or a hint. >=20 > -- Ian Thank you very much for the patience, kind regards Oliver --=20 O. Hartmann Ich widerspreche der Nutzung oder =DCbermittlung meiner Daten f=FCr Werbezwecke oder f=FCr die Markt- oder Meinungsforschung (=A7 28 Abs. 4 BDS= G). --Sig_/g9wtycGJj/uhL3YM0Lp8p0t Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iLUEARMKAB0WIQQZVZMzAtwC2T/86TrS528fyFhYlAUCWWxQCgAKCRDS528fyFhY lIrGAf9uiuC7MoSuTZxE/sUw76Nr0z7ToKcoA6RnTnQPnyM51xoT/OSVeZwMc93n 34ELoPZmxxLBe7eQ3coI9TXBmWOxAgCWJL2YlUB9G/rqsGw92xCsNC+anYe6TTUv VRUimsNGZ3rzDOntqsh7YeMUjubDXtkANHCZdpDZxp2PI+R2Dzc6 =l5cI -----END PGP SIGNATURE----- --Sig_/g9wtycGJj/uhL3YM0Lp8p0t--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170717074645.53ac20a7>