Re: Bond eth-wifi

2018-02-10 Thread Nikolay Martynov
Hi, > > After simply turning wifi on and off the slave reconnects again and every > thing is working again. > > What do i miss? It is hard to say exactly. I have wifi - ethernet bonding running fine for quite some time now. But I run newer NM (1.9.3) and I have made bonded interface to use

Re: [PATCH] Use default active interface, even if it is of unsupported class

2017-05-22 Thread Nikolay Martynov
Hi. Just a kind ping. This patch was sent at the same time as one other patch - which got merged quite some time ago. Just wanted to make sure this one doesn't fall through the cracks. Thanks! 2017-05-16 23:15 GMT-04:00 Nikolay Martynov <mar.ko...@gmail.com>: > Currently if I have bond

Re: [PATCH] Do not skip wifi slave connections

2017-05-18 Thread Nikolay Martynov
Hi. 2017-05-18 12:22 GMT-04:00 Beniamino Galvani <bgalv...@redhat.com>: > On Thu, May 18, 2017 at 11:42:47AM -0400, Nikolay Martynov wrote: >> Just to clarify: this patch only affects wifi bonded connections. >> 'Classic' ethernet bond slaves are still skipped - so

Re: [PATCH] Do not skip wifi slave connections

2017-05-18 Thread Nikolay Martynov
Hi. Thanks for your response! 2017-05-18 11:32 GMT-04:00 Thomas Haller <thal...@redhat.com>: > On Tue, 2017-05-16 at 22:13 -0400, Nikolay Martynov wrote: >> If slave connection is a wifi connection we should still display it >> Otherwise this AP gets scanned regardless,

[PATCH] Use default active interface, even if it is of unsupported class

2017-05-16 Thread Nikolay Martynov
the 'default' interface is - so that check is really not nessesary. Removing that check fixes 'VPN with default route via bond' problem. Signed-off-by: Nikolay Martynov <mar.ko...@gmail.com> --- src/applet.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/appl

[PATCH] Do not skip wifi slave connections

2017-05-16 Thread Nikolay Martynov
If slave connection is a wifi connection we should still display it Otherwise this AP gets scanned regardless, but when user clicks it new network is created in NM's configuation - which is unlikely what user desired Signed-off-by: Nikolay Martynov <mar.ko...@gmail.com> --- src/applet

Re: Bonding wifi and wired

2016-03-08 Thread Nikolay Martynov
Hi. 2016-03-08 15:55 GMT-05:00 José Queiroz : > > > 2016-03-08 14:30 GMT-03:00 Dan Williams : >> >> >> I know it's been done before, but one caveat is that the wifi driver >> and the supplicant have to correctly support setting the WiFi device's >> MAC address

Bonding wifi and wired

2016-03-07 Thread Nikolay Martynov
Hi. I just wanted to reach out to ask what's NetworkManager team's position on allowing bonding of wifi and wired interface? Are there any plans to support this? If not - it is due to no one being interested implementing it or because this feature would go against some large plans/ideology?