From 37ccbd301df299880dcaeae6e48362e998f66c6a Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 25 Sep 2013 14:34:00 +0100 Subject: [neighbour] Add nstat() function to print out neighbour table Signed-off-by: Michael Brown --- src/include/usr/neighmgmt.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/include/usr/neighmgmt.h (limited to 'src/include/usr') diff --git a/src/include/usr/neighmgmt.h b/src/include/usr/neighmgmt.h new file mode 100644 index 000000000..3c2b704af --- /dev/null +++ b/src/include/usr/neighmgmt.h @@ -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 */ -- cgit v1.2.3-55-g7522