Displaying 1 result from an estimated 1 matches for "addrout".
Did you mean:
addroot
2006 Jul 25
3
problem in Route add using netlink
...val ; i ++)
printf ("%u", msgBuf[i]);
printf ("\n");
close(sock);
return 0;
}
//////////////////////////////////////////////////////////////////////////////////////////////////////////
OUTPUT
[root@vijdom]gcc netlink_addroute.c -o addroute
[root@vijdom]# ./addroute
No of Bytes sent 44
Value that is sent
4400024004000042949672398800216160000101008010429496723242949672085108050429496723242949672085190
//////////////////////////////////////////////////////////////////////////////////////////////////////////...