[LEDE-DEV] [PATCH] hostapd: set mcast_rate in mesh mode

2017-05-10 Thread Sven Eckelmann
From: Sven Eckelmann The wpa_supplicant code for IBSS allows to set the mcast rate. It is recommended to increase this value from 1 or 6 Mbit/s to something higher when using a mesh protocol on top which uses the multicast packet loss as indicator for the link quality. This setting was unfortuna

Re: [LEDE-DEV] openwrt and lede - remerge proposal

2017-05-10 Thread David Lang
On Thu, 11 May 2017, Alberto Bursi wrote: On 05/11/2017 12:33 AM, Paul Oranje wrote: Some of the rules has to change, and as we've discussed it with John, one might want to send upstream submissions to make OpenWrt show up there like other projects do. You might also want to open a private

Re: [LEDE-DEV] openwrt and lede - remerge proposal

2017-05-10 Thread Alberto Bursi
On 05/11/2017 12:33 AM, Paul Oranje wrote: > >> Some of the rules has to change, and as we've discussed it with John, one >> might want to send upstream submissions to make OpenWrt show up there like >> other projects do. You might also want to open a private conversation >> between the upstre

Re: [LEDE-DEV] openwrt and lede - remerge proposal

2017-05-10 Thread Paul Oranje
Although being someone that’s merely following the developments of this project, I want to comment on what’s going on in this thread. Some of my remarks may strike as not very positive, so please do not take any of those personal. s.y. Paul > Op 10 mei 2017, om 11:31 heeft Imre Kaloz het volgen

Re: [LEDE-DEV] openwrt and lede - remerge proposal

2017-05-10 Thread Hauke Mehrtens
Thanks for moving this forward. On 05/08/2017 03:19 PM, John Crispin wrote: > *) github . > > - obsolete the lede github org after a grace period of 3-6 months As long as it does not cost us effort I would like to keep the lede domains and github project up running for longer. > *) landing

Re: [LEDE-DEV] [OpenWrt-Devel] openwrt and lede - remerge proposal

2017-05-10 Thread Hauke Mehrtens
On 05/09/2017 10:12 AM, Hans Dedecker wrote: > On Tue, May 9, 2017 at 9:50 AM, John Crispin wrote: >> >> >> On 09/05/17 09:49, Rafał Miłecki wrote: >>> >>> On 8 May 2017 at 15:19, John Crispin wrote: *) domain - transfer owner ship to SPI for openwrt.org and lede-project.org (

[LEDE-DEV] [PATCH umdns 2/3] Allow filtering with instance name in service_reply

2017-05-10 Thread Rafał Miłecki
From: Rafał Miłecki This will allow sending replies more flexibly. Signed-off-by: Rafał Miłecki --- dns.c | 4 ++-- service.c | 9 ++--- service.h | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/dns.c b/dns.c index 68a088f..bccaa29 100644 --- a/dns.c +++ b/dns.c

[LEDE-DEV] [PATCH umdns 3/3] Support PTR queries for a specific service

2017-05-10 Thread Rafał Miłecki
From: Rafał Miłecki We should check if queried name starts with a _ to see if it is about a specific service + domain. Fixes: 70c66fbbcde86 ("Fix sending replies to PTR questions") Reported-by: Cristian Morales Vega Signed-off-by: Rafał Miłecki --- dns.c | 21 - 1 file cha

[LEDE-DEV] [PATCH umdns 1/3] Store instance name in the struct service

2017-05-10 Thread Rafał Miłecki
From: Rafał Miłecki This will allow using custom instace names in the future. Right now we always set it to the host-specific label so there is no behavior change. Signed-off-by: Rafał Miłecki --- service.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/servic

Re: [LEDE-DEV] [PATCH v2 1/3] base-files: add/convert generic board detection scripts

2017-05-10 Thread Piotr Dymacz
Hello Roman, On 09.05.2017 22:24, Roman Yeryomin wrote: On 9 May 2017 at 12:51, Piotr Dymacz wrote: Hello Roman, Hi Your mail addresses in from header and in SoB line don't match. is that a problem? AFAIK, not a big one but in general, yes. Someone would need to fix that before mergin

[LEDE-DEV] [PATCH] dnsmasq: add IPv6 nameserver configuration in server mode

2017-05-10 Thread Arjen de Korte
When in ra server mode, configure nameservers passed in router announcements from the dns value (which is already used by odhcpd). This also fixes FS#677 by using the global IPv6 address of the router instead of the link local address (if no nameservers are configured). Signed-off-by: Arjen de Ko

Re: [LEDE-DEV] [OpenWrt-Devel] openwrt and lede - remerge proposal

2017-05-10 Thread Thomas Endt
> -Ursprüngliche Nachricht- > Von: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] Im > Auftrag von Imre Kaloz > Gesendet: Mittwoch, 10. Mai 2017 11:36 > > On 2017-05-09 18:29, Philip Prindeville wrote: > > > > > I’d like to suggest one more action item to this list if

Re: [LEDE-DEV] generic: add support for ZTE MF667[rndis] 19d2:1403

2017-05-10 Thread Bjørn Mork
Ермошкин А.Ю. writes: > This patch adds support for the ZTE usb modem MF667 in rndis/network card > mode. > > generic/099-usb-cdc_ether-zte-update.patch > generic/774-net-usb-cdc_ether-quirks-for-zte-mf667.patch Any reason why the first patch isn't simply a backport of mainline commit bfe9b9d2d

Re: [LEDE-DEV] Devolo dLAN pro 500 Wireless+ and PLC (Power-line communication not Programmable logic controller)

2017-05-10 Thread Denis 'GNUtoo' Carikli
On Mon, 6 Mar 2017 15:10:59 + Guenther Kelleter wrote: > Hi Denis Hi again, > You need a firmware image and a PIB (config blob) for the AR7400. > Unfortunately we're not allowed to redistribute these firmware images > for legal reasons. So currently it cannot be officially supported. I know

[LEDE-DEV] generic: add support for ZTE MF667[rndis] 19d2:1403

2017-05-10 Thread Ермошкин А . Ю .
This patch adds support for the ZTE usb modem MF667 in rndis/network card mode. generic/099-usb-cdc_ether-zte-update.patch generic/774-net-usb-cdc_ether-quirks-for-zte-mf667.patch If debug enabled, kernel printk: rndis_host 1-1:1.0: ACM capabilities 02, not really RNDIS? -- With regards, Alexey

Re: [LEDE-DEV] [PATCH umdns 3/3] Support specifying instance name in JSON file

2017-05-10 Thread Rafał Miłecki
On 10 May 2017 at 12:47, Rafał Miłecki wrote: > From: Rafał Miłecki > > So far we were using host label as the instance name for every service. > This change allows specifying it manually and fallbacks to the label for > backward compatibility. > > Signed-off-by: Rafał Miłecki Actually we are n

Re: [LEDE-DEV] [PATCH mdns] Fix sending replies to PTR questions

2017-05-10 Thread Rafał Miłecki
On 10 May 2017 at 14:20, Cristian Morales Vega wrote: >> On 10 May 2017 at 13:14, Rafał Miłecki wrote: >>> After reading your comment & analyzing the code: yes. I expect this to break >>> support for queries you mentioned. >>> >>> My problem is that even without this commit or my local fix avahi-

Re: [LEDE-DEV] [PATCH mdns] Fix sending replies to PTR questions

2017-05-10 Thread Cristian Morales Vega
> On 10 May 2017 at 13:14, Rafał Miłecki wrote: >> After reading your comment & analyzing the code: yes. I expect this to break >> support for queries you mentioned. >> >> My problem is that even without this commit or my local fix avahi-browse >> still doesn't detect services announced by umdns.

Re: [LEDE-DEV] [PATCH mdns] Fix sending replies to PTR questions

2017-05-10 Thread Cristian Morales Vega
See http://lists.infradead.org/pipermail/lede-dev/2017-April/007177.html and http://lists.infradead.org/pipermail/lede-dev/2017-April/007188.html (yes, I have to improve my email workflow) With those patches it works for me. On 10 May 2017 at 13:14, Rafał Miłecki wrote: > On 04/21/2017 03:31 PM

Re: [LEDE-DEV] [PATCH mdns] Fix sending replies to PTR questions

2017-05-10 Thread Rafał Miłecki
On 04/21/2017 03:31 PM, Cristian Morales Vega wrote: On 13 February 2017 at 15:42, Rafał Miłecki wrote: From: Rafał Miłecki When we receive PTR question it includes hostname (instance), e.g.: mdnsd: parse_question (391): Q -> PTR lede._http._tcp.local First of all we should check if it match

[LEDE-DEV] [PATCH umdns 1/3] Rename mdns_hostname variable to the umdns_host_label

2017-05-10 Thread Rafał Miłecki
From: Rafał Miłecki In the whole RFC 6762 document "host name" means a fully qualified domain name. The value we store in this variable is just a first label of the name so rename it properly to make the code just a bit easier to follow. Signed-off-by: Rafał Miłecki --- dns.c | 6 +++--- s

[LEDE-DEV] [PATCH umdns 3/3] Support specifying instance name in JSON file

2017-05-10 Thread Rafał Miłecki
From: Rafał Miłecki So far we were using host label as the instance name for every service. This change allows specifying it manually and fallbacks to the label for backward compatibility. Signed-off-by: Rafał Miłecki --- service.c | 19 +-- 1 file changed, 13 insertions(+), 6

[LEDE-DEV] [PATCH umdns 2/3] Rename service_name function to the service_instance_name

2017-05-10 Thread Rafał Miłecki
From: Rafał Miłecki This name matches what is really returned by the function according to the RFC 6763. Also document it while at it. Signed-off-by: Rafał Miłecki --- service.c | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/service.c b/service.c index 8

Re: [LEDE-DEV] GSOC 2017 - Implement NetJSON output in ubus (OpenWRT/LEDE)

2017-05-10 Thread Nemesis
Hi Arun, welcome to the community! Just to provide more information, we have to thank Freifunk for their help in getting this GSOC slot, here's the abstract that got this project started: https://wiki.freifunk.net/Ideas#Implement_NetJSON_output_in_ubus_.28OpenWRT.2FLEDE.29 Best regards Federico

Re: [LEDE-DEV] [OpenWrt-Devel] openwrt and lede - remerge proposal

2017-05-10 Thread Yousong Zhou
So many items to vote and work on. I would suggest we sort out those formal things first, e.g. project rules, umbrella project etc. I do not know much about the past history apart from those posts in the public mailing list. But if these formal things were the major cause of the split in the fir

Re: [LEDE-DEV] openwrt and lede - remerge proposal

2017-05-10 Thread Imre Kaloz
On 2017-05-09 18:29, Philip Prindeville wrote: I’d like to suggest one more action item to this list if I can. It would be handy to have a single database for user authentication/identification for submitting bugs, editing the Wiki, etc. Previously there were too many places where you had

[LEDE-DEV] GSOC 2017 - Implement NetJSON output in ubus (OpenWRT/LEDE)

2017-05-10 Thread Arun Kumar
Hi Developers, I am Arunkumar Ravichandran currently admitted for masters program at University of California, San Diego. My proposal [1] Implement NetJSON output in ubus (OpenWRT/LEDE) has been accepted to the GSOC 2017 and I would like to tell more about my proposed project. The main aim of thi