NetBSD-Bugs archive

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

PR/56357 CVS commit: src/tests/net/if_vlan



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

From: "Shoichi YAMAGUCHI" <yamaguchi%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/56357 CVS commit: src/tests/net/if_vlan
Date: Thu, 19 Aug 2021 03:27:06 +0000

 Module Name:	src
 Committed By:	yamaguchi
 Date:		Thu Aug 19 03:27:05 UTC 2021
 
 Modified Files:
 	src/tests/net/if_vlan: Makefile bpfopen.c t_vlan.sh
 
 Log Message:
 Make the test program run in background after doing BIOCPROMISC
 
 t_vlan has rarely failed by checking IFF_PROMISC before the
 test program do BIOCPROMISC. To solve this, BIOCPROMISC is
 done in the foreground.
 
 fixes PR/56357
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.3 -r1.4 src/tests/net/if_vlan/Makefile
 cvs rdiff -u -r1.1 -r1.2 src/tests/net/if_vlan/bpfopen.c
 cvs rdiff -u -r1.23 -r1.24 src/tests/net/if_vlan/t_vlan.sh
 
 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