diff options
author | archie <archie@FreeBSD.org> | 1998-12-11 11:37:53 +0800 |
---|---|---|
committer | archie <archie@FreeBSD.org> | 1998-12-11 11:37:53 +0800 |
commit | e9f0b5bfe5bcb38c1e5990a33e9654aec4e6b808 (patch) | |
tree | c9914cf973e53c061163a5f8302996b3381f2903 /security | |
parent | 9e869dc9a6e6f61c1af6d83b2193f24750ef30d3 (diff) | |
download | freebsd-ports-gnome-e9f0b5bfe5bcb38c1e5990a33e9654aec4e6b808.tar.gz freebsd-ports-gnome-e9f0b5bfe5bcb38c1e5990a33e9654aec4e6b808.tar.zst freebsd-ports-gnome-e9f0b5bfe5bcb38c1e5990a33e9654aec4e6b808.zip |
Add a patch to the 'skiphost' man page to reflect the -f option that we add.
Diffstat (limited to 'security')
-rw-r--r-- | security/skip/files/patch-cq | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/security/skip/files/patch-cq b/security/skip/files/patch-cq new file mode 100644 index 000000000000..b6c7fb9cc2b0 --- /dev/null +++ b/security/skip/files/patch-cq @@ -0,0 +1,39 @@ +diff -ur --unidirectional-new-file skipsrc-1.0.orig/skip/man/skiphost.1m skipsrc-1.0/skip/man/skiphost.1m +--- skipsrc-1.0.orig/skip/man/skiphost.1m Fri Oct 25 13:12:57 1996 ++++ skipsrc-1.0/skip/man/skiphost.1m Thu Dec 10 19:31:54 1998 +@@ -42,6 +42,8 @@ + .BI \-s " sender NSID " \-S " sender key ID"... + .if n .ti +8n + .BI \-v " SKIP version " \-A " tunnel address " \-T ++.if n .ti +8n ++.BI \-f " source IP address " + ] + .if n .ti +5n + [ +@@ -53,9 +55,13 @@ + .if n .ti +8n + .BI \-r " receiver NSID " \-R " receiver key ID"... + .if n .ti +8n ++.BI \-f " source IP address " ++.if n .ti +8n + .BI \-s " sender NSID " \-S " sender key ID"... + .if n .ti +8n + .BI \-v " SKIP version " \-A " tunnel address " \-T ++.if n .ti +8n ++.BI \-f " source IP address " + ] + .SH DESCRIPTION + .B +@@ -185,6 +191,12 @@ + address in outgoing packets with the supplied value. + This permits hiding of network topology. + By default, the tunnel address is set to the destination address. ++.TP ++.BI \-f " source IP address" ++This option is used in tunneling mode to replace the source IP ++address in outgoing packets with the supplied value. ++This permits hiding of network topology. ++By default, the source address is not changed when the packet is encrypted. + .TP + .BI \-T + Encrypt or authenticate only the data part of the IP packet. By default, |