OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Brad Smith (bradcvs.openbsd.org)
Date: Mon Jul 11 2005 - 20:16:16 CDT


CVSROOT: /cvs
Module name: src
Changes by: bradcvs.openbsd.org 2005/07/11 19:16:16

Modified files:
        usr.sbin/ppp/ppp: ncpaddr.c

Log message:
rev 1.14

Though manpage says that 0.0.0.0 can be used as HISADDR for gw
in Framed-Route, it didn't work. Since ncprange_aton() treats
0.0.0.0 and :: as prefixlen=0, we need to care the case.

From ume FreeBSD