Re: [Bridge] [PATCH net v4] net: bridge: move default pvid init/deinit to NETDEV_REGISTER/UNREGISTER

2019-08-05 Thread David Miller
From: Nikolay Aleksandrov Date: Fri, 2 Aug 2019 13:57:36 +0300 > Most of the bridge device's vlan init bugs come from the fact that its > default pvid is created at the wrong time, way too early in ndo_init() > before the device is even assigned an ifindex. It introduces a bug when the >

[Bridge] [PATCH v2 0/1] Fix bridge mac_len handling

2019-08-05 Thread Zahari Doychev
After the last discussion about the possible solution of the problem. I have decided to resend the patches making the discussed corrections. It seems that the patches are still not the complete solution as there still can be problem handling skb->data pointing after the VLAN tag but I got the

Re: [Bridge] Split path for packets, and bridge configuration problem.

2019-08-05 Thread Stephen Hemminger
On Wed, 31 Jul 2019 11:55:37 -0700 John Clark via Bridge wrote: > I’m trying to configure a Linux system to bridge an ethernet link for packet > ingress from a local network and combine that with a radio link for the reply > packet egress. > > I vaguely recall something like this use to be

[Bridge] Split path for packets, and bridge configuration problem.

2019-08-05 Thread John Clark via Bridge
I’m trying to configure a Linux system to bridge an ethernet link for packet ingress from a local network and combine that with a radio link for the reply packet egress. I vaguely recall something like this use to be used for Satellite links, where the incoming packets from the outside world