summaryrefslogtreecommitdiffhomepage
path: root/pkg/abi
diff options
context:
space:
mode:
authorKevin Krakauer <krakauer@google.com>2021-06-17 15:28:51 -0700
committergVisor bot <gvisor-bot@google.com>2021-06-17 15:31:31 -0700
commitbc27a991851fdffa59f028eecfc22bdd17ccaa55 (patch)
treeb34989bf166166bfe4063e6210a9309263fd9ec7 /pkg/abi
parent3cf1644a3b4266979b7dda8b6291edf19264fa19 (diff)
remove outdated ip6tables TODOs
IPv6 SO_ORIGINAL_DST is supported, and the flag check as-written will detect when other flags are needed. Fixes #3549. PiperOrigin-RevId: 380059115
Diffstat (limited to 'pkg/abi')
-rw-r--r--pkg/abi/linux/netfilter_ipv6.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/abi/linux/netfilter_ipv6.go b/pkg/abi/linux/netfilter_ipv6.go
index b088b207c..f8c0e891e 100644
--- a/pkg/abi/linux/netfilter_ipv6.go
+++ b/pkg/abi/linux/netfilter_ipv6.go
@@ -41,7 +41,6 @@ const (
// IP6T_ORIGINAL_DST is the ip6tables SOL_IPV6 socket option. Corresponds to
// the value in include/uapi/linux/netfilter_ipv6/ip6_tables.h.
-// TODO(gvisor.dev/issue/3549): Support IPv6 original destination.
const IP6T_ORIGINAL_DST = 80
// IP6TReplace is the argument for the IP6T_SO_SET_REPLACE sockopt. It