Bug 21

Summary: Turn NDP responder into quasi-declarative implementation
Product: passt Reporter: Stefano Brivio <sbrivio>
Component: IPv6Assignee: nobody
Status: CONFIRMED ---    
Severity: minor    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   

Description Stefano Brivio 2022-10-27 19:26:52 UTC
Turn NDP responder from a purely imperative to a quasi-declarative
implementation: add two structs for neighbour and router advertisements and fill
them in, instead of going byte by byte. It should look a bit more like the
DHCPv6 implementation eventually.

The current implementation is rather difficult to follow and bug-prone.