Spirent / openperf

Infrastructure and application test and analysis framework
Apache License 2.0
18 stars 15 forks source link

packet/stack: add ipv6 gateway and prefix length #560

Closed cmyers-spirent closed 1 year ago

cmyers-spirent commented 1 year ago

This change adds minimal support for lwip IPv6 gateway and prefix length.

The IPv6 gateway and prefix lengths are stored outside of the lwip netif in the network_interface class so that the netif.h header doesn't need to be modified.


This change is Reviewable