frr: T2100: Update FRR to 7.5

This commit is contained in:
sever-sever 2021-04-26 21:54:17 +00:00
parent 470b2d0079
commit 39791ee71b

View File

@ -22,7 +22,7 @@
def pkgList = [
['name': 'frr',
'scmCommit': 'stable/7.3',
'scmCommit': 'stable/7.5',
'scmUrl': 'https://github.com/FRRouting/frr.git',
'buildCmd': '''cd ..; ./build-frr.sh'''],
]