Problem : Need to clean up routing table entries in side the Linux
kernel. But kernel is not providing single command to clear all
routing table entries at once.
Modified the kernel to take of the changesDefined new net link
message under NETLINK_ROUTE family RTM_FLUSHROUTE. At the
Problem : Need to clean up routing table entries in side the Linux
kernel. But kernel is not providing single command to clear all
routing table entries at once.
Modified the kernel to take of the changesDefined new net link
message under NETLINK_ROUTE family RTM_FLUSHROUTE. At