Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Apr 1998 10:53:18 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG
Subject:   cvs commit: src/sbin/routed parms.c
Message-ID:  <199804191753.KAA22432@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <mike@azog.cs.msu.su>
  
  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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804191753.KAA22432>