named-data / YaNFD

Yet another Named Data Networking Forwarding Daemon
https://pkg.go.dev/github.com/named-data/YaNFD
MIT License
13 stars 10 forks source link

table: RIB code cleanup & bugfix #30

Closed yoursunny closed 2 years ago

yoursunny commented 2 years ago

Separate the concept of RibTable from RibEntry.

Fix a logic bug in pruneIfEmpty. The bug was on this line:

if child == r {