[Bug 268976] Traffic will not route across two bridges on the same /8

2023-01-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268976 --- Comment #3 from Mina Galić --- given that CIDR has been introduced 30 years ago, a small warning that we're being transported back 31 years in time would be appropriate. this behaviour isn't quite "POLA", or at least not for young folk

[Bug 268976] Traffic will not route across two bridges on the same /8

2023-01-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268976 --- Comment #2 from rty...@brokenco.de --- Changing the `ifconfig` invocation to explicitly specify the prefixlen definitely solved the problem, e.g.: exec.start = "/sbin/ifconfig epair${id}b ${ip}/24"; While the behavior was confusin