Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Apr 2021 09:20:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 255388] [PATCH] Do not forward datagrams original from 169.254.0.0/16
Message-ID:  <bug-255388-227@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 255388
           Summary: [PATCH] Do not forward datagrams original from
                    169.254.0.0/16
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: zlei.huang@gmail.com

Created attachment 224415
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D224415&action=
=3Dedit
Patch for ip_input.c

The current implement of ip_input() reject packets destined for 169.254.0.0=
/16,
but not those original from 169.254.0.0/16 link-local addresses.

Initial commit
https://cgit.freebsd.org/src/commit/sys/netinet/ip_input.c?id=3Df8429ca2e1f=
a36f5c35a764438475415272eff2e
.

See RFC 3927 section 2.7.

--=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-255388-227>