]> git.proxmox.com Git - mirror_iproute2.git/commit - ip/ipl2tp.c
l2tp: fix integers with too few significant bits
authorAsbjørn Sloth Tønnesen <asbjorn@asbjorn.st>
Wed, 16 Nov 2016 22:45:20 +0000 (22:45 +0000)
committerStephen Hemminger <sthemmin@microsoft.com>
Tue, 29 Nov 2016 21:31:30 +0000 (13:31 -0800)
commit31f63e7c426f8b7098f87a9391748e8325dff3c4
tree1d819e9281201841241c40c85b12cbdb8773f806
parentd0baf5cac8730469050cef4034bd0f82c18965ee
l2tp: fix integers with too few significant bits

udp6_csum_{tx,rx}, tunnel and session are the only ones
currently used.

recv_seq, send_seq, lns_mode and data_seq are partially
implemented in a useless way.

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