Subject: Re: PF for netbsd
To: Darren Reed <avalon@caligula.anu.edu.au>
From: None <itojun@iijlab.net>
List: tech-net
Date: 07/02/2003 22:51:12
>Itojun, if you're serious about making this cross platform and
>not require PF then code like this:
>+#if NPF > 0
>+               tagvalue = pf_tagname2tag(tag->sadb_x_tag_name);
>+               /* tag refcnt++ */
>+               newsp = key_getspbytag(tagvalue, xpl0->sadb_x_policy_dir);
>+#else
>+               panic("PF");
>+#endif
>has to change before it goes in NetBSD.

	see the code above there.  the "panic" part will never be visited.

itojun