commit | e788759f44b29e5b1bc27a265dece7dcfa4234af | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Thu Feb 04 18:38:53 2010 +0100 |
committer | Florian Westphal <fw@strlen.de> | Tue Feb 16 17:25:21 2010 +0100 |
tree | be90c201d4565e5814f19e6a4b487cfb62e44d9c | |
parent | 3e5e524ffb5fcf2447eb5dd9f8e54ad22dd9baa7 [diff] |
netfilter: ebtables: split do_replace into two functions once CONFIG_COMPAT support is merged this allows to call do_replace_finish() after doing the CONFIG_COMPAT conversion instead of copy & pasting this. Signed-off-by: Florian Westphal <fw@strlen.de>