summaryrefslogtreecommitdiff
path: root/docs/configuration/firewall/zone.rst
AgeCommit message (Collapse)Author
2026-05-06feat: flip swap mechanism — MD as primary, RST as override (Phase 1)Yuriy Andamasov
This is the first of three phases inverting the per-page swap mechanism so MD becomes the canonical primary and RST becomes the rare override. Phase 1 — file renames + conf.py exclude_patterns flip only: - Rename docs/**/md-<stem>.md to docs/**/<stem>.md (drop md- prefix) for all 254 stems previously listed in docs/_swap.txt - Rename docs/**/<stem>.rst to docs/**/rst-<stem>.rst (add rst- prefix) for the same 254 stems - Repurpose docs/_swap.txt as docs/_rst_overrides.txt; initially empty comment-only since no pages need the RST fallback right now - conf.py exclude_patterns flipped: rst-*.rst is now excluded by default instead of md-*.md - conf.py runtime-artifact references updated to _rst_override_state.json and _md_exclude.txt (Phase 2 will rewrite swap_sources.py to produce these names; for now no swap script runs because overrides list is empty) Phase 2 (next commit on this branch) will rewrite scripts/swap_sources.py with inverted rename direction, delete scripts/import_myst.py + tests, and update tests/test_swap_sources.py for the new semantics. Phase 3 will be the cleanup pass and ready-for-review flip. Generated by robots https://vyos.io
2026-04-10Proofread files in the /configuration/firewall directory (#1810)Quill
* Initial proofread * Edit ipv6.rst * Use cfgcmd command syntax * Fix line length lint errors * Implement feedback
2025-11-25firewall: T7739: Default ruleset for firewall zones (#1714)Adam Schultz
Adds new syntax documentation for https://github.com/vyos/vyos-1x/pull/4672
2025-04-29firewall: improve zone-based firewall docs (#1622)Ben Woods
2024-07-18Firewall: remove link to missing legacy syntaxrebortg
2024-07-03proofread and update firewall docswhyrlpool
2024-05-04firewall: Corrected spelling mistakesAlex W
2024-01-11Add opmode commands for firewall zones, and add global state-policies in ↵Nicolas Fort
quick-start
2023-11-08Firewall Update: improve documentation and split file for better experience ↵Nicolas Fort
while reading. Add brief notes regarding Flowtables and Bridge firewall, leaving a note that those documents are still under development. New explanation for Netfilter based firewall, which includes new diagrams.
2023-11-01Update nat and firewall docs. Re-add zone and update several things.Nicolas Fort
2023-09-18Added new section about the different firewallsNephiaust
Updated labels for the pages Added new pictures. Signed-off-by: Nephiaust <29741794+Nephiaust@users.noreply.github.com>
2023-09-17Change ref firewall for int groups to be uniqueNephiaust
Signed-off-by: Nephiaust <29741794+Nephiaust@users.noreply.github.com>
2023-09-08Firewall refactor: add visible note in firewall docs: zone, quick-start and ↵Nicolas Fort
config blueprint zone-policy
2023-09-04correction of ipsec compression syntax and added a referencesrividya0208
for changes done for zone based firewall
2023-06-27T5160: New firewall cli - Update documentation for new firewall structure. ↵Nicolas Fort
Also, keep old/legacy firewall documentation.
2023-01-03zonefirewall: fix wrong characterrebortg
2022-09-14firewall: T2199: adjust to new 1.4 CLI syntaxChristian Poessinger
"set zone-policy zone <name>" moved to "set firewall zone <name>".