Hi,
I've written a small utility called slide-switch that translates slide
switch position changes into normal button presses.
For devices with a (3-position) slide switch, for example the TP-Link
TL-MR3020, the switch is usually represented to the system as two push
buttons. So a change to the s
From: Rafał Miłecki
It makes booting more reliable in case of power cuts. Up to now some
file system changes done in uci-defaults could be lost due to lack of
flushing. It was easy to spot with scripts creating files: after a power
cut created file was empty and uci-defaults script was deleted.
Hans Dedecker writes:
> Hi Felix,
>
> Current implementation in netifd writes the dns servers into
> resolv.conf.auto file based on the order of the interfaces in the
> interface list which is alphabetical sorted. The resolver, in this
> case dnsmasq, reads the resolv.conf.auto file and queries t
On Mon, Sep 5, 2016 at 1:49 PM, Jo-Philipp Wich wrote:
> Hi Hans,
>
> imho it would also make sense to take any existing metric setting into
> account as well. At least I'd expect that if I have a wan1 with metric
> 10 and a wan2 with metric 20 that the DNS server entries "inherit" the
> same weig
On 2016-09-05 10:21, Denis Osvald wrote:
> Ping?
I've applied patch 1 and 3. I need more time to properly review patch 2.
- Felix
___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev
Hi Hans,
imho it would also make sense to take any existing metric setting into
account as well. At least I'd expect that if I have a wan1 with metric
10 and a wan2 with metric 20 that the DNS server entries "inherit" the
same weight/order.
So priority wise I'd first order by dns metric, then by
On 2016-09-05 10:45, Hans Dedecker wrote:
> Hi Felix,
>
> Current implementation in netifd writes the dns servers into
> resolv.conf.auto file based on the order of the interfaces in the
> interface list which is alphabetical sorted. The resolver, in this
> case dnsmasq, reads the resolv.conf.auto
Hi Felix,
Current implementation in netifd writes the dns servers into
resolv.conf.auto file based on the order of the interfaces in the
interface list which is alphabetical sorted. The resolver, in this
case dnsmasq, reads the resolv.conf.auto file and queries the
nameserver(s) in the order liste
Ping?
On 2016-08-25 13:54, Denis Osvald wrote:
> Denis Osvald (3):
> ubusd: don't check ACL when object is NULL
> ubusd: fallback to linear search on ACLs to fix wildcards
> ubusd: fix inverted check in ubusd_reply_add
>
> ubusd_acl.c | 20 +---
> 1 file changed, 9 insertio