Bug in IPv6 ABNF
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug in IPv6 ABNF



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.org
https://www1.ietf.org/mailman/listinfo/ietf




Note Well: Messages sent to this mailing list are the opinions of the senders and do not imply endorsement by the IETF.

Note: Messages sent to this list are the opinions of the senders and do not imply endorsement by the IETF.