On Sun, Apr 12, 2015 at 12:49 PM, Lennart Poettering <[email protected]> wrote: > On Sun, 12.04.15 12:35, [email protected] ([email protected]) wrote: > >> If interface:IP = eno1:192.168.1.1, then it's all good. >> >> But, if interface:IP = br0(attached to eno1):192.168.1.1, then there's a >> fail of sshd.service on boot. > > Hmm? why that? why does sshd care? What precisely fails? I mean, if > the ip addres 192.168.1.1 is bound to a local interface, then sshd > really should work, it shouldn't matter what kind of interface that > is.
It's probably just a race that you see with the bridge because the bridge is up at a later time than the ethernet device. -- Cameron Norman _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
