I'm following this tutorial to find Ip address changes via rtNetlink
But the problem is I'm getting events like RTM_NEWADDR, RTM_NEWLINK multiple times from kernel. How to handle this? I already looked up this SO thread but it's not resolving my problem.