]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix a miss from r241344: in ip_mloopback() we need to go to
authorGleb Smirnoff <glebius@FreeBSD.org>
Sun, 14 Oct 2012 15:08:07 +0000 (15:08 +0000)
committerGleb Smirnoff <glebius@FreeBSD.org>
Sun, 14 Oct 2012 15:08:07 +0000 (15:08 +0000)
commit347d90acffb5e430e776714ca4b010a451787a06
treee1e57f6c7af35095499b12413a88122dbc1e98cf
parent40dd08952150ba7d8c86b221e66333499d69d4d4
Fix a miss from r241344: in ip_mloopback() we need to go to
net byte order prior to calling in_delayed_cksum().

Reported by:  Olivier Cochard-Labbe <olivier cochard.me>
sys/netinet/ip_output.c