2022-06-24
Routes, tables, trees

Probably, I am getting old and sentimental, but again I couldn't resist the fundamental pages.
I had to take a closer look at FIB scaling issues and came across some papers.

A Tree-Based Packet_Routing Table for Berkeley Unix
Constructing Optimal IP Routing Tables

Read More

2022-02-26
GoBGP: BGP implementation in Go

There was an interesting challenge these days. I had to emulate BGP FlowSpec RFC 5575 peering and some announces to the DUT.
Unfortunelly, my testing and assurance software version doesn't support this ability, but I have found out this suitable cozy project. Link below, thanks to developers.

GoBGP on GitHub

Read More