Re: [PATCH net] ipv4: fill in table id when replacing a route

2015-05-22 Thread David Miller
From: Michal Kubecek Date: Fri, 22 May 2015 13:40:09 +0200 (CEST) > When replacing an IPv4 route, tb_id member of the new fib_alias > structure is not set in the replace code path so that the new route is > ignored. > > Fixes: 0ddcf43d5d4a ("ipv4: FIB Local/MAIN table collapse") > > Signed-off-

Re: [PATCH net] ipv4: fill in table id when replacing a route

2015-05-22 Thread Alexander Duyck
On 05/22/2015 04:40 AM, Michal Kubecek wrote: When replacing an IPv4 route, tb_id member of the new fib_alias structure is not set in the replace code path so that the new route is ignored. Fixes: 0ddcf43d5d4a ("ipv4: FIB Local/MAIN table collapse") Signed-off-by: Michal Kubecek --- net/ipv4

[PATCH net] ipv4: fill in table id when replacing a route

2015-05-22 Thread Michal Kubecek
When replacing an IPv4 route, tb_id member of the new fib_alias structure is not set in the replace code path so that the new route is ignored. Fixes: 0ddcf43d5d4a ("ipv4: FIB Local/MAIN table collapse") Signed-off-by: Michal Kubecek --- net/ipv4/fib_trie.c | 1 + 1 file changed, 1 insertion(+)