commit | 12b00c2c025b8af697d9a022ea2e928cad889ef1 | [log] [tgz] |
---|---|---|
author | Jan Engelhardt <jengelh@medozas.de> | Wed Oct 13 15:56:56 2010 +0200 |
committer | Jan Engelhardt <jengelh@medozas.de> | Wed Oct 13 18:00:36 2010 +0200 |
tree | 9de3f3a1ed8d79052fdd9abe7d72bed594de6140 | |
parent | eecc545856c8a0f27783a440d25f4ceaa1f95ce8 [diff] |
netfilter: xtables: resolve indirect macros 1/3 Many of the used macros are just there for userspace compatibility. Substitute the in-kernel code to directly use the terminal macro and stuff the defines into #ifndef __KERNEL__ sections. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>