diff options
author | Kevin Krakauer <krakauer@google.com> | 2019-05-03 13:04:46 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2019-05-03 13:06:09 -0700 |
commit | 264d012d81d210c6d949554667c6fbf8e330587a (patch) | |
tree | 9f1d88eacb69584a1e1983fa492e228d883b0df3 /pkg/abi/linux/BUILD | |
parent | 0e1cc476dbc51646a1eed5f9de9319286c65fbf9 (diff) |
Add netfilter ABI for iptables support.
Change-Id: Ifbd2abf63ea8062a89b83e948d3e9735480d8216
PiperOrigin-RevId: 246559904
Diffstat (limited to 'pkg/abi/linux/BUILD')
-rw-r--r-- | pkg/abi/linux/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/abi/linux/BUILD b/pkg/abi/linux/BUILD index 7648c9469..fdf193873 100644 --- a/pkg/abi/linux/BUILD +++ b/pkg/abi/linux/BUILD @@ -32,6 +32,7 @@ go_library( "linux.go", "mm.go", "netdevice.go", + "netfilter.go", "netlink.go", "netlink_route.go", "poll.go", |