Searched hist:"05952067 bb67e3f627c969fd91c9fef29dc7b27e" (Results 1 – 6 of 6) sorted by relevance
/freebsd/sbin/ifconfig/ |
H A D | ifvxlan.c | diff 05952067bb67e3f627c969fd91c9fef29dc7b27e Thu Nov 26 17:36:50 CET 2020 Hans Petter Selasky <hselasky@FreeBSD.org> Ensure consistent error messages from ifconfig(8).
If multiple threads are invoking "ifconfig XXX create" a race may occur which can lead to two different error messages for the same error.
a) ifconfig: SIOCIFCREATE2: File exists b) ifconfig: interface XXX already exists
This patch ensures ifconfig prints the same error code for the same case.
Reviewed by: imp@ and kib@ Differential Revision: https://reviews.freebsd.org/D27380 MFC after: 1 week Sponsored by: Mellanox Technologies // NVIDIA Networking
|
H A D | ifclone.c | diff 05952067bb67e3f627c969fd91c9fef29dc7b27e Thu Nov 26 17:36:50 CET 2020 Hans Petter Selasky <hselasky@FreeBSD.org> Ensure consistent error messages from ifconfig(8).
If multiple threads are invoking "ifconfig XXX create" a race may occur which can lead to two different error messages for the same error.
a) ifconfig: SIOCIFCREATE2: File exists b) ifconfig: interface XXX already exists
This patch ensures ifconfig prints the same error code for the same case.
Reviewed by: imp@ and kib@ Differential Revision: https://reviews.freebsd.org/D27380 MFC after: 1 week Sponsored by: Mellanox Technologies // NVIDIA Networking
|
H A D | iflagg.c | diff 05952067bb67e3f627c969fd91c9fef29dc7b27e Thu Nov 26 17:36:50 CET 2020 Hans Petter Selasky <hselasky@FreeBSD.org> Ensure consistent error messages from ifconfig(8).
If multiple threads are invoking "ifconfig XXX create" a race may occur which can lead to two different error messages for the same error.
a) ifconfig: SIOCIFCREATE2: File exists b) ifconfig: interface XXX already exists
This patch ensures ifconfig prints the same error code for the same case.
Reviewed by: imp@ and kib@ Differential Revision: https://reviews.freebsd.org/D27380 MFC after: 1 week Sponsored by: Mellanox Technologies // NVIDIA Networking
|
H A D | ifvlan.c | diff 05952067bb67e3f627c969fd91c9fef29dc7b27e Thu Nov 26 17:36:50 CET 2020 Hans Petter Selasky <hselasky@FreeBSD.org> Ensure consistent error messages from ifconfig(8).
If multiple threads are invoking "ifconfig XXX create" a race may occur which can lead to two different error messages for the same error.
a) ifconfig: SIOCIFCREATE2: File exists b) ifconfig: interface XXX already exists
This patch ensures ifconfig prints the same error code for the same case.
Reviewed by: imp@ and kib@ Differential Revision: https://reviews.freebsd.org/D27380 MFC after: 1 week Sponsored by: Mellanox Technologies // NVIDIA Networking
|
H A D | ifieee80211.c | diff 05952067bb67e3f627c969fd91c9fef29dc7b27e Thu Nov 26 17:36:50 CET 2020 Hans Petter Selasky <hselasky@FreeBSD.org> Ensure consistent error messages from ifconfig(8).
If multiple threads are invoking "ifconfig XXX create" a race may occur which can lead to two different error messages for the same error.
a) ifconfig: SIOCIFCREATE2: File exists b) ifconfig: interface XXX already exists
This patch ensures ifconfig prints the same error code for the same case.
Reviewed by: imp@ and kib@ Differential Revision: https://reviews.freebsd.org/D27380 MFC after: 1 week Sponsored by: Mellanox Technologies // NVIDIA Networking
|
H A D | ifconfig.c | diff 05952067bb67e3f627c969fd91c9fef29dc7b27e Thu Nov 26 17:36:50 CET 2020 Hans Petter Selasky <hselasky@FreeBSD.org> Ensure consistent error messages from ifconfig(8).
If multiple threads are invoking "ifconfig XXX create" a race may occur which can lead to two different error messages for the same error.
a) ifconfig: SIOCIFCREATE2: File exists b) ifconfig: interface XXX already exists
This patch ensures ifconfig prints the same error code for the same case.
Reviewed by: imp@ and kib@ Differential Revision: https://reviews.freebsd.org/D27380 MFC after: 1 week Sponsored by: Mellanox Technologies // NVIDIA Networking
|