✕ Clear all filters
12 articles
▶ Videos →

📰 Dev.to · pathvector-dev

12 articles · Updated every 3 hours · View all reads

All Articles 174,232Blog Posts 163,914Tech Tutorials 46,438Research Papers 34,131News 21,989 ⚡ AI Lessons
Announce, withdraw, and peer down are three different code paths
Dev.to · pathvector-dev 🔐 Cybersecurity ⚡ AI Lesson 1mo ago
Announce, withdraw, and peer down are three different code paths
Reading a BGP event dispatcher as code: why announce gates the peer, withdraw skips the gate, and peer-down is the only branch that can touch many prefixes at o
When Loc-RIB changes, every peer needs a different answer
Dev.to · pathvector-dev 🔐 Cybersecurity ⚡ AI Lesson 1mo ago
When Loc-RIB changes, every peer needs a different answer
Reading BGP export refresh as code: how one Loc-RIB change turns into an advertise for one peer, a withdraw for another, and silence for a third.
Established is not a status label — it's a write permission
Dev.to · pathvector-dev 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Established is not a status label — it's a write permission
In BGP, whether a route reaches Adj-RIB-In comes down to the placement of a single if. Read the session-state gate as code.
One route, one function chain: reading a BGP pipeline as code
Dev.to · pathvector-dev 🔐 Cybersecurity ⚡ AI Lesson 1mo ago
One route, one function chain: reading a BGP pipeline as code
Trace a single received BGP route end to end through validation, import policy, best-path, and export — and watch nine sessions of isolated snippets turn into o
When a BGP peer disappears, one session loss becomes many route decisions
Dev.to · pathvector-dev 🔐 Cybersecurity ⚡ AI Lesson 1mo ago
When a BGP peer disappears, one session loss becomes many route decisions
Reading BGP peer loss as code: why a single session going down triggers a set of withdrawals plus a per-prefix best-path recomputation, and why some prefixes su
Import policy rewrites the route before best-path ever sees it
Dev.to · pathvector-dev 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Import policy rewrites the route before best-path ever sees it
Reading BGP import policy as code: the candidate that enters best-path selection is not always the one the peer sent.
Validation State Doesn't Act By Itself
Dev.to · pathvector-dev 🔐 Cybersecurity ⚡ AI Lesson 1mo ago
Validation State Doesn't Act By Itself
RPKI tells you a route is invalid — it does not tell the router to drop it. Read the BGP policy layer as code and see why validation and policy are separate.
Origin validation is a separate decision from best path
Dev.to · pathvector-dev 🔐 Cybersecurity ⚡ AI Lesson 1mo ago
Origin validation is a separate decision from best path
BGP picking a best path doesn't mean the origin AS is authorized — read RPKI origin validation as code and see why valid, invalid, and not_found are three disti