NetBSD-Bugs archive

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

PR/54513 CVS commit: src/sbin/ifconfig



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

From: "Frank Kardel" <kardel%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54513 CVS commit: src/sbin/ifconfig
Date: Tue, 1 Oct 2019 10:52:53 +0000

 Module Name:	src
 Committed By:	kardel
 Date:		Tue Oct  1 10:52:53 UTC 2019
 
 Modified Files:
 	src/sbin/ifconfig: util.c
 
 Log Message:
 PR/54513 ifconfig exits on newly created carp interfaces
 downgrade from err(EXIT_FAILURE, ... ) to warn() if ioctl(SIOCGLIFADDR) fails.
 ifconfig now survives freshly created carp interfaces.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.18 -r1.19 src/sbin/ifconfig/util.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