From 70a4320bdd44122d7a93bc71c77a9d684b3c9adc Mon Sep 17 00:00:00 2001 From: "Ondrej Zajicek (work)" Date: Mon, 12 Aug 2019 00:41:36 +0200 Subject: [PATCH] RAdv: Allow solicited RAs to be sent as unicast Add option to send solicited router advertisements as unicast directly to soliciting nodes instead of as multicast to all-nodes group. --- doc/bird.sgml | 6 ++++++ lib/socket.h | 2 +- proto/radv/config.Y | 15 ++++++++------ proto/radv/packets.c | 47 +++++++++++++++++++++++++++++++++++++------- proto/radv/radv.c | 19 +++++++----------- proto/radv/radv.h | 10 +++++++++- 6 files changed, 72 insertions(+), 27 deletions(-) diff --git a/doc/bird.sgml b/doc/bird.sgml index 83dec4f8..16d03028 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -4121,6 +4121,12 @@ definitions, prefix definitions and DNS definitions: The minimum delay between two consecutive router advertisements, in seconds. Default: 3 +