mirror of
				https://gitlab.labs.nic.cz/labs/bird.git
				synced 2024-05-11 16:54:54 +00:00 
			
		
		
		
	Fixes socket error hook for radv protocol.
This commit is contained in:
		| @@ -395,7 +395,7 @@ static void | |||||||
| radv_err_hook(sock *sk, int err) | radv_err_hook(sock *sk, int err) | ||||||
| { | { | ||||||
|   struct radv_iface *ifa = sk->data; |   struct radv_iface *ifa = sk->data; | ||||||
|   log(L_ERR "%s: Socket error: %m", ifa->ra->p.name, err); |   log(L_ERR "%s: Socket error on %s: %M", ifa->ra->p.name, ifa->iface->name, err); | ||||||
| } | } | ||||||
|  |  | ||||||
| int | int | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user