summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_output.c
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2006-06-29 13:38:36 +0000
committerglebius <glebius@FreeBSD.org>2006-06-29 13:38:36 +0000
commitb014c1948856279154af0edc061dc613b85b8c7f (patch)
tree315f2cec222c95f0e310730da78d1cf384020dcd /sys/netinet/ip_output.c
parentce8741b1e77e9a7006a73a1166f5571f4ccd987d (diff)
downloadFreeBSD-src-b014c1948856279154af0edc061dc613b85b8c7f.zip
FreeBSD-src-b014c1948856279154af0edc061dc613b85b8c7f.tar.gz
Fix URL to Bellovin's paper.
Submitted by: Anton Yuzhaninov <citrin rambler-co.ru>
Diffstat (limited to 'sys/netinet/ip_output.c')
-rw-r--r--sys/netinet/ip_output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_output.c b/sys/netinet/ip_output.c
index 772c10f..dcdc635 100644
--- a/sys/netinet/ip_output.c
+++ b/sys/netinet/ip_output.c
@@ -148,7 +148,7 @@ ip_output(struct mbuf *m, struct mbuf *opt, struct route *ro,
* will wrap around in less than 10 seconds at 100 Mbit/s on a
* medium with MTU 1500. See Steven M. Bellovin, "A Technique
* for Counting NATted Hosts", Proc. IMW'02, available at
- * <http://www.research.att.com/~smb/papers/fnat.pdf>.
+ * <http://www.cs.columbia.edu/~smb/papers/fnat.pdf>.
*/
if ((flags & (IP_FORWARDING|IP_RAWOUTPUT)) == 0) {
ip->ip_v = IPVERSION;
OpenPOWER on IntegriCloud