aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/init.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-01-29 13:44:57 +0100
committerDmitry Vyukov <dvyukov@google.com>2018-02-09 20:14:33 +0100
commit033b610ec91096a5791c90761df1289fd33280e6 (patch)
tree57863e9e73f2d664640d7c889cd052138017f4a5 /sys/linux/init.go
parentbb826eb26c510f5faa418b8a37302be43d535088 (diff)
sys/linux: improve netfilter descriptions
Put the underflow entry at the end. Entries must end on an unconditional, non-goto entry, otherwise fallthrough from the last entry is invalid. Add arp tables support. Split unspec matches/targets to unspec and inet. Reset ipv6 and arp tables in executor. Fix number of counters in tables. Plus a bunch of assorted fixes for matches/targets.
Diffstat (limited to 'sys/linux/init.go')
-rw-r--r--sys/linux/init.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/init.go b/sys/linux/init.go
index 17c3a7efb..7c35d08ac 100644
--- a/sys/linux/init.go
+++ b/sys/linux/init.go
@@ -51,6 +51,7 @@ func initTarget(target *prog.Target) {
"alg_blkcipher_name": arch.generateAlgBlkcipherhName,
"ipt_replace": arch.generateIptables,
"ip6t_replace": arch.generateIptables,
+ "arpt_replace": arch.generateArptables,
}
target.StringDictionary = stringDictionary