[pptp-server] pppd netmask problem - can we track it down?

tmk tmk at netmagic.net
Wed Jul 14 17:22:02 CDT 1999


> The code you've provided seems to determine the user-specified netmask, but
> doesn't do any OR.  Near the end, after it has determined a netmask in "mask" (and
> converted to network byte-order):

sure it does an OR ..check out the part where it does something like a |=
b;

that's a = a | b;

which of course is an OR :)

I guess i'll take a look at that code, since it seems to be causing so
many problems.

Kevin





More information about the pptp-server mailing list