Erik Romijn wrote:
Hi all,

On Sat, Feb 10, 2007 at 02:06:01AM -0500, Larry Blunk wrote:
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                         Sequence number                       |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Prefix Length |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                        Prefix (variable)                      |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|         Entry Count           |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

Implementing this in Quagga now, but there's something I bumped in to:
how does the reader know whether the prefix is IPv4 or IPv6?
Either I misread several times or there is no defined place to specify
this.

cheers,

  This is the IPV4_UNICAST subtype header, so it will only contain
IPV4_UNICAST prefixes.  For IPv6 prefixes, you would use the
MULTIPROTOCOL subtype.

-Larry

_______________________________________________
GROW mailing list
[email protected]
https://www1.ietf.org/mailman/listinfo/grow

Reply via email to