Validate an IPv8 CIDR and evaluate the draft's /16 minimum injectable prefix rule.
⚠ Proposed draft — not an adopted standard
BGP8 is the routing model described in draft-thain-ipv8. It has no IETF working-group endorsement and is not implemented by any BGP speaker. The "/16 minimum injectable prefix" rule is quoted from the draft; the exact operational semantics are ambiguous and this tool applies the literal reading (prefix length ≤ 16 is injectable).
Format: r.r.r.r.n.n.n.n/P, where P is 0–64.
IPv8 addresses are 64 bits long. A CIDR prefix selects the leading P bits, where P is between 0 and 64. Host count is computed as 2^(64 − P).
ASN boundary: the first 32 bits of an IPv8 address encode an ASN routing prefix. A CIDR with P < 32 spans multiple ASNs; one with P ≥ 32 sits inside a single ASN.
/16 minimum injectable prefix rule: draft-thain-ipv8 states the global BGP8 routing table is bounded by a "/16 minimum injectable prefix rule" that prevents deaggregation. The draft's wording is ambiguous; this tool applies the literal reading — any prefix of length ≤ 16 is injectable; anything more specific is flagged. See the draft for context.
Caveat: No real BGP speaker implements BGP8. This tool exists for exploration and does not imply the rule is sensible or adoptable. See our IPv8 explainer for background on the criticism.