<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/busybox/examples/udhcp, branch 1_33_stable</title>
<subtitle>Busybox tree with Carbs Linux patches
</subtitle>
<id>https://git.carbslinux.org/forks/busybox/atom?h=1_33_stable</id>
<link rel='self' href='https://git.carbslinux.org/forks/busybox/atom?h=1_33_stable'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/'/>
<updated>2020-12-13T20:35:26+00:00</updated>
<entry>
<title>examples: remove /sbin/ prefixes, system should be configured with $PATH to find utilities</title>
<updated>2020-12-13T20:35:26+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2020-12-13T20:35:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=1b367cbeda9447d771b09831c1e9c83cadbee55e'/>
<id>urn:sha1:1b367cbeda9447d771b09831c1e9c83cadbee55e</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>examples/udhcp/simple.script: fix IPv6 support when using udhcpc</title>
<updated>2020-06-21T01:02:02+00:00</updated>
<author>
<name>Stefan Agner</name>
<email>stefan.agner@toradex.com</email>
</author>
<published>2020-06-16T08:06:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=62744efa472886ea8fdeb262dcb184974e3f88de'/>
<id>urn:sha1:62744efa472886ea8fdeb262dcb184974e3f88de</id>
<content type='text'>
The udhcpc script calls ip addr flush .. which flushes addresses
of any address family, including IPv6. However, busybox udhcpc is
IPv4 only and should not influence IPv6 addressing. Hence use ip
addr flush with family constraint.

The script particularly broke IPv6 SLAAC: Typically when udhcpc
calls the script the kernel already assigned the IPv6 link-local
address. The flush removes the link-local IPv6 address again and
prohibits proper IPv6 operation such as SLAAC since neighbor
discovery protocol relies on IPv6 link-local addressing.

Signed-off-by: Stefan Agner &lt;stefan.agner@toradex.com&gt;
[Taken from https://git.openembedded.org/openembedded-core/commit/meta/recipes-core/busybox/files/simple.script?id=b77541dbb2f442e51842f9d24c8745a6df2d1478]
Signed-off-by: Quentin Schulz &lt;quentin.schulz@streamunlimited.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>examples/udhcp/simple.script: print the filename actually changed</title>
<updated>2019-09-12T10:06:46+00:00</updated>
<author>
<name>Rolf Eike Beer</name>
<email>eb@emlix.com</email>
</author>
<published>2019-08-13T15:41:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=7f89ebe18ff2f5b3b5e8b2d617d682cb1d56293b'/>
<id>urn:sha1:7f89ebe18ff2f5b3b5e8b2d617d682cb1d56293b</id>
<content type='text'>
Signed-off-by: Rolf Eike Beer &lt;eb@emlix.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>examples/udhcp/simple.script: up interface on deconfig event</title>
<updated>2019-09-05T12:58:30+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-09-05T12:58:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=81a708393d851b6b35c9bc3efe0e76ae696c07cc'/>
<id>urn:sha1:81a708393d851b6b35c9bc3efe0e76ae696c07cc</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>udhcpd: support per-client hostnames in static leases</title>
<updated>2019-05-16T09:18:49+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-05-16T09:18:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=a840884531df649aabc72debb2d6025dabe2abb3'/>
<id>urn:sha1:a840884531df649aabc72debb2d6025dabe2abb3</id>
<content type='text'>
function                                             old     new   delta
read_staticlease                                     222     299     +77
add_server_options                                    92     154     +62
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/0 up/down: 139/0)             Total: 139 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>examples/udhcp/simple.script: fix resolv.conf update if it is a dangling symlink</title>
<updated>2019-04-13T14:58:00+00:00</updated>
<author>
<name>Rolf Eike Beer</name>
<email>eb@emlix.com</email>
</author>
<published>2019-03-28T14:29:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=7180d9ed863e6ea350938b13384548f4f2617528'/>
<id>urn:sha1:7180d9ed863e6ea350938b13384548f4f2617528</id>
<content type='text'>
If /etc/resolv.conf is a symlink to a tmpfs and the actual file does not
already exist, "readlink -f" will not detect it as symlink. Explicitely check
for that condition before and touch the file, making the other code work as
intended.

Signed-off-by: Rolf Eike Beer &lt;eb@emlix.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>Update examples/udhcp/udhcpd.conf</title>
<updated>2019-01-15T12:19:01+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-01-15T12:19:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=edb74f40191458f3ae581e3ad385832906f7a39e'/>
<id>urn:sha1:edb74f40191458f3ae581e3ad385832906f7a39e</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>examples/udhcp/simple.script: add possibility to use modern "ip"</title>
<updated>2018-10-30T11:05:03+00:00</updated>
<author>
<name>Jiří Prchal</name>
<email>jiri.prchal@aksignal.cz</email>
</author>
<published>2018-10-04T07:02:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=47839ae6797bcded0178893cb950d2e2f8be1f6f'/>
<id>urn:sha1:47839ae6797bcded0178893cb950d2e2f8be1f6f</id>
<content type='text'>
Script uses "ifconfig" only, not up-to-date so much.
This patch adds "ip" in condition if exists.

Signed-off-by: Jiří Prchal &lt;jiri.prchal@aksignal.cz&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>udhcp: support string user options, closes 10946</title>
<updated>2018-04-13T11:27:52+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2018-04-13T11:18:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=266f6f19732f9b35487a87a346e58c1c3a0af43d'/>
<id>urn:sha1:266f6f19732f9b35487a87a346e58c1c3a0af43d</id>
<content type='text'>
function                                             old     new   delta
udhcp_str2optset                                     536     628     +92
packed_usage                                       32757   32760      +3
udhcpc_main                                         2708    2692     -16
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/1 up/down: 95/-16)             Total: 79 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>examples: make udhcpc script handle /32 netmasks</title>
<updated>2017-04-05T22:53:43+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2017-04-05T22:53:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=9c192e7f946a351c811e2278bbf56b4dc6a4b663'/>
<id>urn:sha1:9c192e7f946a351c811e2278bbf56b4dc6a4b663</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
