Skip to content

Tags: bgp/stayrtr

Tags

v0.6.1

bump version to 0.6.1

v0.6.0

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

Tag v0.5.1

v0.5.0

Fix auto docker release tag push

v0.4.0

Make slurm and vrp-json updates happen in parallel

Tag: #53

v0.002

Messign around

v0.01

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

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.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #21 from bgp/feature/abort-on-leftover-positional-…

…args

Abort when positional arguments are provided

0.2

Remove -verify option

This solves #2