Hello,
I'm using the BindCarrier option on some vlan interfaces so networkd will
mirror the up/down state of another interface, and I'm mirroring the state of
an interface that will be created by another program, after networkd has done
its initial config.
The problem I have is the interface's
associated bridge is not explicitly set in the mdb entry, networkd
already knows this interface is part of a bridge
- The permanent vs temp setting is also not necessary, it's implicit in whether
you're selecting the root port of the bridge or another port.
Jordi Augé
Technica Engineering
Hello,
I'm configuring a BridgeMDB using networkd.
I'm trying to produce a networkd configuration with the same effect ad this
command:
bridge mdb add dev br0 port socnet0 grp 239.255.42.99 permanent vid 68
This produces the following entry in "bridge mdb show":
dev br0 port socnet0 grp 239.255
Hello,
I'm using systemd 244 on an embedded device, and I'm having a problem when
trying to configure the onboard switch via networkd.
The CPU is a TI J7200 SOC, which has a hardware switch. It is configured from
linux like a regular bridge, with switchdev.
Basically, you create a br0 interface