<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/sbin/ipfw, branch release/5.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=release%2F5.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=release%2F5.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2003-12-02T00:23:45Z</updated>
<entry>
<title>Include opt_ipsec.h so IPSEC/FAST_IPSEC is defined and the appropriate</title>
<updated>2003-12-02T00:23:45Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2003-12-02T00:23:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=d559f5c3d88433f68cbba401da697406e161cf71'/>
<id>urn:sha1:d559f5c3d88433f68cbba401da697406e161cf71</id>
<content type='text'>
code is compiled in to support the O_IPSEC operator.  Previously no
support was included and ipsec rules were always matching.  Note that
we do not return an error when an ipsec rule is added and the kernel
does not have IPsec support compiled in; this is done intentionally
but we may want to revisit this (document this in the man page).

PR:		58899
Submitted by:	Bjoern A. Zeeb
Approved by:	re (rwatson)
</content>
</entry>
<entry>
<title>Replace the if_name and if_unit members of struct ifnet with new members</title>
<updated>2003-10-31T18:32:15Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2003-10-31T18:32:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=9bf40ede4a299f315bc4b0ae5329631b8c7dc271'/>
<id>urn:sha1:9bf40ede4a299f315bc4b0ae5329631b8c7dc271</id>
<content type='text'>
if_xname, if_dname, and if_dunit. if_xname is the name of the interface
and if_dname/unit are the driver name and instance.

This change paves the way for interface renaming and enhanced pseudo
device creation and configuration symantics.

Approved By:	re (in principle)
Reviewed By:	njl, imp
Tested On:	i386, amd64, sparc64
Obtained From:	NetBSD (if_xname)
</content>
</entry>
<entry>
<title>remove include of route.h now that ip_dummynet.h no longer exposes</title>
<updated>2003-10-03T21:01:48Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2003-10-03T21:01:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=2091a3fbaf66668cf8243dc5c0b13ddd047759bf'/>
<id>urn:sha1:2091a3fbaf66668cf8243dc5c0b13ddd047759bf</id>
<content type='text'>
data structures that have an embedded struct route

Sponsored by:	FreeBSD Foundation
</content>
</entry>
<entry>
<title>fix typo: s/sytem/system/</title>
<updated>2003-09-26T12:22:28Z</updated>
<author>
<name>Ralf S. Engelschall</name>
<email>rse@FreeBSD.org</email>
</author>
<published>2003-09-26T12:22:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=d1f602f79e3248bf6920166eec5326bcaae49677'/>
<id>urn:sha1:d1f602f79e3248bf6920166eec5326bcaae49677</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document the alternate way of matching MAC addresses: by a bitmask.</title>
<updated>2003-09-10T06:41:16Z</updated>
<author>
<name>Peter Pentchev</name>
<email>roam@FreeBSD.org</email>
</author>
<published>2003-09-10T06:41:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=94679655fd1e55ad5136e823fa2846a23cfe469a'/>
<id>urn:sha1:94679655fd1e55ad5136e823fa2846a23cfe469a</id>
<content type='text'>
PR:		56021
Submitted by:	Glen Gibb &lt;grg@ridley.unimelb.edu.au&gt;
MFC after:	1 month
</content>
</entry>
<entry>
<title>Apply a bandaid to get this working on sparc64 again; the introduction</title>
<updated>2003-09-04T15:57:37Z</updated>
<author>
<name>Thomas Moestl</name>
<email>tmm@FreeBSD.org</email>
</author>
<published>2003-09-04T15:57:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=884be75cce8274ec6d3080de5bc49e6dd4338baa'/>
<id>urn:sha1:884be75cce8274ec6d3080de5bc49e6dd4338baa</id>
<content type='text'>
of do_cmd() broke things, because this function assumes that a socklen_t
is large enough to hold a pointer.
A real solution to this problem would be a rewrite of do_cmd() to
treat the optlen parameter consistently and not use it to carry
a pointer or integer dependent on the context.
</content>
</entry>
<entry>
<title>Check an arguments count before proceed in sysctl_handler().</title>
<updated>2003-09-02T10:36:40Z</updated>
<author>
<name>Maxim Konovalov</name>
<email>maxim@FreeBSD.org</email>
</author>
<published>2003-09-02T10:36:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=1c56ad9b8e9632fb842bc8542c952db65c8aa90f'/>
<id>urn:sha1:1c56ad9b8e9632fb842bc8542c952db65c8aa90f</id>
<content type='text'>
PR:		bin/56298
Submitted by:	Kang Liu &lt;liukang@bjpu.edu.cn&gt;
MFC after:	2 weeks

# We need a regression test suit for ipfw(2)/ipfw(8) badly.
</content>
</entry>
<entry>
<title>Add a note that net.inet.ip.fw.autoinc_step is ipfw2-specific</title>
<updated>2003-07-22T07:41:24Z</updated>
<author>
<name>Luigi Rizzo</name>
<email>luigi@FreeBSD.org</email>
</author>
<published>2003-07-22T07:41:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=a0e26ba0898c605caa2810969f6b2fcedb924040'/>
<id>urn:sha1:a0e26ba0898c605caa2810969f6b2fcedb924040</id>
<content type='text'>
</content>
</entry>
<entry>
<title>o Initialize do_pipe before command parsing.</title>
<updated>2003-07-21T09:56:05Z</updated>
<author>
<name>Maxim Konovalov</name>
<email>maxim@FreeBSD.org</email>
</author>
<published>2003-07-21T09:56:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=6fa74f7d88828366cc3bfcc23e3dfb874e86b18b'/>
<id>urn:sha1:6fa74f7d88828366cc3bfcc23e3dfb874e86b18b</id>
<content type='text'>
PR:		bin/54649
Submitted by:	Andy Gilligan &lt;andy@evo6.org&gt;
MFC after:	3 days
</content>
</entry>
<entry>
<title>Userland side of:</title>
<updated>2003-07-15T23:08:44Z</updated>
<author>
<name>Luigi Rizzo</name>
<email>luigi@FreeBSD.org</email>
</author>
<published>2003-07-15T23:08:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=3004afca6e3d29b37e38ec044e76e26481e364f0'/>
<id>urn:sha1:3004afca6e3d29b37e38ec044e76e26481e364f0</id>
<content type='text'>
Allow set 31 to be used for rules other than 65535.
Set 31 is still special because rules belonging to it are not deleted
by the "ipfw flush" command, but must be deleted explicitly with
"ipfw delete set 31" or by individual rule numbers.

This implement a flexible form of "persistent rules" which you might
want to have available even after an "ipfw flush".
Note that this change does not violate POLA, because you could not
use set 31 in a ruleset before this change.

Suggested by: Paul Richards
</content>
</entry>
</feed>
