Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b801f549 authored by Patrick McHardy's avatar Patrick McHardy Committed by David S. Miller
Browse files

[NET]: Increate RT_TABLE_MAX to 2^32

parent abcab268
Loading
Loading
Loading
Loading
+1 −3
Original line number Original line Diff line number Diff line
@@ -239,10 +239,8 @@ enum rt_class_t
	RT_TABLE_DEFAULT=253,
	RT_TABLE_DEFAULT=253,
	RT_TABLE_MAIN=254,
	RT_TABLE_MAIN=254,
	RT_TABLE_LOCAL=255,
	RT_TABLE_LOCAL=255,
	__RT_TABLE_MAX
	RT_TABLE_MAX=0xFFFFFFFF
};
};
#define RT_TABLE_MAX (__RT_TABLE_MAX - 1)





/* Routing message attributes */
/* Routing message attributes */