Re: DSA Terminology

2022-09-09 Thread Rich Brown
Thanks for all this discussion. I have read everyone's notes carefully, but I feel as if I am falling farther and farther behind. I don't understand the distinctions between the terms that everyone is using. (The networking field is replete with synonyms for the same thing: "interface" (and

Re: [PATCH] realtek: fix RTL839x receive tag decoding

2022-09-09 Thread Sander Vanheule
On Fri, 2022-09-09 at 08:28 +0200, Bjørn Mork wrote: > The previous fixup was incomplete, and the offsets for the > queue and crc_error cpu_tag bitfields were still wrong on > RTL839x. > > Fixes: 545c6113c93b ("realtek: fix RTL838x receive tag decoding") > Suggested-by: Jan Hoffmann >

Looking for co-contributor on UCI enhancements for various packages

2022-09-09 Thread Philip Prindeville
Hi, I'm the maintainer for a few packages, and I could use a little help from someone who has time to do some shell scripting and UCI integration for some of these packages. For instance, I'd like to add remote dynamic DNS updates when using isc-dhcpd on remote sites but having a single

Re: [PATCH-22.03] netifd: bridge: add support option for untagged

2022-09-09 Thread Andrey Jr. Melnikov
Janusz Dziedzic wrote: > pt., 9 wrz 2022 o 12:30 Andrey Jr. Melnikov napisał(a): > > > > Janusz Dziedzic wrote: > > > [-- text/plain, encoding quoted-printable, charset: UTF-8, 86 lines --] > > > > > pt., 9 wrz 2022 o 04:32 LiXiong Liu napisał(a): > > > > > > > > ### swconfig & DSA VLAN

Re: DSA Mini-tutorial still marked as Work In Progress

2022-09-09 Thread David Lang
On Fri, 9 Sep 2022, Michael Richardson wrote: Jo-Philipp Wich wrote: > Bluntly speaking, DSA is the thing that gives you one Linux network > device per switch port and bridge VLAN filtering is the stuff that > allows you declaring swconfig-esque VLAN port groups on top of an >

Re: [PATCH-22.03] netifd: bridge: add support option for untagged

2022-09-09 Thread Janusz Dziedzic
pt., 9 wrz 2022 o 12:30 Andrey Jr. Melnikov napisał(a): > > Janusz Dziedzic wrote: > > [-- text/plain, encoding quoted-printable, charset: UTF-8, 86 lines --] > > > pt., 9 wrz 2022 o 04:32 LiXiong Liu napisał(a): > > > > > > ### swconfig & DSA VLAN Configuration Comparison > > [] > > > >

Re: [PATCH-22.03] netifd: bridge: add support option for untagged

2022-09-09 Thread Andrey Jr. Melnikov
Janusz Dziedzic wrote: > [-- text/plain, encoding quoted-printable, charset: UTF-8, 86 lines --] > pt., 9 wrz 2022 o 04:32 LiXiong Liu napisał(a): > > > > ### swconfig & DSA VLAN Configuration Comparison [] > > #bridge vlan show > > port vlan-id > > lan1 100 PVID

Re: [PATCH] base-files: Don't enable ULA IPv6 addresses by default in new config

2022-09-09 Thread Torsten Duwe
On Thu, 8 Sep 2022 19:51:06 +0200 Thibaut wrote: > The issue was random. The client had a GUA assigned, below is the ipv6 > routing table at the time of the issue: > > $ ip -6 route > 2a0e:e701:11c2::/64 dev bond0 proto kernel metric 256 expires 7082sec pref > medium > fdc9:6d06:832a::/64 dev

Re: [PATCH] realtek: fix RTL839x receive tag decoding

2022-09-09 Thread Sander Vanheule
On Fri, 2022-09-09 at 08:28 +0200, Bjørn Mork wrote: > The previous fixup was incomplete, and the offsets for the > queue and crc_error cpu_tag bitfields were still wrong on > RTL839x. > > Fixes: 545c6113c93b ("realtek: fix RTL838x receive tag decoding") > Suggested-by: Jan Hoffmann >

Re: [PATCH] base-files: Don't enable ULA IPv6 addresses by default in new config

2022-09-09 Thread Baptiste Jonglez
On 08-09-22, Michael Richardson wrote: > > > Baptiste Jonglez writes: > > - there have been various bug reports [1, 2, 3] in 19.07 and 21.02 > > where ULA addresses basically break global IPv6 connectivity. These > > bugs have not been solved in several years, indicating a

Re: [PATCH] base-files: Don't enable ULA IPv6 addresses by default in new config

2022-09-09 Thread Baptiste Jonglez
Hi, On 08-09-22, Michael Richardson wrote: > > > Baptiste Jonglez writes: > > ULA IPv6 prefixes (Unique Local Addresses, RFC 4193) are not routable > > on the Internet. As such, they have very limited use, and enabling > > them by default causes more problems than it solves: >

Re: [PATCH-22.03] netifd: bridge: add support option for untagged

2022-09-09 Thread Janusz Dziedzic
pt., 9 wrz 2022 o 04:32 LiXiong Liu napisał(a): > > ### swconfig & DSA VLAN Configuration Comparison > Doesn't just support Tunnk on lan5, > also need access to 192.168.1.1 > so must setting untagged at br-lan > > #switch-vlan > config switch > option name 'switch0' > option reset

Re: DSA Mini-tutorial still marked as Work In Progress

2022-09-09 Thread Michael Richardson
Jo-Philipp Wich wrote: > Bluntly speaking, DSA is the thing that gives you one Linux network > device per switch port and bridge VLAN filtering is the stuff that > allows you declaring swconfig-esque VLAN port groups on top of an > arbitrary bridge interface. .. > Another

[PATCH] realtek: fix RTL839x receive tag decoding

2022-09-09 Thread Bjørn Mork
The previous fixup was incomplete, and the offsets for the queue and crc_error cpu_tag bitfields were still wrong on RTL839x. Fixes: 545c6113c93b ("realtek: fix RTL838x receive tag decoding") Suggested-by: Jan Hoffmann Signed-off-by: Bjørn Mork --- Jan pointed put that I missed two fields on