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

Tags: 6WIND/frr

Tags

frr-4.0

Toggle frr-4.0's commit message
FRRouting Release 4.0

frr-4.0-dev

Toggle frr-4.0-dev's commit message
configure: Update version of software

With the start of the 4.0 development branch, update
the configure.ac file to properly reflect this change.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>

frr-3.0.3

Toggle frr-3.0.3's commit message
FRRouting Release 3.0.3

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>
0