<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/mwan3, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-07-07T06:03:02Z</updated>
<entry>
<title>mwan3: bump PKG_VERSION to 2.12.2</title>
<updated>2026-07-07T06:03:02Z</updated>
<author>
<name>Florian Eckert</name>
</author>
<published>2026-07-06T11:21:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=213d90b41753123f2934bc162ce276e20b384e0e'/>
<id>urn:sha1:213d90b41753123f2934bc162ce276e20b384e0e</id>
<content type='text'>
Update version.

Signed-off-by: Florian Eckert &lt;fe@dev.tdt.de&gt;
</content>
</entry>
<entry>
<title>mwan3: sourcing the mwan3 init is not needed anymore</title>
<updated>2026-07-07T06:03:02Z</updated>
<author>
<name>Florian Eckert</name>
</author>
<published>2026-06-09T11:38:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=cdb882a27fce62ccc48ccb542858bc561cbc2678'/>
<id>urn:sha1:cdb882a27fce62ccc48ccb542858bc561cbc2678</id>
<content type='text'>
Source the 'mwan3' init service does printing the following log message:

/usr/sbin/mwan3: /etc/init.d/mwan3: line 116: extra_command: not found

However, there is no need to source this file, as the required functions are
already loaded in the file '/usr/lib/mwan3.sh'.

Signed-off-by: Florian Eckert &lt;fe@dev.tdt.de&gt;
</content>
</entry>
<entry>
<title>mwan3: add log message if l3 interface is not up</title>
<updated>2026-07-07T06:03:02Z</updated>
<author>
<name>Florian Eckert</name>
</author>
<published>2026-06-09T11:38:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=583036ad176d643d0d108600797c87558da26b4c'/>
<id>urn:sha1:583036ad176d643d0d108600797c87558da26b4c</id>
<content type='text'>
Add log message.

Signed-off-by: Florian Eckert &lt;fe@dev.tdt.de&gt;
</content>
</entry>
<entry>
<title>mwan3: skip ci version check</title>
<updated>2026-07-05T10:20:25Z</updated>
<author>
<name>Etienne Champetier</name>
</author>
<published>2026-07-05T09:37:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=964750c6e724cee9b9c843bf43966a7aa88b1d58'/>
<id>urn:sha1:964750c6e724cee9b9c843bf43966a7aa88b1d58</id>
<content type='text'>
No version to test here.

Signed-off-by: Etienne Champetier &lt;champetier.etienne@gmail.com&gt;
</content>
</entry>
<entry>
<title>mwan3: bump PKG_VERSION to 2.12.1</title>
<updated>2026-03-11T13:24:47Z</updated>
<author>
<name>Harin Lee</name>
</author>
<published>2026-03-11T11:20:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ff0e55a2a32dfa513775044bf5c217bf3a11beb2'/>
<id>urn:sha1:ff0e55a2a32dfa513775044bf5c217bf3a11beb2</id>
<content type='text'>
Signed-off-by: Harin Lee &lt;me@harin.net&gt;
</content>
</entry>
<entry>
<title>mwan3: fix typos in warning messages</title>
<updated>2026-03-11T13:24:47Z</updated>
<author>
<name>Harin Lee</name>
</author>
<published>2026-03-08T05:00:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1e721190f9b4e0b195ac5e5d85b8c89d8a72ddff'/>
<id>urn:sha1:1e721190f9b4e0b195ac5e5d85b8c89d8a72ddff</id>
<content type='text'>
Signed-off-by: Harin Lee &lt;me@harin.net&gt;
</content>
</entry>
<entry>
<title>mwan3: fix IPv6 support for httping command</title>
<updated>2026-03-11T13:24:47Z</updated>
<author>
<name>Harin Lee</name>
</author>
<published>2026-03-04T08:08:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8031e5459cc3f839c51d72ed8d944dc0e1bd2216'/>
<id>urn:sha1:8031e5459cc3f839c51d72ed8d944dc0e1bd2216</id>
<content type='text'>
This passes the '-6' option to httping if the address family is IPv6.

Signed-off-by: Harin Lee &lt;me@harin.net&gt;
</content>
</entry>
<entry>
<title>mwan3: warn about unsupported IPv6 in arping track method</title>
<updated>2026-03-11T13:24:47Z</updated>
<author>
<name>Harin Lee</name>
</author>
<published>2026-03-04T07:35:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=91b997bb506450e4e2b6ef43ec5e81de91f575c8'/>
<id>urn:sha1:91b997bb506450e4e2b6ef43ec5e81de91f575c8</id>
<content type='text'>
ARP and arping do not support IPv6.

Signed-off-by: Harin Lee &lt;me@harin.net&gt;
</content>
</entry>
<entry>
<title>mwan3: bump PKG_RELEASE</title>
<updated>2025-09-03T13:42:20Z</updated>
<author>
<name>Fabian Groffen</name>
</author>
<published>2025-09-02T11:25:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=75a96faba76410ebdcc90e542189b45584dbb487'/>
<id>urn:sha1:75a96faba76410ebdcc90e542189b45584dbb487</id>
<content type='text'>
- fix some problems with GNU sed/grep
- add IPv6-PD src_ip logic

Signed-off-by: Fabian Groffen &lt;grobian@bitzolder.nl&gt;
</content>
</entry>
<entry>
<title>mwan3: init.d/mwan3: fix GNU grep warning about stray \</title>
<updated>2025-09-03T13:42:20Z</updated>
<author>
<name>Fabian Groffen</name>
</author>
<published>2025-09-02T11:24:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=575db9300a38e1ccf28fc3d37b505594b54f8550'/>
<id>urn:sha1:575db9300a38e1ccf28fc3d37b505594b54f8550</id>
<content type='text'>
GNU grep complains:
  grep: warning: stray \ before :

Drop the \, confirmed with busybox grep backslash is non-significant
(the output is the same).

Closes: https://github.com/openwrt/packages/issues/25198
Signed-off-by: Fabian Groffen &lt;grobian@bitzolder.nl&gt;
</content>
</entry>
</feed>
