Programmatic way to find interface

Gilboa Davara gilboad at gmail.com
Sun Nov 12 13:14:47 UTC 2006


On Sun, 2006-11-12 at 06:09 -0500, Neal Becker wrote:
> 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?
> 

$ route -n | grep ^0.0.0.0 | awk '{print $1}'

- Gilboa




More information about the fedora-list mailing list