Igalia / snabb

Snabb Switch: Fast open source packet processing
Apache License 2.0
48 stars 5 forks source link

Save next-hop MAC resolution in ARP and NDP apps respectively #1204

Closed dpino closed 5 years ago

dpino commented 5 years ago

This PR refactors the code that was used to store the IPv4 and IPv6 next-hop addresses into counters and print them out in top. Before the counters were lwAFTR state counters and actually it was not working as intended.

In this PR the next-hop values are stores in counters in ARP and NDP apps. That makes sense since these apps are the responsible apps for this operation.