8000 Tags · ican2002/frr · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: ican2002/frr

Tags

frr-3.0.2

Toggle frr-3.0.2's commit message
FRR Release 3.0.2

frr-2.0.2

Toggle frr-2.0.2's commit message
FRR Release 2.0.2

frr-2.0.1

Toggle frr-2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request FRRouting#1419 from qlyoung/mfa-fix-2.0

bgpd: fix mishandled attribute length [2.0]

FRR-3.0.1

Toggle FRR-3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request FRRouting#1418 from qlyoung/mfa-fix-3.0

bgpd: fix mishandled attribute length [3.0]

frr-3.0

Toggle frr-3.0's commit message
FRR 3.0

frr-3.0-rc3

Toggle frr-3.0-rc3's commit message
FRR 3.0-rc3

frr-3.0-rc2

Toggle frr-3.0-rc2's commit message
ldpd: fix broken label allocation

Once ldpd allocated label 48 for a given FEC, all subsequent requests
for a new label would return the same value (48). The problem is that
we were left shifting an uint32_t value up to 64 times, losing important
information.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>

reindent-3.0-after

Toggle reindent-3.0-after's commit message
*: reindent

indent.py `git ls-files | pcregrep '\.[ch]$' | pcregrep -v '^(ldpd|babeld|nhrpd)/'`

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>

frr-3.0-rc1

Toggle frr-3.0-rc1's commit message

Verified

This tag was signed with the committer’s verified signature.
eqvinox David Lamparter
FRRouting 3.0-rc1

reindent-3.0-before

Toggle reindent-3.0-before's commit message
Merge pull request FRRouting#920 from opensourcerouting/static-routes…

…-ifindex-update-3.0

[3.0] fixup static routes' ifindexes when interfaces (dis)appear
0