diff options
| author | Michael Brown | 2007-01-10 21:38:20 +0100 |
|---|---|---|
| committer | Michael Brown | 2007-01-10 21:38:20 +0100 |
| commit | d9ba8f790b2b0ad7e22b96e46dc5e0946815e512 (patch) | |
| tree | 21c185a7baf98f25fc00b2803b90903926e0f0df /src/include/usr | |
| parent | Try booting from the "boot" network device first (i.e. the one which we (diff) | |
| download | ipxe-d9ba8f790b2b0ad7e22b96e46dc5e0946815e512.tar.gz ipxe-d9ba8f790b2b0ad7e22b96e46dc5e0946815e512.tar.xz ipxe-d9ba8f790b2b0ad7e22b96e46dc5e0946815e512.zip | |
Add route() function to display routing table.
Diffstat (limited to 'src/include/usr')
| -rw-r--r-- | src/include/usr/route.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/include/usr/route.h b/src/include/usr/route.h new file mode 100644 index 000000000..fc8558926 --- /dev/null +++ b/src/include/usr/route.h @@ -0,0 +1,12 @@ +#ifndef _USR_ROUTE_H +#define _USR_ROUTE_H + +/** @file + * + * Routing table management + * + */ + +extern void route ( void ); + +#endif /* _USR_ROUTE_H */ |
