pfctl: always print 'l3' source/destination
authorKristof Provost <kp@FreeBSD.org>
Tue, 12 Apr 2022 11:29:56 +0000 (13:29 +0200)
committerKristof Provost <kp@FreeBSD.org>
Wed, 20 Apr 2022 11:01:12 +0000 (13:01 +0200)
commita16732d670fa6013bc085a5f9bf6b8d2c208de98
tree4f0420109ab2b513f6b481e60d55b2e54dba7e97
parent812839e5aaaf495a85ac7dcb743b565c4792d74d
pfctl: always print 'l3' source/destination

While the kernel only performs the L3 check for
ETHERTYPE_IP/ETHERTYPE_IP6 we should always print the source and
destination addresses.

Sponsored by: Rubicon Communications, LLC ("Netgate")
Differential Revision: https://reviews.freebsd.org/D34918
sbin/pfctl/pfctl_parser.c