Re: [PATCH net-next 2/2] net: dsa: microchip: add KSZ8 change_tag_protocol support
From: Pieter
Date: Mon Aug 19 2024 - 10:20:58 EST
Hi Vladimir,
> On Mon, Aug 19, 2024 at 03:43:42PM +0200, Pieter wrote:
> > Right so I'm managing it but I don't care from which port the packets
> > originate, so I could disable the tagging in my case.
> >
> > My problem is that with tagging enabled, I cannot use the DSA conduit
> > interface as a regular one to open sockets etc.
>
> Open the socket on the bridge interface then?
Assuming this works, how to tell all user space programs to use br0 instead
of eth0? Both interfaces are up and I can't do `ifdown eth0` without losing
all connectivity. I'm using busybox's ifup BTW and it says:
$ ifup br0
ifup: ignoring unknown interface br0
Thanks, Pieter