Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: bgp/stayrtr

Tags

v0.6.3

Toggle v0.6.3's commit message
Another readme tweak to bump the needed go version

The new /x/crypto lib version needs 1.24.x

v0.6.2

Toggle v0.6.2's commit message
bump version to 0.6.2

v0.6.1

Toggle v0.6.1's commit message
bump version to 0.6.1

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove ASPA / rfc8210bis support (#128)

Remove ASPA / rfc8210bis support

Spring cleaning. The ASPA code was no longer compatible with other implementations nor the rfc8210bis specification.

v0.5.1

Toggle v0.5.1's commit message
Tag v0.5.1

v0.5.0

Toggle v0.5.0's commit message
Fix auto docker release tag push

v0.4.0

Toggle v0.4.0's commit message
Make slurm and vrp-json updates happen in parallel

Tag: #53

v0.002

Toggle v0.002's commit message
Messign around

v0.01

Toggle v0.01's commit message
Correct packaged systemd service not starting stayrtr correctly

The package installs in /usr/bin/ but the systemd unit starts
a binary (that wont exist) in /usr/local/bin

Sinec this service file is only ever mentioned in the Makefile
for packaging, I belive this is a bug fix that has no other side
effects.

v0.001

Toggle v0.001's commit message
Correct packaged systemd service not starting stayrtr correctly

The package installs in /usr/bin/ but the systemd unit starts
a binary (that wont exist) in /usr/local/bin

Sinec this service file is only ever mentioned in the Makefile
for packaging, I belive this is a bug fix that has no other side
effects.