07:49:44 hm. I still have that 6 year old zero broadcast patch around 07:49:56 I wonder if I should push that one again... 07:51:23 https://www.netbsd.org/~joerg/no-zero-broadcast.diff <-- remove a relict from the ancient past 15:00:56 nbjoerg: SOmething like this it's always about comprehensive testing. 15:03:52 ack 15:04:22 this is essentially removing a workaround for a 4.3BSD network "feature" 15:04:42 I think illumos is one of the few systems still left with this restriction... 15:06:15 I know all about all-0s (And it goes back to 4.2 if not earlier). 15:07:16 I forgot why I hit this in 2016 and looked at it 15:07:42 I'm also curious if removing this *just might* allow /31 w/o further alterations? 15:08:13 you might need to still skip the regular broadcast in that case? 15:08:14 As of this moment, my /31 thoughts were to push it up into userspace, and then configure IFF_POINTOPOINT under the covers (which is how you actually deploy a /31 IPv4 on illumos today). 15:08:27 Doh, yes. Sorry, just got up. 15:08:37 (My thoughts then still stand.) 15:08:56 that said, it should highlight most of the relevant cases to touch 15:09:17 is /31 still used?