mirror of
				https://gitlab.labs.nic.cz/labs/bird.git
				synced 2024-05-11 16:54:54 +00:00 
			
		
		
		
	Netlink: Allow more than 256 routing tables.
Since 2.6.19, the netlink API defines RTA_TABLE routing attribute to allow 32-bit routing table IDs. Using this attribute to index routing tables at Linux, instead of 8-bit rtm_table field.
This commit is contained in:
		
				
					committed by
					
						
						Ondrej Zajicek (work)
					
				
			
			
				
	
			
			
			
						parent
						
							86b4e17001
						
					
				
				
					commit
					9ddbfbddf8
				
			@@ -119,8 +119,9 @@ struct proto_config * krt_init_config(int class);
 | 
			
		||||
 | 
			
		||||
/* krt sysdep */
 | 
			
		||||
 | 
			
		||||
void krt_sys_io_init(void);
 | 
			
		||||
void krt_sys_init(struct krt_proto *);
 | 
			
		||||
void krt_sys_start(struct krt_proto *);
 | 
			
		||||
int krt_sys_start(struct krt_proto *);
 | 
			
		||||
void krt_sys_shutdown(struct krt_proto *);
 | 
			
		||||
int krt_sys_reconfigure(struct krt_proto *p UNUSED, struct krt_config *n, struct krt_config *o);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user