<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sbin/ipf, branch upstream/13.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F13.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F13.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2022-04-15T13:26:50Z</updated>
<entry>
<title>ipf(5): Fix a typo in the manual page</title>
<updated>2022-04-15T13:26:50Z</updated>
<author>
<name>Gordon Bergling</name>
<email>gbe@FreeBSD.org</email>
</author>
<published>2022-04-02T12:50:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9afada88e08dc4ad22e0ebf35c11c012f6c566bd'/>
<id>urn:sha1:9afada88e08dc4ad22e0ebf35c11c012f6c566bd</id>
<content type='text'>
- s/accomodate/accommodate/

Approved by:	re@ (gjb)

(cherry picked from commit 8a3568b584cb9e1abab94c047172fc99421e99a9)
</content>
</entry>
<entry>
<title>ipfilter: Print protocol when listing NAT table mappings</title>
<updated>2022-03-07T13:32:58Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2022-02-28T19:43:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d1f3afc4a47e5ea4c9150987c10dc3915021e72b'/>
<id>urn:sha1:d1f3afc4a47e5ea4c9150987c10dc3915021e72b</id>
<content type='text'>
NAT table mappings list only the source and destination IP, the source
and destinaion port numbers, and their mappings. But the protocol is not
listed. Now that Facebook and Google use QUIC, seeing port 443 in in a
list of active NAT sessions could mean 443/tcp or 443/udp. This patch
adds the protocol to the listing to aid in determining whether HTTPS is
TCP or QUIC in a NAT mapping listing. This also helps differentiatinete
between other protocols such as ICMP, ESP, and AH in ipnat list of active
sessions.

(cherry picked from commit 9291d079d54b828b43d3714a5f19f0ffe92837b8)
</content>
</entry>
<entry>
<title>ipfilter: Restore ipfsync</title>
<updated>2022-02-07T13:51:18Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2022-01-08T04:12:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d0695f8a40680a3670524d002defaa6097570274'/>
<id>urn:sha1:d0695f8a40680a3670524d002defaa6097570274</id>
<content type='text'>
ipfsync is a WIP sync daemon designed to be used in a failover scenario.
It was removed by 5ee61c7daa511927aae8652d6a3ea78866a50ef8. This commit
restores its three files. ipfsync is in my work queue.

(cherry picked from commit 08ab34a06a9b0a84e979ff43f2d6f2d60fb37ed9)
</content>
</entry>
<entry>
<title>ipfilter: Fix manpage typos</title>
<updated>2022-02-07T13:51:17Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2022-01-04T15:09:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=52f62a6983ec4a72c4bf4bda8028232dbad2dc53'/>
<id>urn:sha1:52f62a6983ec4a72c4bf4bda8028232dbad2dc53</id>
<content type='text'>
Reported by:	jrtc27
Fixes:		2582ae5740181e0d2bab10003d66ae91c9b56329

(cherry picked from commit ad07e93fe10baf9228b809997da3cf817486b018)
</content>
</entry>
<entry>
<title>ipfilter userland: Fix typos</title>
<updated>2022-02-07T13:51:17Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2022-01-04T11:04:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f4d126ee1fdc93f12ee5f9dee21c186357a7151e'/>
<id>urn:sha1:f4d126ee1fdc93f12ee5f9dee21c186357a7151e</id>
<content type='text'>
Reported by:	netchild
Fixes:		2582ae5740181e0d2bab10003d66ae91c9b56329

(cherry picked from commit cc3e5b372e8cc5312649c8066ed662db7b77383b)
</content>
</entry>
<entry>
<title>ipfilter userland: Fix branch mismerge</title>
<updated>2022-02-07T13:51:17Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2022-01-04T03:04:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=189b9222f90409d0cccbf8a8df2a111da1e64946'/>
<id>urn:sha1:189b9222f90409d0cccbf8a8df2a111da1e64946</id>
<content type='text'>
The work to ANSIfy and adjust returns to style(9) resulted in a mismerge
of a stash when ipfilter was moved from contrib to sbin. An older file
replaced WIP at the time, resulting in a regression.

The majority of this work was done in 2018 saved as git stashes within
a git-svn tree and migrated to the git tree. The regression occurred
when the various stashes were sequentially merged to create individual
commits, following the ipfilter move to netpfil and sbin.

Reported by:	jrtc27
Fixes:		2582ae5740181e0d2bab10003d66ae91c9b56329
Pointy hat to:	cy

(cherry picked from commit a3522837b021a46f2de81303247599ea51163d13)
</content>
</entry>
<entry>
<title>ipfilter userland: Style(9) requires a space after return</title>
<updated>2022-02-07T13:51:17Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2022-01-04T02:49:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fcb8e9255852969312f38d074669c66b13d99bd4'/>
<id>urn:sha1:fcb8e9255852969312f38d074669c66b13d99bd4</id>
<content type='text'>
Reported by:    jrtc27
Fixes:          2582ae5740181e0d2bab10003d66ae91c9b56329

(cherry picked from commit 44bc30192139b0b3c95510ab3b35802bcc6d63e4)
</content>
</entry>
<entry>
<title>ipfilter: Fix typos</title>
<updated>2022-02-07T13:51:16Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2022-01-04T02:39:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d47287c4374dddf530b6d1b59c7d08cb1c49fc52'/>
<id>urn:sha1:d47287c4374dddf530b6d1b59c7d08cb1c49fc52</id>
<content type='text'>
Reported by:	jrtc27
Fixes:		2582ae5740181e0d2bab10003d66ae91c9b56329

(cherry picked from commit d86f022e79862e9d91be80a806a4b011359d6cc8)
</content>
</entry>
<entry>
<title>ipfilter userland: Fix whitespace errors</title>
<updated>2022-02-07T13:51:16Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2021-12-22T05:11:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7d986069537c8b63d02d504d6b3875f49ed47005'/>
<id>urn:sha1:7d986069537c8b63d02d504d6b3875f49ed47005</id>
<content type='text'>
Replace leading spaces with a tabs on affected lines.

(cherry picked from commit 5e13b104a4083c022162a06ffab4f37e7e93aa45)
</content>
</entry>
<entry>
<title>ipfilter userland: Remove trailing whitespace</title>
<updated>2022-02-07T13:51:16Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2021-12-22T03:09:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fa66e74d3b5b6dba1e12f1fd32652eb4f1874b85'/>
<id>urn:sha1:fa66e74d3b5b6dba1e12f1fd32652eb4f1874b85</id>
<content type='text'>
(cherry picked from commit 27fc223414670ecd20d3c6f375fc48a3cd31c889)
</content>
</entry>
</feed>
