Alexander writes:
> I'm use 2008.05-1 distr.
> I setup pppoe as in the
> http://docs.sun.com/app/docs/doc/816-4555/ppp.pppoe-1?l=en&a=view
> Access server of my internet provider doesn't respont on PADI-request with
> empty 'service-name' tag.
That sounds a bit on the broken side to me. (But, then, RFC 2516
isn't exactly the tightest of specifications.)
> [b]626 (void) poe_add_str(poep, POETT_SERVICE, "");[/b]
[...]
> What does it mean? [b]NO WAY[/b] to specify 'service-name' tag in PADI.
Yes. Simply changing that empty string to 'service' would fix it:
(void) poe_add_str(poep, POETT_SERVICE, service);
That variable holds the service name from the command line. This
looks like a pretty simple RFE.
--
James Carlson, Solaris Networking <[EMAIL PROTECTED]>
Sun Microsystems / 35 Network Drive 71.232W Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757 42.496N Fax +1 781 442 1677
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code