Download raw body.
ipv4: don't forward packets from 0.0.0.0
On Thu, Jun 18, 2026 at 09:15:54AM +0100, Stuart Henderson wrote: > On 2026/06/18 16:52, David Gwynne wrote: > > i don't think we should forward packets with certain source addresses, > > and 0.0.0.0 in particular. > > seems sane. RFC 6890 2.2.2 table 1 specifically says "forwardable: no". > ip6_forward already has an equivalent IN6_IS_ADDR_UNSPECIFIED check. > > > thoughts? > > I think this is more correct than what we have now. yeah
ipv4: don't forward packets from 0.0.0.0