aboutsummaryrefslogtreecommitdiff
path: root/src/usr/route.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-2/+2
2010-03-23[netdevice] Add netdev_is_open() wrapper functionMichael Brown1-1/+1
2009-11-16[ipv4] Use a zero address to indicate "no gateway", rather than INADDR_NONEMichael Brown1-1/+1
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2007-01-19Use stdio.h instead of vsprintf.hMichael Brown1-1/+1
2007-01-10Warn when net device on an active route is not open.Michael Brown1-0/+2
2007-01-10Add route() function to display routing table.Michael Brown1-0/+41