From: Arran Cudbard-Bell Date: Thu, 15 Aug 2019 23:53:20 +0000 (-0400) Subject: Fixup upgrading documentation module X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e849a2dadf770b818bb5d263bd0f4e99faf6176;p=thirdparty%2Ffreeradius-server.git Fixup upgrading documentation module --- diff --git a/doc/antora/antora.yml b/doc/antora/antora.yml index 72dd4de0f54..b7770a032cc 100644 --- a/doc/antora/antora.yml +++ b/doc/antora/antora.yml @@ -11,3 +11,4 @@ nav: - modules/ROOT/nav.adoc - modules/unlang/nav.adoc - modules/developers/nav.adoc +- modules/upgrade/nav.adoc diff --git a/doc/antora/modules/upgrade/nav.adoc b/doc/antora/modules/upgrade/nav.adoc new file mode 100644 index 00000000000..912e5f03b71 --- /dev/null +++ b/doc/antora/modules/upgrade/nav.adoc @@ -0,0 +1 @@ +* xref:index.adoc[Upgrading from v3 to v4] diff --git a/doc/antora/modules/upgrade/pages/index.adoc b/doc/antora/modules/upgrade/pages/index.adoc index fad0c6f7135..3b08d2b276f 100644 --- a/doc/antora/modules/upgrade/pages/index.adoc +++ b/doc/antora/modules/upgrade/pages/index.adoc @@ -58,7 +58,7 @@ section. The `+log+` section has been updated to remove many configuration items which are specific to RADIUS, and to Access-Request packets. Please see `+sites-available/default+`, and look for the `+Access-Request+` -subsection there. See also <> +subsection there. See also xref:raddb/templates.conf.adoc[`templates.conf`] for a way to regain one global configuration for `+Access-Request+` packets. @@ -120,7 +120,7 @@ For `+udp+`, the configuration entries are largley the same as for v3. e.g. `+ipaddr+`, `+port+`, etc. The `+listen+` section then compiles each -link:#processing-sections[Processing Section] based on the named packet +<> based on the named packet types. It has a `+recv+` section for receiving packets, and a `+send+` section for sending packets. e.g. @@ -139,7 +139,7 @@ This configuration is different from v3. The benefit is that it is much easier to understand. Instead of using things like `+Post-Auth-Type Reject+`, we now have just `+send Access-Reject+`. -See also link:#processing-sections[Processing Sections] for how the +See also <> for how the `+unlang+` statements are parsed. === Clients