|
@@ -357,7 +357,7 @@ static int br_nf_pre_routing_finish(struct sk_buff *skb)
|
|
if (err != -EHOSTUNREACH || !in_dev || IN_DEV_FORWARD(in_dev))
|
|
if (err != -EHOSTUNREACH || !in_dev || IN_DEV_FORWARD(in_dev))
|
|
goto free_skb;
|
|
goto free_skb;
|
|
|
|
|
|
- if (!ip_route_output_key(&init_net, &rt, &fl)) {
|
|
|
|
|
|
+ if (!ip_route_output_key(dev_net(dev), &rt, &fl)) {
|
|
/* - Bridged-and-DNAT'ed traffic doesn't
|
|
/* - Bridged-and-DNAT'ed traffic doesn't
|
|
* require ip_forwarding. */
|
|
* require ip_forwarding. */
|
|
if (((struct dst_entry *)rt)->dev == dev) {
|
|
if (((struct dst_entry *)rt)->dev == dev) {
|