Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jan 2023 01:57:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 268976] Traffic will not route across two bridges on the same /8
Message-ID:  <bug-268976-7501-08hbe7Ba58@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-268976-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-268976-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268976

--- Comment #2 from rtyler@brokenco.de ---
Changing the `ifconfig` invocation to explicitly specify the prefixlen
definitely solved the problem, e.g.:

    exec.start =3D "/sbin/ifconfig epair${id}b ${ip}/24";


While the behavior was confusing, I'm not sure what the appropriate behavior
should be from FreeBSD should be in the case of a missing prefixlen.

A warning or error certainly would have saved me tons of time :)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-268976-7501-08hbe7Ba58>