From: Patrick McHardy Date: Fri, 11 Aug 2006 06:09:48 +0000 (-0700) Subject: [NET]: Introduce RTA_TABLE/FRA_TABLE attributes X-Git-Tag: v2.6.19-rc1~1272^2~285 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e762a4a89b302cb3b26a1f9bb33eff459eaeca9;p=pandora-kernel.git [NET]: Introduce RTA_TABLE/FRA_TABLE attributes Introduce RTA_TABLE route attribute and FRA_TABLE routing rule attribute to hold 32 bit routing table IDs. Usespace compatibility is provided by continuing to accept and send the rtm_table field, but because of its limited size it can only carry the low 8 bits of the table ID. This implies that if larger IDs are used, _all_ userspace programs using them need to use RTA_TABLE. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed