mirror of
https://github.com/ipxe/ipxe
synced 2025-12-17 18:11:49 +03:00
Add route() function to display routing table.
This commit is contained in:
12
src/include/usr/route.h
Normal file
12
src/include/usr/route.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef _USR_ROUTE_H
|
||||
#define _USR_ROUTE_H
|
||||
|
||||
/** @file
|
||||
*
|
||||
* Routing table management
|
||||
*
|
||||
*/
|
||||
|
||||
extern void route ( void );
|
||||
|
||||
#endif /* _USR_ROUTE_H */
|
||||
Reference in New Issue
Block a user