From 3115a9658785de488be9be34f7fc4222b7b48f3a Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Mon, 6 Feb 2017 22:13:20 +0000 Subject: [PATCH] Update IP_* constants * xlat/sockipoptions.in: Add IP_RECVFRAGSIZE introduced by linux kernel commit v4.10-rc1~202^2~340^2~2. --- xlat/sockipoptions.in | 1 + 1 file changed, 1 insertion(+) diff --git a/xlat/sockipoptions.in b/xlat/sockipoptions.in index aa785322..51ed1343 100644 --- a/xlat/sockipoptions.in +++ b/xlat/sockipoptions.in @@ -34,6 +34,7 @@ IP_MINTTL IP_NODEFRAG IP_CHECKSUM IP_BIND_ADDRESS_NO_PORT +IP_RECVFRAGSIZE IP_UNBLOCK_SOURCE IP_BLOCK_SOURCE IP_ADD_SOURCE_MEMBERSHIP -- 2.40.0