commit | b8f558313506b5bc435f2e031f3bec4b1725098e | [log] [tgz] |
---|---|---|
author | Milan Kocian <milon@wq.cz> | Wed May 23 14:55:06 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Thu May 24 16:36:53 2007 -0700 |
tree | e82ba2864feff645abfd31ac49b3c235e48ded3d | |
parent | 8a903be129a741fd1e1d44223f0e3a01c357bde5 [diff] |
[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>