netfilter: ebtables: split do_replace into two functions
authorFlorian Westphal <fw@strlen.de>
Thu, 4 Feb 2010 17:38:53 +0000 (18:38 +0100)
committerFlorian Westphal <fw@strlen.de>
Tue, 16 Feb 2010 16:25:21 +0000 (17:25 +0100)
commite788759f44b29e5b1bc27a265dece7dcfa4234af
treebe90c201d4565e5814f19e6a4b487cfb62e44d9c
parent3e5e524ffb5fcf2447eb5dd9f8e54ad22dd9baa7
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>
net/bridge/netfilter/ebtables.c