On Thu, Jan 18, 2007 at 11:51:44AM -0800, [EMAIL PROTECTED] wrote:
m> >/usr/src/sys/modules/netgraph/ppp/../../../netgraph/ng_ppp.c: In function
m> >`ng_ppp_rcvdata':
m> >/usr/src/sys/modules/netgraph/ppp/../../../netgraph/ng_ppp.c:1287:
m> >warning: comparison is always true due to limited range
/usr/src/sys/modules/netgraph/ppp/../../../netgraph/ng_ppp.c: In function
`ng_ppp_rcvdata':
/usr/src/sys/modules/netgraph/ppp/../../../netgraph/ng_ppp.c:1287: warning:
comparison is always true due to limited range of data type
*** Error code 1
I commented out the KASSERT in order to get the ke
On Thu, Jan 18, 2007 at 01:55:21PM +, Gleb Smirnoff wrote:
> glebius 2007-01-18 13:55:21 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/netgraph ng_ppp.c
> Log:
> Revise the ng_ppp(4) node, so that code flow is more clear. All non-link
> hooks get their pe
Gleb Smirnoff wrote:
On Thu, Dec 28, 2006 at 01:21:54PM +, Gleb Smirnoff wrote:
T> glebius 2006-12-28 13:21:54 UTC
T>
T> FreeBSD src repository
T>
T> Modified files:
T> sys/netgraph ng_ppp.c ng_ppp.h
T> Log:
T> Before this commit, if the compression is enabled the,
On Thu, Dec 28, 2006 at 01:21:54PM +, Gleb Smirnoff wrote:
T> glebius 2006-12-28 13:21:54 UTC
T>
T> FreeBSD src repository
T>
T> Modified files:
T> sys/netgraph ng_ppp.c ng_ppp.h
T> Log:
T> Before this commit, if the compression is enabled the, ng_ppp(4)
T> node wou