summaryrefslogtreecommitdiffstats
path: root/src/usr/route.c
Commit message (Expand)AuthorAgeFilesLines
* [build] Fix the REQUIRE_SYMBOL mechanismMichael Brown2015-03-051-0/+1
* [build] Use REQUIRE_OBJECT() to drag in per-object configurationMichael Brown2015-03-051-0/+3
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [ipv4] Abstract out protocol-specific portions of "route" commandMichael Brown2013-09-031-13/+11Star
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-2/+2
* [netdevice] Add netdev_is_open() wrapper functionMichael Brown2010-03-231-1/+1
* [ipv4] Use a zero address to indicate "no gateway", rather than INADDR_NONEMichael Brown2009-11-161-1/+1
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* Use stdio.h instead of vsprintf.hMichael Brown2007-01-191-1/+1
* Warn when net device on an active route is not open.Michael Brown2007-01-101-0/+2
* Add route() function to display routing table.Michael Brown2007-01-101-0/+41