CVSROOT: /cvs Module name: src Changes by: yasu...@cvs.openbsd.org 2014/10/21 04:52:53
Modified files: sys/net : if_tun.c pipex.c pipex.h pipex_local.h Log message: tun(4) has a pipex session which is used for multicast internally, it wasn't freeed when the interface is destroyed. Free it properly. ok dlg