On Tue, 19 Nov 2024 12:21:56 +1100 David Gibson <david(a)gibson.dropbear.id.au> wrote:We recently added support for sending unsolicited NDP Router Advertisement packets. While we (correctly) disable this if the --no-ra option is given we incorrectly still send them if --no-ndp is set. Fix the oversight. Fixes: 6e1e44293ef9 ("ndp: Send unsolicited Router Advertisements") Signed-off-by: David Gibson <david(a)gibson.dropbear.id.au> --- passt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)Applied. -- Stefano