Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Nov 2017 21:22:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        pf@FreeBSD.org
Subject:   [Bug 223208] [pf] pf.conf syntax (:peer) rules load incorrectly
Message-ID:  <bug-223208-16861-VzV5tRtOTK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-223208-16861@https.bugs.freebsd.org/bugzilla/>
References:  <bug-223208-16861@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=3D223208

--- Comment #14 from commit-hook@freebsd.org ---
A commit references this bug:

Author: kp
Date: Thu Nov 30 21:21:23 UTC 2017
New revision: 326413
URL: https://svnweb.freebsd.org/changeset/base/326413

Log:
  MFC r325850: pfctl: teach route-to to deal with interfaces with multiple
addresses

  The route_host parsing code set the interface name, but only for the first
  node_host in the list. If that one happened to be the inet6 address and t=
he
  rule wanted an inet address it'd get removed by remove_invalid_hosts() la=
ter
  on, and we'd have no interface name.

  We must set the interface name for all node_host entries in the list, not
just
  the first one.

  PR:           223208

Changes:
_U  stable/11/
  stable/11/sbin/pfctl/parse.y

--=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-223208-16861-VzV5tRtOTK>