mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 20:40:41 +08:00
exclude tun30 in roa
This commit is contained in:
parent
8b5442265f
commit
d76e661e22
1 changed files with 1 additions and 1 deletions
2
.github/workflows/roa.yml
vendored
2
.github/workflows/roa.yml
vendored
|
@ -23,7 +23,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