From 2d7fb19c3c6eadfbd9b994f5c306e79b7c4ee994 Mon Sep 17 00:00:00 2001 From: "Ondrej Zajicek (work)" Date: Tue, 10 Oct 2017 16:07:54 +0200 Subject: [PATCH] OSPF: Add option to disable OSPFv3-AF --- doc/bird.sgml | 15 ++++++++++++--- proto/ospf/config.Y | 3 ++- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/doc/bird.sgml b/doc/bird.sgml index 964895e3..1b4b3d67 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -2866,6 +2866,7 @@ constant definitions and list of neighbors on nonbroadcast networks. protocol ospf [v2|v3] <name> { rfc1583compat <switch>; + rfc5838 <switch>; instance id <num>; stub router <switch>; tick <num>; @@ -2966,15 +2967,23 @@ protocol ospf [v2|v3] <name> { This option controls compatibility of routing table calculation with . Default value is no. +