serenity/Kernel/Net/VirtIO
kleines Filmröllchen d6b37e40df Kernel/Net: Naive IPv6 autoconfiguration
This commit introduces very naive IPv6 autoconfiguration by just
setting fe80::{mac address} as the adapters link local address every
time the link state comes up. Note: this is currently not compliant
with RFC4862 which mandates Duplicate Address Detection, which is
missing from this implementation.

Co-authored-by: famfo <famfo@famfo.xyz>
2024-09-08 18:27:55 -04:00
..
VirtIONetworkAdapter.cpp Kernel/Net: Naive IPv6 autoconfiguration 2024-09-08 18:27:55 -04:00
VirtIONetworkAdapter.h