diff options
Diffstat (limited to 'sys/linux/init_iptables.go')
| -rw-r--r-- | sys/linux/init_iptables.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/init_iptables.go b/sys/linux/init_iptables.go index 2a49bffe4..a1adf3fb0 100644 --- a/sys/linux/init_iptables.go +++ b/sys/linux/init_iptables.go @@ -164,7 +164,7 @@ func (arch *arch) generateEbtables(g *prog.Gen, typ prog.Type, old prog.Arg) ( return } -func (arch *arch) sanitizeEbtables(c *prog.Call) { +func (arch *arch) neutralizeEbtables(c *prog.Call) { // This is very hacky... just as netfilter interfaces. // setsockopt's len argument must be equal to size of ebt_replace + entries size. lenArg := c.Args[4].(*prog.ConstArg) |
