Re: [PATCH 1/1] nm-dns-dnsmasq: clear cache when dns server changes

2016-11-29 Thread Dan Williams
On Tue, 2016-11-29 at 23:20 +0100, Beniamino Galvani wrote: > On Tue, Nov 29, 2016 at 10:10:21PM +0100, Thomas Haller wrote: > > > > On Tue, 2016-11-29 at 20:23 +0100, Christian Hesse wrote: > > > > > > Thomas Haller on Tue, 2016/11/29 17:51: > > > > > > > > On Tue,

Re: [PATCH 1/1] nm-dns-dnsmasq: clear cache when dns server changes

2016-11-29 Thread Thomas Haller
On Tue, 2016-11-29 at 23:20 +0100, Beniamino Galvani wrote: > How about branch bg/dnsmasq-clear-cache-option? Acked-By: Thomas Haller signature.asc Description: This is a digitally signed message part ___ networkmanager-list

Re: [PATCH 1/1] nm-dns-dnsmasq: clear cache when dns server changes

2016-11-29 Thread Beniamino Galvani
On Tue, Nov 29, 2016 at 10:10:21PM +0100, Thomas Haller wrote: > On Tue, 2016-11-29 at 20:23 +0100, Christian Hesse wrote: > > Thomas Haller on Tue, 2016/11/29 17:51: > > > On Tue, 2016-11-29 at 15:03 +0100, Christian Hesse wrote: > > > > From: Christian Hesse

Re: [PATCH 1/1] nm-dns-dnsmasq: clear cache when dns server changes

2016-11-29 Thread Thomas Haller
On Tue, 2016-11-29 at 20:23 +0100, Christian Hesse wrote: > Thomas Haller on Tue, 2016/11/29 17:51: > > On Tue, 2016-11-29 at 15:03 +0100, Christian Hesse wrote: > > > From: Christian Hesse > > > > > > A new DNS may have different data for us. So tell dnsmasq

Re: [PATCH 1/1] nm-dns-dnsmasq: clear cache when dns server changes

2016-11-29 Thread Christian Hesse
Thomas Haller on Tue, 2016/11/29 17:51: > On Tue, 2016-11-29 at 15:03 +0100, Christian Hesse wrote: > > From: Christian Hesse > > > > A new DNS may have different data for us. So tell dnsmasq to clear > > the > > cache when servers change. > > we currently

Re: Auto-negotiation - Out of business

2016-11-29 Thread poma
On 29.11.2016 18:34, Francesco Giudici wrote: > > > On 29/11/2016 13:36, Bjørn Mork wrote: >> Thomas Haller writes: >>> On Tue, 2016-11-29 at 10:23 +0100, Francesco Giudici wrote: >>> > I would say yes. Half duplex setting is invalid for gigabit network > speed.

Re: Auto-negotiation - Out of business

2016-11-29 Thread Francesco Giudici
On 29/11/2016 13:36, Bjørn Mork wrote: > Thomas Haller writes: >> On Tue, 2016-11-29 at 10:23 +0100, Francesco Giudici wrote: >> I would say yes. Half duplex setting is invalid for gigabit network speed. >>> >>> Yeah, I think so. I should also have got a

Re: Auto-negotiation - Out of business

2016-11-29 Thread poma
On 29.11.2016 14:58, Bjørn Mork wrote: > poma writes: > >> I guess the same should be considered for a 'speed', >> i.e. what is actually supported and advertised, >> so e.g. 10 Gb/s is not offered for 1 Gb/s device. > > Maybe, but that is much more complicated to get

Re: OpenVPN and avoiding default route

2016-11-29 Thread Thomas Haller
Hi, On Tue, 2016-11-29 at 17:48 +0100, Anders Blomdell wrote: > On 2016-11-29 15:40, Thomas Haller wrote: > > On Tue, 2016-11-29 at 15:03 +0100, Anders Blomdell wrote: > > > > > > > > > First attempt of OpenVPN pull request in the RFE. > > > > NetworkManager should probably be modified to

Re: [PATCH 1/1] nm-dns-dnsmasq: clear cache when dns server changes

2016-11-29 Thread Thomas Haller
On Tue, 2016-11-29 at 15:03 +0100, Christian Hesse wrote: > From: Christian Hesse > > A new DNS may have different data for us. So tell dnsmasq to clear > the > cache when servers change. > > Signed-off-by: Christian Hesse > --- >  src/dns/nm-dns-dnsmasq.c | 1 + >

Re: OpenVPN and avoiding default route

2016-11-29 Thread Anders Blomdell
On 2016-11-29 15:40, Thomas Haller wrote: > On Tue, 2016-11-29 at 15:03 +0100, Anders Blomdell wrote: > >> >>> First attempt of OpenVPN pull request in the RFE. >>> NetworkManager should probably be modified to parse "redirect- >>> gateway/redirect-private" >>> while importing .ovpn files,

Re: OpenVPN and avoiding default route

2016-11-29 Thread Thomas Haller
On Tue, 2016-11-29 at 15:03 +0100, Anders Blomdell wrote: > > > First attempt of OpenVPN pull request in the RFE. > > NetworkManager should probably be modified to parse "redirect- > > gateway/redirect-private" > > while importing .ovpn files, pointer to the code that does this > > would be

[PATCH 1/1] nm-dns-dnsmasq: clear cache when dns server changes

2016-11-29 Thread Christian Hesse
From: Christian Hesse A new DNS may have different data for us. So tell dnsmasq to clear the cache when servers change. Signed-off-by: Christian Hesse --- src/dns/nm-dns-dnsmasq.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dns/nm-dns-dnsmasq.c

Re: OpenVPN and avoiding default route

2016-11-29 Thread Anders Blomdell
On 2016-11-28 18:13, Anders Blomdell wrote: > > > On 2016-11-28 14:21, Anders Blomdell wrote: >> >> >> On 2016-11-25 18:42, Thomas Haller wrote: >>> On Fri, 2016-11-25 at 17:08 +0100, Anders Blomdell wrote: Would it make sense to let the OpenVPN server disable default-routing in

Re: Auto-negotiation - Out of business

2016-11-29 Thread Bjørn Mork
poma writes: > I guess the same should be considered for a 'speed', > i.e. what is actually supported and advertised, > so e.g. 10 Gb/s is not offered for 1 Gb/s device. Maybe, but that is much more complicated to get right, since it will depend on the transceiver.

Re: Auto-negotiation - Out of business

2016-11-29 Thread poma
On 29.11.2016 13:36, Bjørn Mork wrote: > Thomas Haller writes: >> On Tue, 2016-11-29 at 10:23 +0100, Francesco Giudici wrote: >> I would say yes. Half duplex setting is invalid for gigabit network speed. >>> >>> Yeah, I think so. I should also have got a warning

Re: Auto-negotiation - Out of business

2016-11-29 Thread Bjørn Mork
Thomas Haller writes: > On Tue, 2016-11-29 at 10:23 +0100, Francesco Giudici wrote: > >> > I would say yes. Half duplex setting is invalid for gigabit network >> > speed. >> > >> >> Yeah, I think so. I should also have got a warning from NM in your >> journal logs stating

Re: Auto-negotiation - Out of business

2016-11-29 Thread Thomas Haller
On Tue, 2016-11-29 at 10:23 +0100, Francesco Giudici wrote: > > I would say yes. Half duplex setting is invalid for gigabit network > > speed. > > > > Yeah, I think so. I should also have got a warning from NM in your > journal logs stating that configuring the 1000Mb/Half failed (search > for

Re: Auto-negotiation - Out of business

2016-11-29 Thread Francesco Giudici
On 29/11/2016 09:20, Jetchko Jekov wrote: > > > On Mon, Nov 28, 2016 at 7:05 PM poma > wrote: > > > fg/c-e-ethernet-link2 > > # egrep duplex\|speed /etc/NetworkManager/system-connections/enp3s0 > duplex=half >

Re: Auto-negotiation - Out of business

2016-11-29 Thread Francesco Giudici
On 28/11/2016 18:59, poma wrote: > > c-e: fix typo > fg/c-e-ethernet-link2 branch > > --- > src/connection-editor/ce-page-ethernet.ui | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/connection-editor/ce-page-ethernet.ui >

Re: Auto-negotiation - Out of business

2016-11-29 Thread Jetchko Jekov
On Mon, Nov 28, 2016 at 7:05 PM poma wrote: > > fg/c-e-ethernet-link2 > > # egrep duplex\|speed /etc/NetworkManager/system-connections/enp3s0 > duplex=half > speed=1000 > > # nmcli -f 802-3-ethernet.duplex,802-3-ethernet.speed connection show > enp3s0 >