CVSROOT: /cvs Module name: src Changes by: mar...@cvs.openbsd.org 2012/10/09 05:16:28
Modified files: sys/net : if_pfsync.c Log message: simplify hook_disestablish() handling by always resetting the hook when the syncdev gets set. this also makes sure we no longer leak hooks on repeatet 'ifconfig syncdev' invocations. ok mikeb@