summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_output.c
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>2004-09-06 15:48:38 +0000
committerjmg <jmg@FreeBSD.org>2004-09-06 15:48:38 +0000
commitaf7268d8ebf5b1050ec218124122758e111b35a3 (patch)
tree0a266cac56d9e5ac5b20006ec612b18229bf0668 /sys/netinet/ip_output.c
parentc79fcd9810f41cf7027e19060b7e31eb85f723f0 (diff)
downloadFreeBSD-src-af7268d8ebf5b1050ec218124122758e111b35a3.zip
FreeBSD-src-af7268d8ebf5b1050ec218124122758e111b35a3.tar.gz
revert comment from rev1.158 now that rev1.225 backed it out..
MFC after: 3 days
Diffstat (limited to 'sys/netinet/ip_output.c')
-rw-r--r--sys/netinet/ip_output.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netinet/ip_output.c b/sys/netinet/ip_output.c
index abc2055..025f446 100644
--- a/sys/netinet/ip_output.c
+++ b/sys/netinet/ip_output.c
@@ -352,9 +352,7 @@ again:
#ifndef notdef
/*
* If the source address is not specified yet, use the address
- * of the outoing interface. In case, keep note we did that, so
- * if the the firewall changes the next-hop causing the output
- * interface to change, we can fix that.
+ * of the outoing interface.
*/
if (ip->ip_src.s_addr == INADDR_ANY) {
/* Interface may have no addresses. */
OpenPOWER on IntegriCloud