Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Mar 2000 11:39:25 +0300
From:      Maxim Sobolev <sobomax@altavista.net>
To:        Brian Somers <brian@FreeBSD.ORG>
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/usr.sbin/ppp filter.c
Message-ID:  <38E312BD.74FCD07B@altavista.net>
References:  <200003290931.BAA38874@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Brian Somers wrote:

> brian       2000/03/29 01:31:29 PST
>
>   Modified files:
>     usr.sbin/ppp         filter.c
>   Log:
>   Allow the use of hostnames instead of (and as well as) IP
>   numbers in all commands.
>   If people use hostnames and have dodgy resolvers or try to resolve
>   the hostname before the link is up, they get what they deserve....

This broke previous configs :(. If it is not misbehaviour, than it would be
nice to have appropriate HEADS-UP and entry in src/UPDATING.

-Maxim

log:
Warning: ParseAddr: 0: Bad address
Warning: Parse: Address/protocol expected.
Warning: ParseAddr: 0: Bad address
Warning: Parse: Address/protocol expected.
[...]

ppp.conf:
 set filter alive 1  deny   0/0                 0/0             tcp syn
 set filter alive 0  deny   0/0                 0/0             tcp finrst
 set filter alive 2  permit MYADDR/32           0/0             tcp dst eq 110
[...]





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?38E312BD.74FCD07B>