ietf
[Top] [All Lists]

Bug in IPv6 ABNF

2005-03-18 00:09:26
Hi,


The IPv6 ABNF was not supporting the following compressed form 

::10.18.5.97


IPV6 ABNF


IPv6reference  =  "[" IPv6address "]"
IPv6address    =  hexpart [ ":" IPv4address ]
hexpart        =  hexseq / hexseq "::" [ hexseq ] / "::" [ hexseq ]
hexseq         =  hex4 *( ":" hex4)
hex4           =  1*4HEXDIG
port           =  1*DIGIT



so the CORRECTED ABNF could be 

IPv6reference  =  "[" IPv6address "]"
IPv6address    =  ( hexpart [ ":" IPv4address ] ) / ( "::" IPv4address )
hexpart        =  hexseq / hexseq "::" [ hexseq ] / "::" [ hexseq ]
hexseq         =  hex4 *( ":" hex4)
hex4           =  1*4HEXDIG


Regards,
Srinivas R Thota
HTIPL


_______________________________________________
Ietf mailing list
Ietf(_at_)ietf(_dot_)org
https://www1.ietf.org/mailman/listinfo/ietf


<Prev in Thread] Current Thread [Next in Thread>
  • Bug in IPv6 ABNF, Srinivas R Thota <=