<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luci/libs/luci-lib-ip/src, branch master</title>
<subtitle>Lua Configuration Interface (mirror)</subtitle>
<id>https://git.openwrt.org/project/luci/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/luci/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/'/>
<updated>2024-11-17T22:23:42Z</updated>
<entry>
<title>luci-lib-ip: fix build error with LTO</title>
<updated>2024-11-17T22:23:42Z</updated>
<author>
<name>Anari Jalakas</name>
</author>
<published>2024-11-11T19:00:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=82bde8c42db177d6069459f641c74c1ab1fc745f'/>
<id>urn:sha1:82bde8c42db177d6069459f641c74c1ab1fc745f</id>
<content type='text'>
Adding $(FPIC) parameter fixes building with CONFIG_USE_LTO enabled.

Signed-off-by: Anari Jalakas &lt;anari.jalakas@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-lib-ip: fix creating address instances from integers</title>
<updated>2023-11-07T21:59:08Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2023-11-07T21:59:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=ac7b37ef0133ab8349c8516d5a63a57a44dddafd'/>
<id>urn:sha1:ac7b37ef0133ab8349c8516d5a63a57a44dddafd</id>
<content type='text'>
Ensure that the proper byte order is used when creating IPv4/IPv6/MAC
instances from integer values on big endian systems.

Fixes: #6678
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>luci-lib-ip: fix tolinklocal invalid ipv6 result</title>
<updated>2020-09-06T21:15:29Z</updated>
<author>
<name>Santiago Piccinini</name>
</author>
<published>2020-09-06T21:15:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=62505bdd2d25f4e2538904938160495515b8bbf9'/>
<id>urn:sha1:62505bdd2d25f4e2538904938160495515b8bbf9</id>
<content type='text'>
Force zeroing uninitialized memory.

Signed-off-by: Santiago Piccinini &lt;spiccinini@altermundi.net&gt;
</content>
</entry>
<entry>
<title>luci-lib-ip: explicitly clear scope when allocating new userdata</title>
<updated>2020-02-08T10:03:56Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2020-02-08T10:00:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=c2eeb09bd99b03eead837d8dbfb3f0d8046ccc65'/>
<id>urn:sha1:c2eeb09bd99b03eead837d8dbfb3f0d8046ccc65</id>
<content type='text'>
Fixes: #3609
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>luci-lib-ip: explicitly initialize address scope value</title>
<updated>2020-01-23T11:33:49Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2020-01-23T11:31:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=5cbbfaba3e2935b61b42fe339e78b3ff300c1619'/>
<id>urn:sha1:5cbbfaba3e2935b61b42fe339e78b3ff300c1619</id>
<content type='text'>
Explicitly initialize the address scope value to zero in parse_cidr() and
L_setaddr() to avoid stray scope identifiers getting added when formatting
the address object as string.

Fixes: 1d2b4c777 ("luci-lib-ip: support scoped IPv6 addresses")
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>luci-lib-ip: support scoped IPv6 addresses</title>
<updated>2019-12-09T16:31:51Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2019-12-09T16:31:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=f7a7f89e0ce324115098f4496e3e72d8bb63613a'/>
<id>urn:sha1:f7a7f89e0ce324115098f4496e3e72d8bb63613a</id>
<content type='text'>
Ref: https://github.com/openwrt/luci/issues/3380
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>luci-lib-ip: support specifying source address in route()</title>
<updated>2019-08-06T13:19:50Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2019-08-06T11:37:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=d73553e5303587ccecf05a91ead258054c9a70eb'/>
<id>urn:sha1:d73553e5303587ccecf05a91ead258054c9a70eb</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>treewide: Fix typos in comments</title>
<updated>2018-10-10T07:00:07Z</updated>
<author>
<name>yangfl</name>
</author>
<published>2018-08-18T04:21:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=401382a459743db941738a645822b443ecfdc596'/>
<id>urn:sha1:401382a459743db941738a645822b443ecfdc596</id>
<content type='text'>
Signed-off-by: David Yang &lt;mmyangfl@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-lib-ip: add MAC address calculation support</title>
<updated>2018-03-12T15:02:55Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2018-03-12T07:18:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=4f412a76c262acf099678fe97c058f295c749608'/>
<id>urn:sha1:4f412a76c262acf099678fe97c058f295c749608</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>luci-lib-ip: fix documentation issue</title>
<updated>2015-09-01T14:49:19Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2015-09-01T14:49:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=daeb2016d6b89d431f9e2ddb51384131c86ab6b6'/>
<id>urn:sha1:daeb2016d6b89d431f9e2ddb51384131c86ab6b6</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;
</content>
</entry>
</feed>
