]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[RTNETLINK]: Fix sending netlink message when replace route.
authorMilan Kocian <milon@wq.cz>
Wed, 23 May 2007 21:55:06 +0000 (14:55 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 24 May 2007 23:36:53 +0000 (16:36 -0700)
commitb8f558313506b5bc435f2e031f3bec4b1725098e
treee82ba2864feff645abfd31ac49b3c235e48ded3d
parent8a903be129a741fd1e1d44223f0e3a01c357bde5
[RTNETLINK]: Fix sending netlink message when replace route.

When you replace route via ip r r command the netlink multicast message is
not send.  This patch corrects it.  NL message is sent with NLM_F_REPLACE
flag.

Addresses http://bugzilla.kernel.org/show_bug.cgi?id=8320

Signed-off-by: Milan Kocian <milon@wq.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/fib_hash.c
net/ipv4/fib_lookup.h
net/ipv4/fib_semantics.c
net/ipv4/fib_trie.c