diff --git a/pong.proto b/pong.proto index 1a7a928..295c453 100644 --- a/pong.proto +++ b/pong.proto @@ -29,6 +29,9 @@ message Property { // ISO 3166-1 alpha-2 country code of the slot ("US", "DE", …). string country = 2; + // Field number 3 was used by an earlier revision and must not be re-purposed. + reserved 3; + // Public IPv4 of the Node currently backing this slot, in dotted // form ("203.0.113.7"). Empty / "0.0.0.0" while the slot is // detached.