summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorMichael Brown2009-06-28 21:50:23 +0200
committerMichael Brown2009-06-28 21:50:23 +0200
commit546cc62394e12aa04eb16da8a47edd7d93869023 (patch)
treee44baa3af9d1977f5d0646c57e6ffca05726c03b /src/config
parent[ifmgmt] Move ifmgmt_cmd.h to include/hci (diff)
downloadipxe-546cc62394e12aa04eb16da8a47edd7d93869023.tar.gz
ipxe-546cc62394e12aa04eb16da8a47edd7d93869023.tar.xz
ipxe-546cc62394e12aa04eb16da8a47edd7d93869023.zip
[pxe] Add startpxe and stoppxe commands
These commands can be used to activate or deactivate the PXE API (on a specifiable network interface). This is currently of limited use, since most image formats will call shutdown() before booting the image, meaning that the underlying net device gets shut down during remove_devices() anyway.
Diffstat (limited to 'src/config')
-rw-r--r--src/config/general.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/general.h b/src/config/general.h
index dfc87007..170ad33a 100644
--- a/src/config/general.h
+++ b/src/config/general.h
@@ -105,6 +105,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define LOGIN_CMD /* Login command */
#undef TIME_CMD /* Time commands */
#undef DIGEST_CMD /* Image crypto digest commands */
+#define PXE_CMD /* PXE commands */
/*
* Obscure configuration options