]> git.pld-linux.org Git - packages/unbound.git/commit
Fix crash on compile/runtime kernel version mismatch
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Thu, 18 Dec 2014 09:48:40 +0000 (10:48 +0100)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Thu, 18 Dec 2014 09:48:40 +0000 (10:48 +0100)
commit7371929d9131b878fa38e0508ad7fcea3ba3df1c
tree7301552a0a1d60b293d323a72275b62af2671077
parent42c6638444310b246e6a4cafdabb00f6c415202e
Fix crash on compile/runtime kernel version mismatch

When unbound was built with linux-libc-headers-3.17 and run under kernel
3.14 it would fail with 'error: setsockopt(..., IP_MTU_DISCOVER,
IP_PMTUDISC_OMIT...) failed: Invalid argument'

Patch added to try IP_PMTUDISC_DONT when IP_PMTUDISC_OMIT fails.

https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=634
unbound.spec
This page took 0.312857 seconds and 4 git commands to generate.