]> git.baikalelectronics.ru Git - kernel.git/commit
ipv4: Always call ip_options_build() after rest of IP header is filled in.
authorDavid S. Miller <davem@davemloft.net>
Fri, 13 May 2011 21:21:27 +0000 (17:21 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 13 May 2011 21:21:27 +0000 (17:21 -0400)
commit82f766ac570cb55b4875cf9e3ead433b8cac6c4e
treecab06ba8b08c8c88a021d597c031c1ef24fae732
parent081fe14cf4b751b58b81ccada0b34538e55b162f
ipv4: Always call ip_options_build() after rest of IP header is filled in.

This will allow ip_options_build() to reliably look at the values of
iph->{daddr,saddr}

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ip_output.c