mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 14:40:41 +08:00
tun30 x
This commit is contained in:
parent
66a890ef5c
commit
eb052a2127
2 changed files with 2 additions and 2 deletions
2
.github/workflows/roa.yml
vendored
2
.github/workflows/roa.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
- name: Run roa script
|
||||
shell: bash
|
||||
run: |
|
||||
maxlen4=30
|
||||
maxlen4=29
|
||||
maxlen6=64
|
||||
mkdir -p roa_dir
|
||||
python3 scripts/roa.py -m ${maxlen4} -M ${maxlen6} -o roa_dir/roa46_bird2.conf
|
||||
|
|
2
.github/workflows/test-your-pr.yml
vendored
2
.github/workflows/test-your-pr.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
- name: Run roa script
|
||||
shell: bash
|
||||
run: |
|
||||
maxlen4=30
|
||||
maxlen4=29
|
||||
maxlen6=64
|
||||
mkdir -p roa_dir
|
||||
python3 scripts/roa.py -m ${maxlen4} -M ${maxlen6} -o roa_dir/roa46_bird2.conf
|
||||
|
|
Loading…
Reference in a new issue