Re: [systemd-devel] Systemd setup DSA interfaces in port mode and bond them together?

2021-11-16 Thread Brian Hutchinson
Update below On Tue, Nov 16, 2021 at 2:27 PM Brian Hutchinson wrote: > Hi Mikulėnas, > > On Tue, Nov 16, 2021, 3:12 AM Mantas Mikulėnas wrote: > >> Most of this looks like it could be done with systemd-networkd to create >> a bond .netdev, with a small oneshot service for i2c. (What's the exact

Re: [systemd-devel] Systemd setup DSA interfaces in port mode and bond them together?

2021-11-16 Thread Brian Hutchinson
Hi Mikulėnas, On Tue, Nov 16, 2021, 3:12 AM Mantas Mikulėnas wrote: > Most of this looks like it could be done with systemd-networkd to create a > bond .netdev, with a small oneshot service for i2c. (What's the exact > criteria for when it should be run? Does it depend on bond0 being there, > do

Re: [systemd-devel] Systemd setup DSA interfaces in port mode and bond them together?

2021-11-16 Thread Mantas Mikulėnas
Most of this looks like it could be done with systemd-networkd to create a bond .netdev, with a small oneshot service for i2c. (What's the exact criteria for when it should be run? Does it depend on bond0 being there, does it need to be last, etc?) On Tue, Nov 16, 2021, 02:58 Brian Hutchinson wro