On Fri, Jul 18, 2003 at 11:34:32AM +0200, C J wrote: > i would like to know how to update only OpenBSD Packet > Filter on a OpenBSD system. My OpenBSD is 3.2 and I > would like to upgrade only PF (and its related > component).
this is possible in theory (and in fact I have done it)., but you really don't want that... upgrading the full OS is muchg easier. This becomes more and more true as pf becomes deeper integrated. For example, with the altq integration, the whole altq part needs upgrading too, and that's not even all - a new mbuf tag needs to be registered (same for pf tags in -current). Then, in -current, bridge(4) is a pf receiver as well... you get the idea. -- Henning Brauer, BS Web Services, http://bsws.de [EMAIL PROTECTED] - [EMAIL PROTECTED] Unix is very simple, but it takes a genius to understand the simplicity. (Dennis Ritchie)
