]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virnetdev: Document reasons for ignoring some SIOCETHTOOL errno values
authorJohn Ferlan <jferlan@redhat.com>
Fri, 6 Nov 2015 15:06:11 +0000 (10:06 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 6 Nov 2015 15:50:55 +0000 (10:50 -0500)
commit301bd80194a18baefd95e4325de93dd06b7a8ce4
treef82c7121956e45e844f4f6bb9b4165c9c9754c4d
parenta3f63b853c3cae15440f5643a75a91dc3c161212
virnetdev: Document reasons for ignoring some SIOCETHTOOL errno values

Recently reverted commit id '6f2a0198' showed a need to add extra
comments when dealing with filtering of potential "non-issues".

Scanning through upstream patch postings indicates early on the
reasons for the filtering of specific ioctl failures were provided;
however, when converted from causing an error to VIR_DEBUG's the
reasons were missing. A future read/change of the code incorrectly
assumed they could or should be removed.
src/util/virnetdev.c