A router checks one destination against a small static table.
Forwarding starts with one destination
A router looks at the destination address on the packet and checks it against its table.
destination=192.168.1.130
The destination is exact
The pinned destination is 192.168.1.130. Nothing in this lesson guesses a location from the name.
dst=192.168.1.130
The table has overlapping routes
Several rows can match the same destination because some prefixes are broader and some are narrower.
route rows=4
Summary
Longest-prefix matching starts by testing one exact destination against every route row.
rows checked=4