From 98696598954faf6e645de9174f62f6f6c34e9fc9 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 10 Jan 2007 02:04:07 +0000 Subject: [PATCH] Add interface management commands --- src/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.h b/src/config.h index 32caa8ac..de1a80a3 100644 --- a/src/config.h +++ b/src/config.h @@ -118,6 +118,7 @@ #define BOOT_CMD /* Automatic booting */ #define NVO_CMD /* Non-volatile option storage commands */ #define CONFIG_CMD /* Option configuration console */ +#define IFMGMT_CMD /* Interface management commands */ /* @END general.h */