aboutsummaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2010-11-19 00:23:26 +0000
committerMichael Brown <mcb30@ipxe.org>2010-11-20 16:52:04 +0000
commit6fd09b541fbc426057661c7e0da4f39000b6803e (patch)
tree042ecae7db862b934180566b16645969987343de /src/config
parentf12fcd53b1b661b5bfe7b5048398225297133b95 (diff)
downloadipxe-6fd09b541fbc426057661c7e0da4f39000b6803e.zip
ipxe-6fd09b541fbc426057661c7e0da4f39000b6803e.tar.gz
ipxe-6fd09b541fbc426057661c7e0da4f39000b6803e.tar.bz2
[vlan] Add support for IEEE 802.1Q VLANs
Originally-implemented-by: michael-dev@fami-braun.de Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config')
-rw-r--r--src/config/config.c3
-rw-r--r--src/config/general.h1
2 files changed, 4 insertions, 0 deletions
diff --git a/src/config/config.c b/src/config/config.c
index f9061d0..5d21888 100644
--- a/src/config/config.c
+++ b/src/config/config.c
@@ -234,6 +234,9 @@ REQUIRE_OBJECT ( pxe_cmd );
#ifdef LOTEST_CMD
REQUIRE_OBJECT ( lotest_cmd );
#endif
+#ifdef VLAN_CMD
+REQUIRE_OBJECT ( vlan_cmd );
+#endif
/*
* Drag in miscellaneous objects
diff --git a/src/config/general.h b/src/config/general.h
index 652ecf7..b84707a 100644
--- a/src/config/general.h
+++ b/src/config/general.h
@@ -123,6 +123,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#undef TIME_CMD /* Time commands */
#undef DIGEST_CMD /* Image crypto digest commands */
#undef LOTEST_CMD /* Loopback testing commands */
+#undef VLAN_CMD /* VLAN commands */
//#undef PXE_CMD /* PXE commands */
/*