mirror of
https://github.com/ipxe/ipxe
synced 2026-05-29 05:00:58 +03:00
Add route() function to display routing table.
This commit is contained in:
@@ -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