mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 00:17:57 +03:00
[neighbour] Add nstat() function to print out neighbour table
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
14
src/include/usr/neighmgmt.h
Normal file
14
src/include/usr/neighmgmt.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef _USR_NEIGHMGMT_H
|
||||
#define _USR_NEIGHMGMT_H
|
||||
|
||||
/** @file
|
||||
*
|
||||
* Neighbour management
|
||||
*
|
||||
*/
|
||||
|
||||
FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
extern void nstat ( void );
|
||||
|
||||
#endif /* _USR_NEIGHMGMT_H */
|
||||
Reference in New Issue
Block a user