From f22c19f3fb53aa323f2297c62fc08f368b19cdc8 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 2 Mar 2014 20:35:13 +0000 Subject: [cmdline] Add the "ipstat" command Signed-off-by: Michael Brown --- src/config/config.c | 3 +++ src/config/general.h | 1 + 2 files changed, 4 insertions(+) (limited to 'src/config') diff --git a/src/config/config.c b/src/config/config.c index 1f17fb268..98d3d8b29 100644 --- a/src/config/config.c +++ b/src/config/config.c @@ -287,6 +287,9 @@ REQUIRE_OBJECT ( ping_cmd ); #ifdef CONSOLE_CMD REQUIRE_OBJECT ( console_cmd ); #endif +#ifdef IPSTAT_CMD +REQUIRE_OBJECT ( ipstat_cmd ); +#endif /* * Drag in miscellaneous objects diff --git a/src/config/general.h b/src/config/general.h index 0b45edfb1..a714a0af2 100644 --- a/src/config/general.h +++ b/src/config/general.h @@ -137,6 +137,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); //#define NEIGHBOUR_CMD /* Neighbour management commands */ //#define PING_CMD /* Ping command */ //#define CONSOLE_CMD /* Console command */ +//#define IPSTAT_CMD /* IP statistics commands */ /* * ROM-specific options -- cgit v1.2.3-55-g7522