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