git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58050fc
)
ipv4: Fix bugs in fib_compute_spec_dst().
author
David S. Miller
<davem@davemloft.net>
Fri, 29 Jun 2012 01:33:24 +0000
(18:33 -0700)
committer
David S. Miller
<davem@davemloft.net>
Fri, 29 Jun 2012 01:33:58 +0000
(18:33 -0700)
Based upon feedback from Julian Anastasov.
1) Use route flags to determine multicast/broadcast, not the
packet flags.
2) Leave saddr unspecified in flow key.
3) Adjust how we invoke inet_select_addr(). Pass ip_hdr(skb)->saddr as
second arg, and if it was zeronet use link scope.
4) Use loopback as input interface in flow key.
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/fib_frontend.c
patch
|
blob
|
history
diff --cc
net/ipv4/fib_frontend.c
Simple merge