A working IPSEC implementation (1/many)
authorAntonio Huete Jimenez <tuxillo@quantumachine.net>
Fri, 25 Oct 2013 08:48:52 +0000 (01:48 -0700)
committerAntonio Huete Jimenez <tuxillo@quantumachine.net>
Fri, 25 Oct 2013 21:51:56 +0000 (14:51 -0700)
commit5bf3162041648e4bda1927806ca0fd8a38cf9f21
tree46e309ff3a1369a9c5d533ff092b7348906c676e
parent762ee5d73590b0f3c22952ef35a48217655b0c1c
A working IPSEC implementation (1/many)

* Fix fast_ipsec(4) so that it at least builds.
* Untested and probably not working.

Reported-by: Thomas Nikolajsen
Dragonfly-bug: <http://bugs.dragonflybsd.org/issues/1843>
sys/netinet/in_proto.c
sys/netproto/ipsec/ipsec.h
sys/netproto/ipsec/ipsec_input.c
sys/netproto/ipsec/ipsec_mbuf.c
sys/netproto/ipsec/keysock.c
sys/netproto/ipsec/xform.h
sys/netproto/ipsec/xform_ah.c
sys/netproto/ipsec/xform_esp.c
sys/netproto/ipsec/xform_ipip.c