diff options
author | Julian Elischer <julian@FreeBSD.org> | 1998-04-13 00:17:45 +0000 |
---|---|---|
committer | Julian Elischer <julian@FreeBSD.org> | 1998-04-13 00:17:45 +0000 |
commit | b7d69e8bbbcc1a179fa7e3daf0c42081bfd8fdb5 (patch) | |
tree | 0138a30f12df965cf9c1e131045f246b0474277b /security/skip/files/patch-au | |
parent | reimport of TenDRA, move it into lang like it was suppose to be... (diff) |
Submitted by: archie Cobbs (archie@whistle.com)
updates to make skip port work better, from the original porter.
Notes
Notes:
svn path=/head/; revision=10502
Diffstat (limited to 'security/skip/files/patch-au')
-rw-r--r-- | security/skip/files/patch-au | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/security/skip/files/patch-au b/security/skip/files/patch-au index 4e9ebdb29a27..74ff7c7d6a86 100644 --- a/security/skip/files/patch-au +++ b/security/skip/files/patch-au @@ -1,7 +1,7 @@ diff -ur --unidirectional-new-file skipsrc-1.0.orig/doc/README.FreeBSD skipsrc-1.0/doc/README.FreeBSD --- skipsrc-1.0.orig/doc/README.FreeBSD Wed Dec 31 16:00:00 1969 -+++ skipsrc-1.0/doc/README.FreeBSD Tue Dec 23 16:23:06 1997 -@@ -0,0 +1,64 @@ ++++ skipsrc-1.0/doc/README.FreeBSD Sun Apr 12 16:10:32 1998 +@@ -0,0 +1,74 @@ + +Some notes regarding the FreeBSD port of SKIP +December 8, 1997 @@ -13,6 +13,16 @@ diff -ur --unidirectional-new-file skipsrc-1.0.orig/doc/README.FreeBSD skipsrc-1 + you set ${PREFIX}). This documentation can be found under + /usr/local/share/doc/skip. + ++- Thanks to S. Wehner, skiphost now takes a new argument for specifying ++ the source address for encrypted packets. This allows encrypted packets ++ that are being tunnelled between two routers to have source and dest ++ IP addresses of only those two routers. This reduces firewall complexity ++ in many cases. From his description: ++ ++ This adds another command line option to skiphost, namely ++ -f <source address> . Every packet going out to the other host ++ will then have this source address in the packet. ++ +- SKIP is applied to packets *after* any ipfw(8) filtering is applied. + This is true for both incoming and outgoing packets. Note that SKIP + has its own access control functionality. |