]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
In verify_rev_path6():
authormlaier <mlaier@FreeBSD.org>
Thu, 16 Jun 2005 14:55:58 +0000 (14:55 +0000)
committermlaier <mlaier@FreeBSD.org>
Thu, 16 Jun 2005 14:55:58 +0000 (14:55 +0000)
commit702ab5eeef28a41f6e077de94fa304108b0f11e1
tree41070e3dc757b861e5c7eaa98fe51fd3cbd7b73e
parent79dda5190c963b5c7a75279b19c176e33272925a
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)
sys/netinet/ip_fw2.c