summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorKrzysztof Piotr Oledzki <ole@ans.pl>2008-06-11 00:44:49 +0200
committerDavid S. Miller <davem@davemloft.net>2008-06-11 00:44:49 +0200
commit709772e6e06564ed94ba740de70185ac3d792773 (patch)
tree17f94a2db1a8b47595a9440de0f7f375fae59134 /drivers
parentipsec: pfkey should ignore events when no listeners (diff)
downloadlinux-709772e6e06564ed94ba740de70185ac3d792773.tar.xz
linux-709772e6e06564ed94ba740de70185ac3d792773.zip
net: Fix routing tables with id > 255 for legacy software
Most legacy software do not like tables > 255 as rtm_table is u8 so tb_id is sent &0xff and it is possible to mismatch for example table 510 with table 254 (main). This patch introduces RT_TABLE_COMPAT=252 so the code uses it if tb_id > 255. It makes such old applications happy, new ones are still able to use RTA_TABLE to get a proper table id. Signed-off-by: Krzysztof Piotr Oledzki <ole@ans.pl> Acked-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions