History log of /freebsd-10.1-release/share/man/man4/enc.4
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 211406 16-Aug-2010 joel

Put parentheses around a few macros to prevent mdoc warnings.


# 174055 28-Nov-2007 bz

Update man page to reflect latest work on enc(4):

- added sysctls to if_enc(4) to control whether the firewalls or
bpf will see inner and outer headers or just inner headers
for incoming and outgoing IPsec packets.

- if_enc work with IPv6 now as well.

Reviewed by: brueffer


# 171696 02-Aug-2007 bz

Remove the last entries to fast_ipsec.
Merge in parts of the old fast_ipsec.4 man page to ipsec.4 and
start updating ipsec.4 man page.

Reviewed by: brueffer, sam (slightly earlier versions), bmah
Approved by: re (bmah)


# 166608 09-Feb-2007 brueffer

Correct references to tcpdump(1).

PR: 108980
Submitted by: Yonatan


# 162871 30-Sep-2006 ru

Revise markup.


# 159980 27-Jun-2006 brueffer

- Convert to our new SYNOPSIS style
- Correct tcpdump reference


# 159965 26-Jun-2006 thompsa

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