cvs commit: src/sys/netinet ip_fw2.c
Max Laier
mlaier at FreeBSD.org
Thu Jun 16 14:55:58 GMT 2005
mlaier 2005-06-16 14:55:58 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_fw2.c
Log:
In verify_rev_path6():
- do not use static memory as we are under a shared lock only
- properly rtfree routes allocated with rtalloc
- rename to verify_path6()
- implement the full functionality of the IPv4 version
Also make O_ANTISPOOF work with IPv6.
Reviewed by: gnn
Approved by: re (blanket)
Revision Changes Path
1.104 +52 -18 src/sys/netinet/ip_fw2.c
More information about the cvs-src
mailing list