From owner-cvs-all Sun Apr 19 10:54:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA01247 for cvs-all-outgoing; Sun, 19 Apr 1998 10:54:00 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA01191; Sun, 19 Apr 1998 17:53:50 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA22432; Sun, 19 Apr 1998 10:53:18 -0700 (PDT) Date: Sun, 19 Apr 1998 10:53:18 -0700 (PDT) Message-Id: <199804191753.KAA22432@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/routed parms.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1998/04/19 10:53:17 PDT Modified files: sbin/routed parms.c Log: Problem whith "subnet=" statement in /etc/gateways. routed discards the first character of the network address. Example: "subnet=10.0.0.0/24,1" The network address is interpreted as 0.0.0.0/24,1. PR: 4825 Reviewed by: phk Submitted by: Mike E. Matsnev Revision Changes Path 1.2 +463 -177 src/sbin/routed/parms.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message