]> git.proxmox.com Git - mirror_iproute2.git/commit - ip/ipl2tp.c
l2tp: read IPv6 UDP checksum attributes from kernel
authorAsbjørn Sloth Tønnesen <asbjorn@asbjorn.st>
Wed, 16 Nov 2016 22:45:23 +0000 (22:45 +0000)
committerStephen Hemminger <sthemmin@microsoft.com>
Tue, 29 Nov 2016 21:31:30 +0000 (13:31 -0800)
commit35cc6ded4f1520de8db2169abdcb0a6fb034781c
treebd8564ff6c9131fde4e48ac975416dd524188bab
parentc73fad78603e130b80a10a498582ff701ac93515
l2tp: read IPv6 UDP checksum attributes from kernel

In case of an older kernel that doesn't set L2TP_ATTR_UDP_ZERO_CSUM6_{RX,TX}
the old hard-coded value is being preserved, since the attribute flag will be
missing.

Signed-off-by: Asbjørn Sloth Tønnesen <asbjorn@asbjorn.st>
ip/ipl2tp.c