* (M) sysrib/{server,server_test,sysrib,sysrib_test}.go
- Avoid infinite stack depth when a route recurses onto itself.
Previously, looking up a next-hop or next-hop interface would
not track the visited nodes, and hence infinite recursion could
occur. This PR adds tracking of these changes into the RIB
lookup to avoid this.