shithub: riscv

Download patch

ref: 16656468211681edad2c8489b7d5fc9a8e219545
parent: cbe4b116989c0bfec49b9ae7a1d9a85ead6648ae
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun May 14 17:24:47 EDT 2023

ip/ppp: ipv6 support, cleanup routes, remove source filter, and more

establish ipv6 link-local addresses if supported.
to get a full prefix, one would need to do dhcpv6
or using slaac configuration. this will come later.

remove ipv4 default route on exit.

maintain the entries in /net/ndb on ip change and
also remove them on exit.

dont filter source address, this should be done
differently.

fix various bugs in the option iteration loops.

honour primary flag (it used to just ignore that
and set it unasked in the code... what the hell...)