What is a programmatic way to find out what interface is associated with the default route? I know this could be done by parsing /proc/sys/net/route, but is there a more elegant solution?
What is a programmatic way to find out what interface is associated with the default route? I know this could be done by parsing /proc/sys/net/route, but is there a more elegant solution?