<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/ipxe.git/src/net/dhcpopts.c, branch v0.9.6</title>
<subtitle>Fork of ipxe; additional commands and features</subtitle>
<id>https://git.openslx.org/openslx-ng/ipxe.git/atom/src/net/dhcpopts.c?h=v0.9.6</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/ipxe.git/atom/src/net/dhcpopts.c?h=v0.9.6'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/'/>
<updated>2008-03-25T20:46:16+00:00</updated>
<entry>
<title>[Settings] Remove assumption that all settings have DHCP tag values</title>
<updated>2008-03-25T20:46:16+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2008-03-25T20:46:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=92d15eff30410dcb0ec406e06b131fb7d9179ffd'/>
<id>urn:sha1:92d15eff30410dcb0ec406e06b131fb7d9179ffd</id>
<content type='text'>
Allow for settings to be described by something other than a DHCP option
tag if desirable.  Currently used only for the MAC address setting.

Separate out fake DHCP packet creation code from dhcp.c to fakedhcp.c.

Remove notion of settings from dhcppkt.c.

Rationalise dhcp.c to use settings API only for final registration of the
DHCP options, rather than using {store,fetch}_setting throughout.
</content>
</entry>
<entry>
<title>[Settings] DHCP is now working using the new settings API.</title>
<updated>2008-03-21T22:55:59+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2008-03-21T22:55:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=a462c96ffc1e7d378c783823f768a47d323dd210'/>
<id>urn:sha1:a462c96ffc1e7d378c783823f768a47d323dd210</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[Settings] Migrate DHCP and NVO code to the new settings API (untested)</title>
<updated>2008-03-21T22:15:31+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2008-03-21T22:15:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=8afb36c3bc08ff0c9bdf0a8496cb08a8bfe287f3'/>
<id>urn:sha1:8afb36c3bc08ff0c9bdf0a8496cb08a8bfe287f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[DHCP] Kill off some no-longer-used DHCP functions</title>
<updated>2008-03-21T00:50:12+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2008-03-21T00:50:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=bb32b8999cf76e5dab057a058d465468afc7e4ce'/>
<id>urn:sha1:bb32b8999cf76e5dab057a058d465468afc7e4ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[Settings] Use a settings applicator to set the default TFTP URI.</title>
<updated>2008-03-21T00:26:29+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2008-03-21T00:26:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=1edbcd4246c3de183b1d34ebbc12f4ed19d11aa8'/>
<id>urn:sha1:1edbcd4246c3de183b1d34ebbc12f4ed19d11aa8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[Settings] Introduce settings applicators.</title>
<updated>2008-03-20T23:15:48+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2008-03-20T23:15:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=cf033046206aede5064c798bfa887fbb888b9217'/>
<id>urn:sha1:cf033046206aede5064c798bfa887fbb888b9217</id>
<content type='text'>
Convert DHCP option applicators in dns.c and iscsi.c to settings
applicators.

Kill off DHCP option applicators.
</content>
</entry>
<entry>
<title>Various warnings fixups for OpenBSD with gcc-3.3.5.</title>
<updated>2007-12-07T00:11:43+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-12-07T00:11:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=df868476e7872c3ebd8c6e2a21f8365858907dc7'/>
<id>urn:sha1:df868476e7872c3ebd8c6e2a21f8365858907dc7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove some assumptions about DHCP obtaining only a single options block.</title>
<updated>2007-11-21T04:48:18+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-11-21T04:48:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=fb809da2dfe9d715a02de7033ede46854d176c2e'/>
<id>urn:sha1:fb809da2dfe9d715a02de7033ede46854d176c2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply global DHCP options when register_dhcp_options() is called.  Do</title>
<updated>2007-07-06T16:07:50+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-07-06T16:07:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=934b70d62c7cd9835b2b8682f665277e1e1259e1'/>
<id>urn:sha1:934b70d62c7cd9835b2b8682f665277e1e1259e1</id>
<content type='text'>
not apply DHCP options in dhcp_configure_netdev().
</content>
</entry>
<entry>
<title>Add concept of DHCP option applicators.</title>
<updated>2007-07-05T17:38:14+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-07-05T17:38:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=1567b698958cccde4c32e554ef56df7add3a06f6'/>
<id>urn:sha1:1567b698958cccde4c32e554ef56df7add3a06f6</id>
<content type='text'>
</content>
</entry>
</feed>
