Skip to content

Tags: holo-routing/holo

Tags

v0.8.0

Toggle v0.8.0's commit message
chore: bump to v0.8

Signed-off-by: Renato Westphal <[email protected]>

v0.7.0

Toggle v0.7.0's commit message
chore: bump to v0.7

Oops, it looks like we forgot to actually bump the version number in
the previous release!

Signed-off-by: Renato Westphal <[email protected]>

v0.6.0

Toggle v0.6.0's commit message
isis: implement the SPF algorithm and route computation

This commit implements the following:
* SPF computation (both full runs and partial runs)
* Route computation for both IPv4 and IPv6 address families
* Installation of IS-IS routes in the global RIB
* Support for both old-style (narrow) and wide metrics

Of particular note, this implementation deviates slightly from the
ISO standard. Specifically, we don't pre-load TENT with the local
adjacency database. Instead, we pre-load from the local LSP. This was
done to allow SPF to be run with any router as the root, which will be
necessary in the future for the implementation of the TI-LFA feature.

Next steps:
* Conformance tests
* Implement multi-topology support (RFC 5120)
* Implement domain-wide prefix distribution (RFC 5302)

Signed-off-by: Renato Westphal <[email protected]>

v0.5.0

Toggle v0.5.0's commit message
chore: bump to v0.5

Signed-off-by: Renato Westphal <[email protected]>

v0.4.0

Toggle v0.4.0's commit message
chore: bump to v0.4

Signed-off-by: Renato Westphal <[email protected]>

v0.3.0

Toggle v0.3.0's commit message
chore: bump to v0.3

Signed-off-by: Renato Westphal <[email protected]>

v0.2.0

Toggle v0.2.0's commit message
chore: bump to v0.2

Now that we have docker images, it's about time to start versioning
the project.

Signed-off-by: Renato Westphal <[email protected]>