
< 	skb = nlmsg_new(NLMSG_ALIGN(sizeof(struct ifaddrmsg)) +
---
> 	size_t msg_size = phonet_nlmsg_size();
> 	skb = nlmsg_new(msg_size, GFP_KERNEL);
