On Mon, Nov 27, 2017 at 11:12 AM, Borja Salazar wrote:
> Hi,
>
> Our company is currently developing a service for controlling routers
> via ubus methods from a server. We also would like to received and
> handle different notification from the device, so we would like to
> send as many events as
Preserves optionality of libmnl by letting configuration
script follow the HAVE_MNL environment variable.
Signed-off-by: Russell Senior
---
package/network/utils/iproute2/Makefile| 5 ++--
.../utils/iproute2/patches/007-no_arpd.patch | 6 ++--
.../utils/iproute2/patches/008
Hi!
Will this also apply to the Sierra MC7430, as it is also raw-ip only? If I am
not mistaken it is the same as the MC7455, just for the Asia/Pacific region. I
would be able to verify this patch on the device. To verify that it works, do
I just look for /sys/class/net/$ifname/qmi/raw_ip ?
Koen Vandeputte writes:
> On 2017-11-27 17:53, Bjørn Mork wrote:
>> Koen Vandeputte writes:
>>
>>> @@ -99,6 +99,13 @@ proto_qmi_setup() {
>>> uqmi -s -d "$device" --set-data-format 802.3
>>> uqmi -s -d "$device" --wda-set-data-format 802.3
>>> + dataformat="$(uqmi -s -d "$devic
Some newer LTE modems, like the MC7455 or EC25-E do not support
"802.3" mode, and will stay in "raw-ip" regardless of the mode being
set.
In this case, the driver must be informed that it should handle all
packets in raw mode. [1]
This commit fixes connectivity issues for these devices.
Before:
Koen Vandeputte writes:
> @@ -99,6 +99,13 @@ proto_qmi_setup() {
>
> uqmi -s -d "$device" --set-data-format 802.3
> uqmi -s -d "$device" --wda-set-data-format 802.3
> + dataformat="$(uqmi -s -d "$device" --wda-get-data-format)"
> +
> + if [ "$dataformat" = '"raw-ip"' ]; then
On 2017-11-27 17:53, Bjørn Mork wrote:
Koen Vandeputte writes:
@@ -99,6 +99,13 @@ proto_qmi_setup() {
uqmi -s -d "$device" --set-data-format 802.3
uqmi -s -d "$device" --wda-set-data-format 802.3
+ dataformat="$(uqmi -s -d "$device" --wda-get-data-format)"
+
+ if [
On Mon, Nov 27, 2017 at 11:14 AM, Kevin Darbyshire-Bryant
wrote:
> == Changes ==
>
> * compat: support timespec64 on old kernels
> * compat: support AVX512BW+VL by lying
> * compat: fix typo and ranges
> * compat: support 4.15's netlink and barrier changes
> * poly1305-avx512: requires AVX512
Some newer LTE modems, like the MC7455 or EC25-E do not support
"802.3" mode, and will stay in "raw-ip" regardless of the mode being
set.
In this case, the driver must be informed that it should handle all
packets in raw mode. [1]
This commit fixes connectivity issues for these devices.
Before:
On Mon, Nov 27, 2017 at 12:47 AM, Hans Dedecker wrote:
> On Mon, Nov 27, 2017 at 9:29 AM, Russell Senior
> wrote:
>>
>> Signed-off-by: Russell Senior
>> ---
>> package/network/utils/iproute2/Makefile| 18 ++--
>> .../utils/iproute2/patches/007-no_arpd.patch | 6 ++--
>
Felix Fietkau wrote:
On 2017-11-07 09:45, Zoltan HERPAI wrote:
Given that we've decided to sail under the same flag for
the benefit of the whole community, and acknowledge the
achievements of the LEDE project, let's start the final
steps of the merge.
The git and other sources are untouched
== Changes ==
* compat: support timespec64 on old kernels
* compat: support AVX512BW+VL by lying
* compat: fix typo and ranges
* compat: support 4.15's netlink and barrier changes
* poly1305-avx512: requires AVX512F+VL+BW
Numerous compat fixes which should keep us supporting 3.10-4.15-rc1.
Hi,
Our company is currently developing a service for controlling routers
via ubus methods from a server. We also would like to received and
handle different notification from the device, so we would like to
send as many events as possible. Currently there is already a patch
for dnsmasq that provi
On Fri, Nov 24, 2017 at 11:56 AM, Borja Salazar wrote:
> Signed-off-by: Borja Salazar
Hi,
Could you describe why you want an ubus event per sent DHCP ack
message as potentially this could generate a lot of ubus traffic
depending on the leasetime and number of connected clients. Depending
on your
On Mon, Nov 27, 2017 at 9:29 AM, Russell Senior
wrote:
>
> Signed-off-by: Russell Senior
> ---
> package/network/utils/iproute2/Makefile| 18 ++--
> .../utils/iproute2/patches/007-no_arpd.patch | 6 ++--
> .../utils/iproute2/patches/008-no_netem.patch | 2 +-
> .
Signed-off-by: Russell Senior
---
package/network/utils/iproute2/Makefile| 18 ++--
.../utils/iproute2/patches/007-no_arpd.patch | 6 ++--
.../utils/iproute2/patches/008-no_netem.patch | 2 +-
.../iproute2/patches/120-libnetlink-pic.patch | 7 ++---
...pi-l
16 matches
Mail list logo