[PATCH] Reg Review of changes flush all routing table entries in side kernel

2008-02-08 Thread dur...@it.iitb.ac.in phani
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

[PATCH] changes required to flush all routing table entries in side kernel

2008-02-26 Thread dur...@it.iitb.ac.in phani
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