commit | da7ef338a2982a3a0c7e2b1cdfd55ba35b34471e | [log] [tgz] |
---|---|---|
author | Denis V. Lunev <den@openvz.org> | Mon Mar 03 11:50:10 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 03 11:50:10 2008 -0800 |
tree | 31ac7ee4977480c39b79cf9a552df7d024bdf2ed | |
parent | 1d1c8d13c4f7690d382bca5de2f9dc88f22a4aab [diff] |
[IPV4]: skb->dst can't be NULL in ip_options_echo. ip_options_echo is called on the packet input path after the initial routing. The dst entry on the packet is cleared only in the several very specific places and immidiately assigned back (may be new). Signed-off-by: Denis V. Lunev <den@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>