From d9368d1ea8d80679ada25c36faeeb4f232024d1a Mon Sep 17 00:00:00 2001 From: Nicolas Fort Date: Tue, 27 Jun 2023 08:59:43 -0300 Subject: T5160: New firewall cli - Update documentation for new firewall structure. Also, keep old/legacy firewall documentation. --- docs/configuration/firewall/index.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'docs/configuration/firewall/index.rst') diff --git a/docs/configuration/firewall/index.rst b/docs/configuration/firewall/index.rst index dfafa606..b7a0f341 100644 --- a/docs/configuration/firewall/index.rst +++ b/docs/configuration/firewall/index.rst @@ -2,9 +2,23 @@ Firewall ######## +Starting from VyOS 1.4-rolling-YYYYMMDDHHmm, and new firewall structure +can be found on all vyos instalations. Documentation for most new firewall +cli can be found here: + .. toctree:: :maxdepth: 1 :includehidden: general + +Also, for those who haven't update to newer version, legacy documentation is +still present and valid for all sagitta version prior to VyOS +1.4-rolling-YYYYMMDDHHmm: + +.. toctree:: + :maxdepth: 1 + :includehidden: + + general-legacy zone -- cgit v1.2.3 From bea877c627281fcc5d93c7496b8474d73a677145 Mon Sep 17 00:00:00 2001 From: Nicolás Fort <95703796+nicolas-fort@users.noreply.github.com> Date: Mon, 14 Aug 2023 06:42:11 -0300 Subject: Update release version on index --- docs/configuration/firewall/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/configuration/firewall/index.rst') diff --git a/docs/configuration/firewall/index.rst b/docs/configuration/firewall/index.rst index b7a0f341..94ae6ca5 100644 --- a/docs/configuration/firewall/index.rst +++ b/docs/configuration/firewall/index.rst @@ -2,7 +2,7 @@ Firewall ######## -Starting from VyOS 1.4-rolling-YYYYMMDDHHmm, and new firewall structure +Starting from VyOS 1.4-rolling-202308040557, a new firewall structure can be found on all vyos instalations. Documentation for most new firewall cli can be found here: @@ -14,7 +14,7 @@ cli can be found here: Also, for those who haven't update to newer version, legacy documentation is still present and valid for all sagitta version prior to VyOS -1.4-rolling-YYYYMMDDHHmm: +1.4-rolling-202308040557: .. toctree:: :maxdepth: 1 -- cgit v1.2.3 From b5db744ad62a96606f5f9500b4f88c35382bb5cc Mon Sep 17 00:00:00 2001 From: srividya0208 Date: Fri, 25 Aug 2023 13:59:09 -0400 Subject: firewall: correction of default-action for rule-set --- docs/configuration/firewall/general.rst | 7 ++++--- docs/configuration/firewall/index.rst | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'docs/configuration/firewall/index.rst') diff --git a/docs/configuration/firewall/general.rst b/docs/configuration/firewall/general.rst index 3ef60263..0e172a24 100644 --- a/docs/configuration/firewall/general.rst +++ b/docs/configuration/firewall/general.rst @@ -78,10 +78,11 @@ Where, main key words and configuration paths that needs to be understood: .. note:: **Important note about default-actions:** If default action for any chain is not defined, then the default - action is set to **drop** for that chain. + action is set to **accept** for that chain. Only for custom chains, + the default action is set to **drop**. Custom firewall chains can be created, with commands -``set firewall [ipv4 | ipv6] [name | ipv6-name] ...``. In Order to use +``set firewall [ipv4 | ipv6] [name | ipv6-name] ...``. In order to use such custom chain, a rule with **action jump**, and the appropiate **target** should be defined in a base chain. @@ -1502,4 +1503,4 @@ Update geoip database .. opcmd:: update geoip - Command used to update GeoIP database and firewall sets. \ No newline at end of file + Command used to update GeoIP database and firewall sets. diff --git a/docs/configuration/firewall/index.rst b/docs/configuration/firewall/index.rst index 94ae6ca5..567e48a0 100644 --- a/docs/configuration/firewall/index.rst +++ b/docs/configuration/firewall/index.rst @@ -3,7 +3,7 @@ Firewall ######## Starting from VyOS 1.4-rolling-202308040557, a new firewall structure -can be found on all vyos instalations. Documentation for most new firewall +can be found on all vyos installations. Documentation for most new firewall cli can be found here: .. toctree:: @@ -12,7 +12,7 @@ cli can be found here: general -Also, for those who haven't update to newer version, legacy documentation is +Also, for those who haven't updated to newer version, legacy documentation is still present and valid for all sagitta version prior to VyOS 1.4-rolling-202308040557: -- cgit v1.2.3