diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-10-29 14:57:43 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-10-29 14:57:43 +0100 |
| commit | b36409b288cb3d1cd3d1d838a653af27bdc9f517 (patch) | |
| tree | 2b2b8b12ef29affe54db8230edccfcfb14254b42 /sys | |
| parent | 7df9db2eb2c94fd6324472f2ff0045cbcee9b74e (diff) | |
sys/linux: fix IP6T_SO_GET_INFO const
Fix copy-paste error.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/linux/gen/386.go | 3 | ||||
| -rw-r--r-- | sys/linux/gen/amd64.go | 3 | ||||
| -rw-r--r-- | sys/linux/gen/arm.go | 3 | ||||
| -rw-r--r-- | sys/linux/gen/arm64.go | 3 | ||||
| -rw-r--r-- | sys/linux/gen/ppc64le.go | 3 | ||||
| -rw-r--r-- | sys/linux/netfilter_ipv6.txt | 2 | ||||
| -rw-r--r-- | sys/linux/netfilter_ipv6_386.const | 2 | ||||
| -rw-r--r-- | sys/linux/netfilter_ipv6_amd64.const | 2 | ||||
| -rw-r--r-- | sys/linux/netfilter_ipv6_arm.const | 2 | ||||
| -rw-r--r-- | sys/linux/netfilter_ipv6_arm64.const | 2 | ||||
| -rw-r--r-- | sys/linux/netfilter_ipv6_ppc64le.const | 2 |
11 files changed, 16 insertions, 11 deletions
diff --git a/sys/linux/gen/386.go b/sys/linux/gen/386.go index e17bb4ff5..3b23cdd85 100644 --- a/sys/linux/gen/386.go +++ b/sys/linux/gen/386.go @@ -36904,6 +36904,7 @@ var consts_386 = []ConstValue{ {Name: "IP6T_RT_SGS", Value: 2}, {Name: "IP6T_RT_TYP", Value: 1}, {Name: "IP6T_SO_GET_ENTRIES", Value: 65}, + {Name: "IP6T_SO_GET_INFO", Value: 64}, {Name: "IP6T_SO_GET_REVISION_MATCH", Value: 68}, {Name: "IP6T_SO_GET_REVISION_TARGET", Value: 69}, {Name: "IP6T_SO_ORIGINAL_DST", Value: 80}, @@ -41656,4 +41657,4 @@ var consts_386 = []ConstValue{ {Name: "bpf_insn_load_imm_dw", Value: 24}, } -const revision_386 = "c58e0ef3bec0adabbacb58c0f68cf210ec99bed3" +const revision_386 = "d151564c9bcca01b10454c2ce2391094cb23dc74" diff --git a/sys/linux/gen/amd64.go b/sys/linux/gen/amd64.go index 46e2de841..fdd15dfe8 100644 --- a/sys/linux/gen/amd64.go +++ b/sys/linux/gen/amd64.go @@ -37582,6 +37582,7 @@ var consts_amd64 = []ConstValue{ {Name: "IP6T_RT_SGS", Value: 2}, {Name: "IP6T_RT_TYP", Value: 1}, {Name: "IP6T_SO_GET_ENTRIES", Value: 65}, + {Name: "IP6T_SO_GET_INFO", Value: 64}, {Name: "IP6T_SO_GET_REVISION_MATCH", Value: 68}, {Name: "IP6T_SO_GET_REVISION_TARGET", Value: 69}, {Name: "IP6T_SO_ORIGINAL_DST", Value: 80}, @@ -42359,4 +42360,4 @@ var consts_amd64 = []ConstValue{ {Name: "bpf_insn_load_imm_dw", Value: 24}, } -const revision_amd64 = "c543412fe478411344f57567f308a77b569e679e" +const revision_amd64 = "4c5a4ea699b8aa4e61b2e233fe0bcb5ec22e1347" diff --git a/sys/linux/gen/arm.go b/sys/linux/gen/arm.go index c6d539406..de936ba25 100644 --- a/sys/linux/gen/arm.go +++ b/sys/linux/gen/arm.go @@ -36828,6 +36828,7 @@ var consts_arm = []ConstValue{ {Name: "IP6T_RT_SGS", Value: 2}, {Name: "IP6T_RT_TYP", Value: 1}, {Name: "IP6T_SO_GET_ENTRIES", Value: 65}, + {Name: "IP6T_SO_GET_INFO", Value: 64}, {Name: "IP6T_SO_GET_REVISION_MATCH", Value: 68}, {Name: "IP6T_SO_GET_REVISION_TARGET", Value: 69}, {Name: "IP6T_SO_ORIGINAL_DST", Value: 80}, @@ -41527,4 +41528,4 @@ var consts_arm = []ConstValue{ {Name: "bpf_insn_load_imm_dw", Value: 24}, } -const revision_arm = "1b895defe0d82254347dcf6ea67a6b6066070556" +const revision_arm = "5ec4083a3cab07dc595ff2d013c29e5c14d627ba" diff --git a/sys/linux/gen/arm64.go b/sys/linux/gen/arm64.go index 652d525ec..c851d6233 100644 --- a/sys/linux/gen/arm64.go +++ b/sys/linux/gen/arm64.go @@ -37060,6 +37060,7 @@ var consts_arm64 = []ConstValue{ {Name: "IP6T_RT_SGS", Value: 2}, {Name: "IP6T_RT_TYP", Value: 1}, {Name: "IP6T_SO_GET_ENTRIES", Value: 65}, + {Name: "IP6T_SO_GET_INFO", Value: 64}, {Name: "IP6T_SO_GET_REVISION_MATCH", Value: 68}, {Name: "IP6T_SO_GET_REVISION_TARGET", Value: 69}, {Name: "IP6T_SO_ORIGINAL_DST", Value: 80}, @@ -41749,4 +41750,4 @@ var consts_arm64 = []ConstValue{ {Name: "bpf_insn_load_imm_dw", Value: 24}, } -const revision_arm64 = "9bda36ff0150a1c23a6ae08213c71d6c28538959" +const revision_arm64 = "f981aaafee83a3ace74208809e9065eb1c537804" diff --git a/sys/linux/gen/ppc64le.go b/sys/linux/gen/ppc64le.go index 6c2ae03c0..52dfd86cc 100644 --- a/sys/linux/gen/ppc64le.go +++ b/sys/linux/gen/ppc64le.go @@ -35455,6 +35455,7 @@ var consts_ppc64le = []ConstValue{ {Name: "IP6T_RT_SGS", Value: 2}, {Name: "IP6T_RT_TYP", Value: 1}, {Name: "IP6T_SO_GET_ENTRIES", Value: 65}, + {Name: "IP6T_SO_GET_INFO", Value: 64}, {Name: "IP6T_SO_GET_REVISION_MATCH", Value: 68}, {Name: "IP6T_SO_GET_REVISION_TARGET", Value: 69}, {Name: "IP6T_SO_ORIGINAL_DST", Value: 80}, @@ -39107,4 +39108,4 @@ var consts_ppc64le = []ConstValue{ {Name: "bpf_insn_load_imm_dw", Value: 24}, } -const revision_ppc64le = "2cc9b537a309fd760f2d39bef892085021ec109a" +const revision_ppc64le = "3fc02d61a501f22cb8e8ef68ea913a4221cabe5c" diff --git a/sys/linux/netfilter_ipv6.txt b/sys/linux/netfilter_ipv6.txt index 2f357534a..db857d4d1 100644 --- a/sys/linux/netfilter_ipv6.txt +++ b/sys/linux/netfilter_ipv6.txt @@ -16,7 +16,7 @@ include <uapi/linux/netfilter_ipv6/ip6t_HL.h> setsockopt$IP6T_SO_SET_REPLACE(fd sock_in6, level const[SOL_IPV6], opt const[IP6T_SO_SET_REPLACE], val ptr[in, ip6t_replace], len len[val]) setsockopt$IP6T_SO_SET_ADD_COUNTERS(fd sock_in6, level const[SOL_IPV6], opt const[IP6T_SO_SET_ADD_COUNTERS], val ptr[in, ipt_counters_info], len len[val]) -getsockopt$IP6T_SO_GET_INFO(fd sock_in6, level const[SOL_IPV6], opt const[IPT_SO_GET_INFO], val ptr[in, ipt_getinfo], len ptr[in, len[val, int32]]) +getsockopt$IP6T_SO_GET_INFO(fd sock_in6, level const[SOL_IPV6], opt const[IP6T_SO_GET_INFO], val ptr[in, ipt_getinfo], len ptr[in, len[val, int32]]) getsockopt$IP6T_SO_GET_ENTRIES(fd sock_in6, level const[SOL_IPV6], opt const[IP6T_SO_GET_ENTRIES], val ptr[in, ipt_get_entries], len ptr[in, len[val, int32]]) getsockopt$IP6T_SO_GET_REVISION_MATCH(fd sock_in6, level const[SOL_IPV6], opt const[IP6T_SO_GET_REVISION_MATCH], val ptr[in, xt_get_revision], len ptr[in, len[val, int32]]) getsockopt$IP6T_SO_GET_REVISION_TARGET(fd sock_in6, level const[SOL_IPV6], opt const[IP6T_SO_GET_REVISION_TARGET], val ptr[in, xt_get_revision], len ptr[in, len[val, int32]]) diff --git a/sys/linux/netfilter_ipv6_386.const b/sys/linux/netfilter_ipv6_386.const index 4dffba120..6d8717f11 100644 --- a/sys/linux/netfilter_ipv6_386.const +++ b/sys/linux/netfilter_ipv6_386.const @@ -45,6 +45,7 @@ IP6T_RT_RES = 8 IP6T_RT_SGS = 2 IP6T_RT_TYP = 1 IP6T_SO_GET_ENTRIES = 65 +IP6T_SO_GET_INFO = 64 IP6T_SO_GET_REVISION_MATCH = 68 IP6T_SO_GET_REVISION_TARGET = 69 IP6T_SO_SET_ADD_COUNTERS = 65 @@ -69,7 +70,6 @@ IP6T_TCP_RESET = 6 # IPT_NAT_VALID_HOOKS is not set # IPT_RAW_VALID_HOOKS is not set # IPT_SECURITY_VALID_HOOKS is not set -# IPT_SO_GET_INFO is not set MASK_AH = 8 MASK_DSTOPTS = 64 MASK_ESP = 4 diff --git a/sys/linux/netfilter_ipv6_amd64.const b/sys/linux/netfilter_ipv6_amd64.const index 6d70b3021..75da257cb 100644 --- a/sys/linux/netfilter_ipv6_amd64.const +++ b/sys/linux/netfilter_ipv6_amd64.const @@ -45,6 +45,7 @@ IP6T_RT_RES = 8 IP6T_RT_SGS = 2 IP6T_RT_TYP = 1 IP6T_SO_GET_ENTRIES = 65 +IP6T_SO_GET_INFO = 64 IP6T_SO_GET_REVISION_MATCH = 68 IP6T_SO_GET_REVISION_TARGET = 69 IP6T_SO_SET_ADD_COUNTERS = 65 @@ -69,7 +70,6 @@ IP6T_TCP_RESET = 6 # IPT_NAT_VALID_HOOKS is not set # IPT_RAW_VALID_HOOKS is not set # IPT_SECURITY_VALID_HOOKS is not set -# IPT_SO_GET_INFO is not set MASK_AH = 8 MASK_DSTOPTS = 64 MASK_ESP = 4 diff --git a/sys/linux/netfilter_ipv6_arm.const b/sys/linux/netfilter_ipv6_arm.const index 6f38403f3..cf6f0abac 100644 --- a/sys/linux/netfilter_ipv6_arm.const +++ b/sys/linux/netfilter_ipv6_arm.const @@ -45,6 +45,7 @@ IP6T_RT_RES = 8 IP6T_RT_SGS = 2 IP6T_RT_TYP = 1 IP6T_SO_GET_ENTRIES = 65 +IP6T_SO_GET_INFO = 64 IP6T_SO_GET_REVISION_MATCH = 68 IP6T_SO_GET_REVISION_TARGET = 69 IP6T_SO_SET_ADD_COUNTERS = 65 @@ -69,7 +70,6 @@ IP6T_TCP_RESET = 6 # IPT_NAT_VALID_HOOKS is not set # IPT_RAW_VALID_HOOKS is not set # IPT_SECURITY_VALID_HOOKS is not set -# IPT_SO_GET_INFO is not set MASK_AH = 8 MASK_DSTOPTS = 64 MASK_ESP = 4 diff --git a/sys/linux/netfilter_ipv6_arm64.const b/sys/linux/netfilter_ipv6_arm64.const index 145e13c47..dc2ea8f99 100644 --- a/sys/linux/netfilter_ipv6_arm64.const +++ b/sys/linux/netfilter_ipv6_arm64.const @@ -45,6 +45,7 @@ IP6T_RT_RES = 8 IP6T_RT_SGS = 2 IP6T_RT_TYP = 1 IP6T_SO_GET_ENTRIES = 65 +IP6T_SO_GET_INFO = 64 IP6T_SO_GET_REVISION_MATCH = 68 IP6T_SO_GET_REVISION_TARGET = 69 IP6T_SO_SET_ADD_COUNTERS = 65 @@ -69,7 +70,6 @@ IP6T_TCP_RESET = 6 # IPT_NAT_VALID_HOOKS is not set # IPT_RAW_VALID_HOOKS is not set # IPT_SECURITY_VALID_HOOKS is not set -# IPT_SO_GET_INFO is not set MASK_AH = 8 MASK_DSTOPTS = 64 MASK_ESP = 4 diff --git a/sys/linux/netfilter_ipv6_ppc64le.const b/sys/linux/netfilter_ipv6_ppc64le.const index 419a2a3aa..4db7bc4a4 100644 --- a/sys/linux/netfilter_ipv6_ppc64le.const +++ b/sys/linux/netfilter_ipv6_ppc64le.const @@ -45,6 +45,7 @@ IP6T_RT_RES = 8 IP6T_RT_SGS = 2 IP6T_RT_TYP = 1 IP6T_SO_GET_ENTRIES = 65 +IP6T_SO_GET_INFO = 64 IP6T_SO_GET_REVISION_MATCH = 68 IP6T_SO_GET_REVISION_TARGET = 69 IP6T_SO_SET_ADD_COUNTERS = 65 @@ -69,7 +70,6 @@ IP6T_TCP_RESET = 6 # IPT_NAT_VALID_HOOKS is not set # IPT_RAW_VALID_HOOKS is not set # IPT_SECURITY_VALID_HOOKS is not set -# IPT_SO_GET_INFO is not set MASK_AH = 8 MASK_DSTOPTS = 64 MASK_ESP = 4 |
