summaryrefslogtreecommitdiffstats
path: root/server/ipxe/general.h
diff options
context:
space:
mode:
authorJannik Schönartz2018-08-17 08:39:55 +0200
committerJannik Schönartz2018-08-17 08:39:55 +0200
commit1667e801098e334e30b5c8a19919084f6063b42e (patch)
tree532630c936cb5c7395b658faf24319a4bd7e0201 /server/ipxe/general.h
parent[server/router] Fix eslint errors (diff)
downloadbas-1667e801098e334e30b5c8a19919084f6063b42e.tar.gz
bas-1667e801098e334e30b5c8a19919084f6063b42e.tar.xz
bas-1667e801098e334e30b5c8a19919084f6063b42e.zip
[firstregistration] First start of the new client registration
Router now also can use non auth methods. (Used for the registration calls) Added ipxe scripts for the registration Added backend methods for dynamic ipxe scripts and first try of a dhcp api call
Diffstat (limited to 'server/ipxe/general.h')
-rw-r--r--server/ipxe/general.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/ipxe/general.h b/server/ipxe/general.h
index 8c8687e..5ee8d0e 100644
--- a/server/ipxe/general.h
+++ b/server/ipxe/general.h
@@ -146,7 +146,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#define POWEROFF_CMD /* Power off command */
//#define IMAGE_TRUST_CMD /* Image trust management commands */
//#define PCI_CMD /* PCI commands */
-//#define PARAM_CMD /* Form parameter commands */
+#define PARAM_CMD /* Form parameter commands */
//#define NEIGHBOUR_CMD /* Neighbour management commands */
//#define PING_CMD /* Ping command */
#define CONSOLE_CMD /* Console command */