From: Bob Keyes Date: 2007-01-22T00:30:40+09:00 Subject: IP Routing table - RTNETLINK - sockets I wish to manipulate the routing table in Linux without having to make system calls out to 'route'. I know that in C this can be done by using a socket and RTNETLINK. How can I accomplish this in Ruby? This is for an embedded application, so I don't want to drag in lots of libraries. -- Posted via http://www.ruby-forum.com/.