forked from mirrors/linux
		
	net/route: export symbol ip_tos2prio
Need to export this to enable drivers use rt_tos2priority() Signed-off-by: Amir Vadai <amirv@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
		
							parent
							
								
									897d7846b4
								
							
						
					
					
						commit
						d4a968658c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -230,7 +230,7 @@ const __u8 ip_tos2prio[16] = { | |||
| 	TC_PRIO_INTERACTIVE_BULK, | ||||
| 	ECN_OR_COST(INTERACTIVE_BULK) | ||||
| }; | ||||
| 
 | ||||
| EXPORT_SYMBOL(ip_tos2prio); | ||||
| 
 | ||||
| /*
 | ||||
|  * Route cache. | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Amir Vadai
						Amir Vadai