git: a5566333ea - main - ru/books: fix several includes to remove errors during PDF builds.

Marc Fonvieille blackend at FreeBSD.org
Mon May 31 16:08:18 UTC 2021


The branch main has been updated by blackend:

URL: https://cgit.FreeBSD.org/doc/commit/?id=a5566333ea83f48bb44f8a49717237cae1f0e6cb

commit a5566333ea83f48bb44f8a49717237cae1f0e6cb
Author:     Marc Fonvieille <blackend at FreeBSD.org>
AuthorDate: 2021-05-31 16:01:29 +0000
Commit:     Marc Fonvieille <blackend at FreeBSD.org>
CommitDate: 2021-05-31 16:01:29 +0000

    ru/books: fix several includes to remove errors during PDF builds.
---
 documentation/content/ru/books/design-44bsd/_index.adoc      | 6 +++---
 documentation/content/ru/books/handbook/security/_index.adoc | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/documentation/content/ru/books/design-44bsd/_index.adoc b/documentation/content/ru/books/design-44bsd/_index.adoc
index 40d9ee8b05..f7d41c42de 100644
--- a/documentation/content/ru/books/design-44bsd/_index.adoc
+++ b/documentation/content/ru/books/design-44bsd/_index.adoc
@@ -37,7 +37,7 @@ include::shared/releases.adoc[]
 include::shared/ru/mailing-lists.adoc[]
 include::shared/ru/teams.adoc[]
 include::shared/ru/urls.adoc[]
-:imagesdir: ../../../images/books/design-44bsd/
+:imagesdir: ../../../../images/books/design-44bsd/
 :chapters-path: content/ru/books/design-44bsd/
 endif::[]
 
@@ -48,7 +48,7 @@ include::../../../../shared/releases.adoc[]
 include::../../../../shared/ru/mailing-lists.adoc[]
 include::../../../../shared/ru/teams.adoc[]
 include::../../../../shared/ru/urls.adoc[]
-:imagesdir: ../../../static/images/books/design-44bsd/
+:imagesdir: ../../../../static/images/books/design-44bsd/
 :chapters-path:
 endif::[]
 
@@ -59,7 +59,7 @@ include::../../../../shared/releases.adoc[]
 include::../../../../shared/ru/mailing-lists.adoc[]
 include::../../../../shared/ru/teams.adoc[]
 include::../../../../shared/ru/urls.adoc[]
-:imagesdir: ../../../static/images/books/design-44bsd/
+:imagesdir: ../../../../static/images/books/design-44bsd/
 :chapters-path:
 endif::[]
 
diff --git a/documentation/content/ru/books/handbook/security/_index.adoc b/documentation/content/ru/books/handbook/security/_index.adoc
index fdb9bfb954..7dd23310d5 100644
--- a/documentation/content/ru/books/handbook/security/_index.adoc
+++ b/documentation/content/ru/books/handbook/security/_index.adoc
@@ -1635,11 +1635,11 @@ setkey -D
 
 То есть исходящий пакет, который выглядит примерно так:
 
-image::security/ipsec-out-pkt.png[]
+image::ipsec-out-pkt.png[]
 
 будет инкапсулирован в другой пакет, выглядящий примерно так:
 
-image::security/ipsec-encap-pkt.png[]
+image::ipsec-encap-pkt.png[]
 
 Этой инкапсуляцией занимается устройство [.filename]#gif#. Как вы можете видеть, теперь у пакета есть реальный IP адрес, исходный пакет был включен в этот пакет в виде данных, которые передаются через интернет.
 
@@ -1709,7 +1709,7 @@ ipfw add 1 allow ipencap from W.X.Y.Z to A.B.C.D
 
 Исходящие пакеты теперь будут выглядеть примерно так:
 
-image::security/ipsec-crypt-pkt.png[]
+image::ipsec-crypt-pkt.png[]
 
 Когда эти пакеты будут получены на удаленном конце VPN соединения, они будут расшифрованы (используя параметры безопасности, о которых договорился racoon). Затем они будут переданы интерфейсу [.filename]#gif#, который "развернет" второй слой, оставив пакет с внутренними адресами, который сможет попасть во внутреннюю сеть.
 


More information about the dev-commits-doc-all mailing list