]> git.baikalelectronics.ru Git - kernel.git/commit
net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255
authorKalash Nainwal <kalash@arista.com>
Thu, 21 Feb 2019 00:23:04 +0000 (16:23 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 22 Feb 2019 23:21:27 +0000 (15:21 -0800)
commit19dcf7125c0d00715a98125e7a02d105784a53a2
treeedcedfa17d4e661a41ab5af83177201b16a9c623
parent980f8877d7fe689b8314532697a8e45ea92da9ea
net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255

Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255 to
keep legacy software happy. This is similar to what was done for
ipv4 in commit 94f813c3b106 ("net: Fix routing tables with
id > 255 for legacy software").

Signed-off-by: Kalash Nainwal <kalash@arista.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/route.c