Is it possible to make changes to the Kernel Route Table from an interrupt? I am currently doing it on a interrupt using ip_rt_ioctl and I get an error from alloc_skb because it is being called nonatomically. The problem is that rtmsg_fib calls it using GFP_KERNEL instead of GFP_ATOMIC. Anyhow is there another command I can use instead of ip_rt_ioctl? Thank you Luke Klein-Berndt ............................................ Luke Klein-Berndt, Computer Scientist Wireless Communications Technologies Group National Institute of Standards and Technology Phone: (301) 975-8029 E-Mail: kleinb@nist.gov Web: http://w3.antd.nist.gov/wctg/index.html ............................................ -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ IRC Channel: irc.openprojects.net / #kernelnewbies Web Page: http://www.kernelnewbies.org/