[fbsd] cvs commit [HEAD] src/share/man/man4 enc.4 fast_ipsec.4 src/sys/conf files options src/sys/net if_enc.c if_types.h src/sys/netipsec ipsec.h ipsec_input.c ipsec_output.c xform_ipip.c

Jeremie Le Hen jeremie at le-hen.org
Tue Jun 27 10:03:00 UTC 2006


Thank you Andrew, I've been waiting for this for a long time.

Regards,

On Mon, Jun 26, 2006 at 10:30:08PM +0000, Andrew Thompson wrote:
> thompsa     2006-06-26 22:30:08 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     share/man/man4       fast_ipsec.4 
>     sys/conf             files options 
>     sys/net              if_types.h 
>     sys/netipsec         ipsec.h ipsec_input.c ipsec_output.c 
>                          xform_ipip.c 
>   Added files:
>     share/man/man4       enc.4 
>     sys/net              if_enc.c 
>   Log:
>   Add a pseudo interface for packet filtering IPSec connections before or after
>   encryption. There are two functions, a bpf tap which has a basic header with
>   the SPI number which our current tcpdump knows how to display, and handoff to
>   pfil(9) for packet filtering.
>   
>   Obtained from:  OpenBSD
>   Based on:       kern/94829
>   No objections:  arch, net
>   MFC after:      1 month
>   
>   Revision  Changes    Path
>   1.1       +82 -0     src/share/man/man4/enc.4 (new)
>   1.4       +6 -0      src/share/man/man4/fast_ipsec.4
>   1.1126    +1 -0      src/sys/conf/files
>   1.549     +1 -0      src/sys/conf/options
>   1.1       +323 -0    src/sys/net/if_enc.c (new)
>   1.22      +1 -0      src/sys/net/if_types.h
>   1.12      +2 -0      src/sys/netipsec/ipsec.h
>   1.12      +13 -0     src/sys/netipsec/ipsec_input.c
>   1.12      +13 -0     src/sys/netipsec/ipsec_output.c
>   1.13      +7 -0      src/sys/netipsec/xform_ipip.c
> _______________________________________________
> cvs-src at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/cvs-src
> To unsubscribe, send any mail to "cvs-src-unsubscribe at freebsd.org"

-- 
Jeremie Le Hen
< jeremie at le-hen dot org >< ttz at chchile dot org >


More information about the cvs-src mailing list