OSDN Git Service

netfilter: bridge: re-order br_nf_pre_routing_finish_ipv6()
authorBernhard Thaler <bernhard.thaler@wvnet.at>
Sat, 30 May 2015 13:26:57 +0000 (15:26 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 12 Jun 2015 12:07:56 +0000 (14:07 +0200)
commit8cae308d2bc81f95c320e7a345b92be6c238f510
tree10610b5cb76f62f0ac9fb92c53e6a22d89200628
parentd39a33ed9b9ac0939a5b2ddc4dd3d283373bbe89
netfilter: bridge: re-order br_nf_pre_routing_finish_ipv6()

Put br_nf_pre_routing_finish_ipv6() after daddr_was_changed() and
br_nf_pre_routing_finish_bridge() to prepare calling these functions
from there.

Signed-off-by: Bernhard Thaler <bernhard.thaler@wvnet.at>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/bridge/br_netfilter.c