summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1998-07-02 06:31:25 +0000
committerjulian <julian@FreeBSD.org>1998-07-02 06:31:25 +0000
commit0985b04caf5bc4c4a6585552c2873fd74e415c38 (patch)
treef20b863e018f20bbf302124cf88e6831ad9b89a0 /sys/netinet
parent74a6528deb6f59fd81a5e2e0280e7812ec715b67 (diff)
downloadFreeBSD-src-0985b04caf5bc4c4a6585552c2873fd74e415c38.zip
FreeBSD-src-0985b04caf5bc4c4a6585552c2873fd74e415c38.tar.gz
Remove out of date comment.
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/ip_divert.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/netinet/ip_divert.c b/sys/netinet/ip_divert.c
index a6686ca..6b2b606 100644
--- a/sys/netinet/ip_divert.c
+++ b/sys/netinet/ip_divert.c
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ip_divert.c,v 1.31 1998/06/12 02:48:47 julian Exp $
+ * $Id: ip_divert.c,v 1.32 1998/07/02 05:49:07 julian Exp $
*/
#include "opt_inet.h"
@@ -241,9 +241,6 @@ div_input(struct mbuf *m, int hlen)
* If no address specified, or address is 0.0.0.0, send to ip_output();
* otherwise, send to ip_input() and mark as having been received on
* the interface with that address.
- *
- * If no address specified, or dest port is 0, allow packet to divert
- * back to this socket; otherwise, don't.
*/
static int
div_output(so, m, addr, control)
OpenPOWER on IntegriCloud