diff options
| author | Michael Brown | 2007-01-10 02:55:07 +0100 |
|---|---|---|
| committer | Michael Brown | 2007-01-10 02:55:07 +0100 |
| commit | d24b80acf292266680d9b04836269734602ec054 (patch) | |
| tree | 88d98a1ab29bd0dc0043e2f13ef1d17b74656084 /src/core | |
| parent | Add "name" field to network device, to facilitate netdev commands. (diff) | |
| download | ipxe-d24b80acf292266680d9b04836269734602ec054.tar.gz ipxe-d24b80acf292266680d9b04836269734602ec054.tar.xz ipxe-d24b80acf292266680d9b04836269734602ec054.zip | |
Added network interface management commands
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/config.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/config.c b/src/core/config.c index b501ea552..19deec5b7 100644 --- a/src/core/config.c +++ b/src/core/config.c @@ -152,6 +152,9 @@ REQUIRE_OBJECT ( nvo_cmd ); #ifdef CONFIG_CMD REQUIRE_OBJECT ( config_cmd ); #endif +#ifdef IFMGMT_CMD +REQUIRE_OBJECT ( ifmgmt_cmd ); +#endif /* * Drag in miscellaneous objects |
