Bug 21 - Turn NDP responder into quasi-declarative implementation
Summary: Turn NDP responder into quasi-declarative implementation
Status: CONFIRMED
Alias: None
Product: passt
Classification: Unclassified
Component: IPv6 (show other bugs)
Version: unspecified
Hardware: All Linux
: Normal minor
Assignee: nobody
URL:
Depends on:
Blocks:
 
Reported: 2022-10-27 19:26 UTC by Stefano Brivio
Modified: 2022-10-27 19:26 UTC (History)
0 users

See Also:


Attachments

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.

Note You need to log in before you can comment on or make changes to this bug.