NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/52643 CVS commit: src/sys/net/npf



The following reply was made to PR kern/52643; it has been noted by GNATS.

From: "Ryota Ozaki" <ozaki-r%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/52643 CVS commit: src/sys/net/npf
Date: Mon, 30 Oct 2017 03:02:35 +0000

 Module Name:	src
 Committed By:	ozaki-r
 Date:		Mon Oct 30 03:02:35 UTC 2017
 
 Modified Files:
 	src/sys/net/npf: npf_ctl.c
 
 Log Message:
 Fix npfclt reload on rump kernels
 
 It fails because npfctl cannot get an errno when it calls ioctl to the (rump)
 kernel; npfctl (libnpf) expects that an errno is returned via proplib,
 however, the rump library of npf doesn't so. It happens because of mishandlings
 of complicate npf kernel options.
 
 PR kern/52643
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.48 -r1.49 src/sys/net/npf/npf_ctl.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index