]> git.proxmox.com Git - mirror_iproute2.git/commit
l2tp: fix L2TP_ATTR_{RECV,SEND}_SEQ handling
authorAsbjørn Sloth Tønnesen <asbjorn@asbjorn.st>
Wed, 16 Nov 2016 22:45:21 +0000 (22:45 +0000)
committerStephen Hemminger <sthemmin@microsoft.com>
Tue, 29 Nov 2016 21:31:30 +0000 (13:31 -0800)
commit4d51b3331eae9cbd77e22272903f6f0efd0b4847
tree5d9985b7f0368acc79689d8ae4337601e42c32e5
parent31f63e7c426f8b7098f87a9391748e8325dff3c4
l2tp: fix L2TP_ATTR_{RECV,SEND}_SEQ handling

L2TP_ATTR_RECV_SEQ and L2TP_ATTR_SEND_SEQ are declared as NLA_U8
attributes in the kernel, so let's threat them accordingly.

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