mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-13 01:44:38 +08:00

We can have an IPv6 only PPP interface, checking if6_up instead of if_up fixes IPv6 only setup. ppp_netif_output() which were only used for common code between ppp_netif_output_ip4() and ppp_netif_output_ip6() is not necessary anymore, removed, reducing call stack by one.