Revert "frr: temporary select specific commit without broken RPKI commits"

This reverts commit caae86a8c028f32dc320cf2ca946646c27fb86bb.
This commit is contained in:
Christian Poessinger 2022-06-01 19:34:53 +02:00
parent e01283e75a
commit 11dcce66b2

View File

@ -30,7 +30,7 @@ def pkgList = [
'scmUrl': 'https://github.com/rtrlib/rtrlib.git', 'scmUrl': 'https://github.com/rtrlib/rtrlib.git',
'buildCmd': 'dpkg-buildpackage -uc -us -tc -b'], 'buildCmd': 'dpkg-buildpackage -uc -us -tc -b'],
['name': 'frr', ['name': 'frr',
'scmCommit': '56694ea7d5ceae3e0cb54f8b4d15fa73c41b53b6', 'scmCommit': 'stable/8.2',
'scmUrl': 'https://github.com/FRRouting/frr.git', 'scmUrl': 'https://github.com/FRRouting/frr.git',
'buildCmd': 'cd ..; ./build-frr.sh'], 'buildCmd': 'cd ..; ./build-frr.sh'],
] ]