[systemd-devel] systemd-networkd: switch between several static network setups on wired connection
Kevin P. Fleming
lists.systemd-devel at kevin.km6g.us
Thu Mar 30 13:45:09 UTC 2023
On Thu, Mar 30, 2023, at 09:35, fi at igh.de wrote:
> [Match]
> name = eth0
> SSID = my-wifi
>
> would that mean, that "my-wifi" must be accessible via that interface
> (AND logic) or could that mean we configure "eth0" while "my-wifi" is
> visible on any interface (OR logic)? I had hoped for the latter.
It is AND logic only (with some Match conditions begin negatable in their own right). This Match configuration would be unlikely to ever trigger, unless somehow SSID 'my-wifi' is reachable on interface 'eth0'.
More information about the systemd-devel
mailing list