From: Ondrej Zajicek (work) Date: Tue, 10 Oct 2017 14:07:54 +0000 (+0200) Subject: OSPF: Add option to disable OSPFv3-AF X-Git-Tag: v2.0.0~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d7fb19c3c6eadfbd9b994f5c306e79b7c4ee994;p=thirdparty%2Fbird.git OSPF: Add option to disable OSPFv3-AF --- diff --git a/doc/bird.sgml b/doc/bird.sgml index 964895e3d..1b4b3d674 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. +