aboutsummaryrefslogtreecommitdiff
path: root/src/usr/route.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-05[build] Fix the REQUIRE_SYMBOL mechanismMichael Brown1-0/+1
2015-03-05[build] Use REQUIRE_OBJECT() to drag in per-object configurationMichael Brown1-0/+3
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2013-09-03[ipv4] Abstract out protocol-specific portions of "route" commandMichael Brown1-13/+11
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
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