[patch 8/8] networking: fix sending netlink message when replace route

2007-05-23 Thread akpm
From: Milan Kocian <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTE

[patch 8/8] networking: fix sending netlink message when replace route

2007-05-10 Thread akpm
From: Milan Kocian <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTE