From owner-dev-commits-doc-all@freebsd.org Mon May 31 16:08:18 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E0E0264A55D for ; Mon, 31 May 2021 16:08:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Fv0ZV65HTz3sPl; Mon, 31 May 2021 16:08:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B8B8113073; Mon, 31 May 2021 16:08:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14VG8IDB078697; Mon, 31 May 2021 16:08:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14VG8IAn078696; Mon, 31 May 2021 16:08:18 GMT (envelope-from git) Date: Mon, 31 May 2021 16:08:18 GMT Message-Id: <202105311608.14VG8IAn078696@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Marc Fonvieille Subject: git: a5566333ea - main - ru/books: fix several includes to remove errors during PDF builds. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: blackend X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a5566333ea83f48bb44f8a49717237cae1f0e6cb Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 May 2021 16:08:18 -0000 The branch main has been updated by blackend: URL: https://cgit.FreeBSD.org/doc/commit/?id=a5566333ea83f48bb44f8a49717237cae1f0e6cb commit a5566333ea83f48bb44f8a49717237cae1f0e6cb Author: Marc Fonvieille AuthorDate: 2021-05-31 16:01:29 +0000 Commit: Marc Fonvieille 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#, который "развернет" второй слой, оставив пакет с внутренними адресами, который сможет попасть во внутреннюю сеть.