diff options
Diffstat (limited to 'results/classifier/105/network/1010484')
| -rw-r--r-- | results/classifier/105/network/1010484 | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/results/classifier/105/network/1010484 b/results/classifier/105/network/1010484 new file mode 100644 index 000000000..9a268f4ef --- /dev/null +++ b/results/classifier/105/network/1010484 @@ -0,0 +1,38 @@ +network: 0.774 +device: 0.707 +socket: 0.645 +graphic: 0.612 +semantic: 0.568 +vnc: 0.552 +mistranslation: 0.462 +other: 0.430 +instruction: 0.333 +boot: 0.332 +assembly: 0.234 +KVM: 0.174 + +slirp to accept non-local dns server + +current version of slirp doesn't allow feeded dns address to be outside of given network. +in many scenarios you need to provide dns server that isn't local. + +this simple patch removes checking for if dns server isn't in local subnet. + + + +The feature makes sense and would be acceptable. But please +- post a patch on qemu-devel, following http://wiki.qemu.org/Contribute/SubmitAPatch +- reject non-local DNS servers if restrict=on is selected + +Thanks! + +ping + +[Expired for QEMU because there has been no activity for 60 days.] + +A patch has been sent to the list now: +https://lists.gnu.org/archive/html/qemu-devel/2019-10/msg00180.html + +Fixed here: https://git.qemu.org/?p=qemu.git;a=commitdiff;h=120b721f5b590393971673 +... and released with QEMU v4.2 + |