mirror of
				https://gitlab.labs.nic.cz/labs/bird.git
				synced 2024-05-11 16:54:54 +00:00 
			
		
		
		
	Fixes bugs in IPv6 code caused by recent commits.
This commit is contained in:
		| @@ -700,7 +700,7 @@ bgp_do_rx_update(struct bgp_conn *conn, | ||||
|       /* Create fake NEXT_HOP attribute */ | ||||
|       if (len < 1 || (*x != 16 && *x != 32) || len < *x + 2) | ||||
| 	goto bad; | ||||
|       bgp_attach_attr_ip(&a0->eattrs, bgp_linpool, BA_NEXT_HOP, x[1]); | ||||
|       memcpy(bgp_attach_attr_wa(&a0->eattrs, bgp_linpool, BA_NEXT_HOP, 16), x+1, 16); | ||||
|       len -= *x + 2; | ||||
|       x += *x + 1; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user