ietf-822
[Top] [All Lists]

Re: Source routing syntax

2001-12-06 21:17:21

On 12/6/01 at 2:47 PM -0800, ned+ietf-822(_at_)mrochek(_dot_)com wrote:

This unfortunately, does look to be a correct reading of the production:

obs-domain-list =       "@" domain *(*(CFWS / "," ) [CFWS] "@" domain)

I believe this rule should be something like:

obs-domain-list =       "@" domain *([CFWS] "," *(CFWS / ",") "@" domain)

Yup, I forgot about that error; it was pointed out to me not to long ago and needs to be fixed. Actually, because domain is surrounded by optional whitespace, simpler than your's is:

obs-domain-list =       "@" domain *(1*("," [CFWS]) "@" domain)

pr
--
Pete Resnick <mailto:presnick(_at_)qualcomm(_dot_)com>
QUALCOMM Incorporated - Direct phone: (858)651-4478, Fax: (858)651-1102

<Prev in Thread] Current Thread [Next in Thread>