srinivas88 0 Light Poster

Hi,
I need to monitor the ip addresses in a server. whenever there is a fluctuation, i need to do some clean up (like restart the server/ reboot the machine)
I was able to get a sample cpp program & was able to enhance it to suit my needs.
But i think it would be better if i am able to convert it into a shell script as it will give me more flexibility in parsing the output.

any body has got any idea of the syntax to be used for netlink sockets in shell script, since I could not find any doc explaining any such procedure.

thanks.
I can put the cpp code here if you need it.