Skip to content

Commit

Permalink
document: asn: [fix] name should be mandatory, not description
Browse files Browse the repository at this point in the history
Signed-off-by: Jerry <[email protected]>
  • Loading branch information
isjerryxiao committed Nov 24, 2023
1 parent 36b1240 commit 137a4d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions document/asn.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# - Rename the file to "AS<ASN>.toml", without the quotes.
# - Remove any blank lines, comments, and unneeded options.

# AS name (optional). Can be an arbitrary string.
# AS name (mandatory). Can be an arbitrary string.
name = ""

# AS owner (mandatory). This should match the ID (file name) of a registered
Expand All @@ -18,7 +18,7 @@ owner = ""
# range of NeoNetwork or DN42, then our script can automatically find it out.
#source = ""

# AS description (mandatory). Can be an arbitrary string.
# AS description (optional). Can be an arbitrary string.
description = ""

# AS ownership validation status for NeoNetwork (optional). If the AS is
Expand Down

0 comments on commit 137a4d6

Please sign in to comment.