Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Dec 2024 14:13:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 283380] FreeBSD accepts and processes IPv4 packets destined to non-local MAC addresses instead of dropping them
Message-ID:  <bug-283380-7501-T0x746EEDk@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-283380-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-283380-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=283380

--- Comment #7 from Joerg Goltermann <jgm@osn.de> ---
(In reply to Marek Zarychta from comment #6)
Routing and traffic to the system is not a problem with disabled LRO, TSO and
CSUM

hw.vtnet.csum_disable="1"
hw.vtnet.lro_disable="1"
hw.vtnet.tso_disable="1"

The only problem is that the kernel forwards unknown packets which should be
dropped.

-- 
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-283380-7501-T0x746EEDk>