Hi,
I am trying to start up pppd (version 2.4.1) from the command line and kept
getting the "unrecognized option" for the <loc>:<rem> option.
For example: pppd /dev/ttyS0 38400 194.186.3.199:194.186.3.190
and I got back:
>> pppd unrecognized option 194.186.3.199:194.186.3.190
>> Usage: pppd [ options ], where options are:
>> .... follows are the options list
I checked the source code and found that the "ipcp_option_list" (which
contains "IP addresses", o_wild, (void *) &setipaddr ... ) is defined in the
"ipcp_protent" structure, but this structure is being #if out with "Brindha"
in Main.c (user/pppd-2.4.1/pppd).
I couldn't find where the definition of the "Brindha" is located. If anyone
knows where it was defined or if I was looking at the wrong thing for this
problem, please let me know.
Thank you for your help.
In Main.c (user/ppp-2.4.1/pppd)
#if Brindha
&ipcp_protent,
#endif
Thanh
-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html