Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Dec 2004 10:37:38 +0900
From:      "Jayel Villamin " <jarthel@operamail.com>
To:        "Vlad GALU" <vladgalu@gmail.com>
Cc:        freebsd-pf@freebsd.org
Subject:   Re: PF and custom kernel
Message-ID:  <20041210013739.08AA523CE8@ws5-3.us4.outblaze.com>

next in thread | raw e-mail | index | archive | help
struct ifnet *ifp =3D &sc->sc_if; -->> I also have this in my if_pfsync.c s=
o I do not that is the problem. I would try bpf. maybe that'll work.

But according to the pf page in the handbook (http://www.freebsd.org/doc/en=
_US.ISO8859-1/books/handbook/firewalls-pf.html), BPF is not required for pf.

----- Original Message -----
From: "Vlad GALU" <vladgalu@gmail.com>
To: "Jayel Villamin" <jarthel@operamail.com>
Subject: Re: PF and custom kernel
Date: Thu, 9 Dec 2004 12:40:27 +0200

>=20
> On Thu, 9 Dec 2004 12:37:19 +0200, Vlad GALU <vladgalu@gmail.com> wrote:
> > On Thu, 09 Dec 2004 19:11:17 +0900, Jayel Villamin
> > <jarthel@operamail.com> wrote:
> > > here's a gist of the error message
> > > ------------
> > >
> > > if_pfsync.c: In function 'pfsync_sendout':
> > > if_pfsync.c:1532: unused variable 'ifp'
> >
> >     gcc is told to consider each warning as an error.  In my version
> > of if_pfsync.c I notice that the pointer is now initialized: "struct
> > ifnet *ifp =3D &sc->sc_if;". You can do this yourself or upgrade to the
> > last version of the file.
>=20
>      Or simply add support for bpf to your kernel :)
>=20
>=20
> >
> > >
> > > -------------
> >
> >
> > >
> > > Thanks
> > > --
> > > _____________________________________________________________
> > > Web-based SMS services available at http://www.operamail.com.
> > > From your mailbox to local or overseas cell phones.
> > >
> > > Powered by Outblaze
> > > _______________________________________________
> > > freebsd-pf@freebsd.org mailing list
> > > http://lists.freebsd.org/mailman/listinfo/freebsd-pf
> > > To unsubscribe, send any mail to "freebsd-pf-unsubscribe@freebsd.org"
> > >
> >
> >
> > --
> > If it's there, and you can see it, it's real.
> > If it's not there, and you can see it, it's virtual.
> > If it's there, and you can't see it, it's transparent.
> > If it's not there, and you can't see it, you erased it.
> >
>=20
>=20
> --
> If it's there, and you can see it, it's real.
> If it's not there, and you can see it, it's virtual.
> If it's there, and you can't see it, it's transparent.
> If it's not there, and you can't see it, you erased it.

--=20
_____________________________________________________________
Web-based SMS services available at http://www.operamail.com.
=46rom your mailbox to local or overseas cell phones.

Powered by Outblaze



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