19 Nov
2024
19 Nov
'24
9:43 p.m.
On Tue, 19 Nov 2024 12:21:56 +1100
David Gibson
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
--- passt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
Applied. -- Stefano