diff options
Diffstat (limited to 'results/scraper/fex/1532')
| -rw-r--r-- | results/scraper/fex/1532 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/results/scraper/fex/1532 b/results/scraper/fex/1532 new file mode 100644 index 000000000..b59079322 --- /dev/null +++ b/results/scraper/fex/1532 @@ -0,0 +1,12 @@ +32-bit socket ioctls aren't interpreted correctly. +We don't currently capture socket ioctls and just pass them through. +This causes a few socket based ioctl commands to not be correct. + +* SIOCGSTAMP_OLD +* SIOCGSTAMPNS_OLD +* SIOCGIFPFLAGS +* SIOCSIFFLAGS +* SIOCWANDEV +* Any other ioctl that returns `struct ifreq` + * https://man7.org/linux/man-pages/man7/netdevice.7.html +* Maybe more that I missed. \ No newline at end of file |