1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-05-19 06:11:46 +08:00

Merge pull request #237 from marek22k/master

add max-len for my route objects
This commit is contained in:
JerryXiao 2022-11-11 23:21:31 +08:00 committed by GitHub
commit e8419d10c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -3,9 +3,6 @@ babel = ["de", "en-1"]
[contact]
email = "neo@mk16.de"
telegram = "https://t.me/mark22k"
mastodon = "@mark22k@layer8.space"
github = "marek22k"
[persona]
pgp = "9AA28159FCEB3CD83BC212017E869146699108C7"

View file

@ -1,7 +1,9 @@
["10.127.149.224/27"]
type = "subnet"
name = "AS-BANDURA-NEO"
max-len = 27
["fd10:127:fc31::/48"]
type = "subnet"
name = "AS-BANDURA-NEO"
max-len = 48

View file

@ -1,7 +1,9 @@
["10.127.149.224/27"]
type = "subnet"
name = "AS-BANDURA-DN42"
max-len = 27
["fd10:127:fc31::/48"]
type = "subnet"
name = "AS-BANDURA-DN42"
max-len = 48