Re: [LEDE-DEV] tagged vlans on a TP-Link 841n v9

2017-06-19 Thread yanosz
Hello, here we go - the system is no longer reachable using IPv6 link local or 192.168.1.1. I changed the swtich configuration, only. Screenshot: http://jluehr.de/owncloud/index.php/s/DtjWvXzhQV30FbM /etc/config/network config interface 'loopback' option ifname 'lo' option

Re: [LEDE-DEV] tagged vlans on a TP-Link 841n v9

2017-06-19 Thread yanosz
Hello, Am 06/19/2017 um 09:14 AM schrieb Mikael Bak: > Hi, > > On 2017-06-19 08:52, yanosz wrote: >> Hei folks, >> >> I've some issues setting up a tagged vlan on a TP-Link 841n v9 router. >> The vlan (tag 23) should spawn all ports (lan, wan) having a dedictated >> interface. >> >> For doing

Re: [LEDE-DEV] [PATCH] build: add V=e option for extended build info

2017-06-19 Thread Felix Fietkau
On 2017-06-18 21:06, Matthew McClintock wrote: > On Sat, Jun 17, 2017 at 7:35 AM, Felix Fietkau wrote: >> On 2017-06-16 20:58, Matthew McClintock wrote: >>> This will output when a job starts and stops: >>> >>> $ make -j24 V=e >>> [ snip ] >>> make[3] -C

Re: [LEDE-DEV] [PATCH v3] dnsmasq: manage resolv.conf if when listening on 127.0.0.1#53

2017-06-19 Thread Ben Pfountz
I tested this patch with a standard install, as well as with noresolv=1 and 2 servers configured with opendns, and it worked fine. /etc/resolv.conf still correctly listed 127.0.0.1 and ::1 as the local nameserver. Ben On 6/19/2017 6:16 AM, Paul Oranje wrote: this patch has been resend with

[LEDE-DEV] [PATCH procd] watchdog: add support for starting/stopping kernel watchdog

2017-06-19 Thread Hans Dedecker
Extend the ubus watchdog cmd with the parameter magicclose; when set and in case the stopped parameter is enabled the kernel watchdog will be stopped by first sending the magic character 'V' followed by a close of the watchdog fd. In case stopped is set to disabled the watchdog fd will be created

[LEDE-DEV] [PATCH v3] dnsmasq: manage resolv.conf iff when listening on 127.0.0.1#53

2017-06-19 Thread Paul Oranje
With this patch the dnsmasq init script manages resolv.conf if and only if when dnsmasq will listen on 127.0.0.1#53 (is main resolver instance). Also adds ::1 to the resolver file. For unbound a likewise patch exists (PR#4454). Fixes (combined with the unbound PR) FS#785 Signed-off-by: Paul

Re: [LEDE-DEV] [PATCH v3] dnsmasq: manage resolv.conf if when listening on 127.0.0.1#53

2017-06-19 Thread Paul Oranje
this patch has been resend with corrected title (not "if", but "iff") sorry for the spamming > Op 18 jun. 2017, om 09:46 heeft Paul Oranje het volgende > geschreven: > > With this patch the dnsmasq init script manages resolv.conf if and only if > when dnsmasq will listen on

[LEDE-DEV] tagged vlans on a TP-Link 841n v9

2017-06-19 Thread yanosz
Hei folks, I've some issues setting up a tagged vlan on a TP-Link 841n v9 router. The vlan (tag 23) should spawn all ports (lan, wan) having a dedictated interface. For doing so in luci I add a new vlan, name it 23 and enable all drop-down boxes (incl. cpu) as checked. After applying, the

[LEDE-DEV] [PATCH] busybox: backport 'ip rule suppress_{prefixlength, ifgroup}'

2017-06-19 Thread Stefan Tomanek
This is a backport from the busybox repository (192dce4b84fb32346ebc5194de7daa5da3b8d1b4); it enables the use of the suppress_{prefixlength,ifgroup} flags for policy routing rules. Signed-off-by: Stefan Tomanek --- .../302-ip-rule-add-suppress-prefixlength.patch