From owner-freebsd-current Fri Jun 30 16:50:49 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA24645 for current-outgoing; Fri, 30 Jun 1995 16:50:49 -0700 Received: from cyclops (xtwa2.ess.harris.com [130.41.26.161]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id QAA24634 for ; Fri, 30 Jun 1995 16:50:41 -0700 Received: (from jleppek@localhost) by cyclops (8.6.11/8.6.9) id TAA00567; Fri, 30 Jun 1995 19:50:44 -0400 Date: Fri, 30 Jun 1995 19:50:44 -0400 From: Jim Leppek Message-Id: <199506302350.TAA00567@cyclops> To: freebsd-current@freefall.cdrom.com Subject: ppp Sender: current-owner@FreeBSD.org Precedence: bulk why does a requested IP of 0.0.0.0 get converted to 192.0.0.1 in ipcp.c line 164 ? if (icp->want_ipaddr.s_addr == 0) icp->want_ipaddr.s_addr = htonl(0xc0000001); My provider expected an IP of 0.0.0.0 to indicate a dynamic ppp connection and this "feature" did cause a bit of confusion as a ifaddr 0 0 does not really work. Thanks Jim Leppek