mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 12:00:40 +08:00
Regular update: 2020-07-21T03:30:06Z
This commit is contained in:
parent
71ff2c4c96
commit
deeed8e20c
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ set -x
|
|||
export MAX_LEN_4=29
|
||||
export MAX_LEN_6=64
|
||||
|
||||
mkdir -p generated
|
||||
|
||||
.scripts/roa.py -m "$MAX_LEN_4" -M "$MAX_LEN_6" -o generated/roa46_bird2.conf
|
||||
.scripts/roa.py -m "$MAX_LEN_4" -M "$MAX_LEN_6" -4 -o generated/roa4_bird2.conf
|
||||
.scripts/roa.py -m "$MAX_LEN_4" -M "$MAX_LEN_6" -6 -o generated/roa6_bird2.conf
|
||||
|
|
Loading…
Reference in a new issue