summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorMichael Brown2008-03-21 01:06:28 +0100
committerMichael Brown2008-03-21 01:06:28 +0100
commit0fbe484566deb32b729f24eacc2a0a0ae4034e1b (patch)
treea40d02aae8a9e3e8fb796bf207768bb548c849be /src/config.h
parent[Settings] Use a settings applicator to configure IPv4 routes. (diff)
downloadipxe-0fbe484566deb32b729f24eacc2a0a0ae4034e1b.tar.gz
ipxe-0fbe484566deb32b729f24eacc2a0a0ae4034e1b.tar.xz
ipxe-0fbe484566deb32b729f24eacc2a0a0ae4034e1b.zip
[IPv4] Add a config option for IPv4
IPv4 may not always be dragged into the link, so add a specific configuration option for it.
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index e004f23d..9a447ad5 100644
--- a/src/config.h
+++ b/src/config.h
@@ -76,6 +76,16 @@
/* @BEGIN general.h
*
+ * Network protocols
+ *
+ */
+
+#define NET_PROTO_IPV4 /* IPv4 protocol */
+
+/* @END general.h */
+
+/* @BEGIN general.h
+ *
* Download protocols
*
*/