<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-documentation.git/docs/configuration, branch claude/html-handling-parity</title>
<subtitle>VyOS readthedocs (mirror of https://github.com/vyos/vyos-documentation.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-documentation.git/atom?h=claude%2Fhtml-handling-parity</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-documentation.git/atom?h=claude%2Fhtml-handling-parity'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/'/>
<updated>2026-07-20T09:52:42+00:00</updated>
<entry>
<title> docs: Update Event handler page to VyOS 1.5 standards (#2130)</title>
<updated>2026-07-20T09:52:42+00:00</updated>
<author>
<name>LiudmylaNad</name>
<email>l.nadolina@vyos.io</email>
</author>
<published>2026-07-20T09:52:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=d08dbfacca29aa1e9750468293dd00910ad775ee'/>
<id>urn:sha1:d08dbfacca29aa1e9750468293dd00910ad775ee</id>
<content type='text'>
* docs: Update Event handler page to VyOS 1.5 standards

* Apply suggestions from code review

Co-authored-by: github-actions[bot] &lt;41898282+github-actions[bot]@users.noreply.github.com&gt;

---------

Co-authored-by: github-actions[bot] &lt;41898282+github-actions[bot]@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>docs: update flowtable and ethernet/bonding documentation (#2106)</title>
<updated>2026-07-20T09:38:55+00:00</updated>
<author>
<name>jvela-dot</name>
<email>j.vela@vyos.io</email>
</author>
<published>2026-07-20T09:38:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=a0067e0fbc8c3bee2af6701b3542eb013146fcf8'/>
<id>urn:sha1:a0067e0fbc8c3bee2af6701b3542eb013146fcf8</id>
<content type='text'>
* docs: update flowtable and ethernet/bonding documentation

* Removing Netfilter word and add the identification of the interfaces to use FlowTables

* Fixed warning from commit:c433e15

* Update docs/configuration/firewall/flowtables.md

Co-authored-by: github-actions[bot] &lt;41898282+github-actions[bot]@users.noreply.github.com&gt;

* Update docs/configuration/firewall/flowtables.md

Co-authored-by: github-actions[bot] &lt;41898282+github-actions[bot]@users.noreply.github.com&gt;

* Update docs/configuration/firewall/flowtables.md

Co-authored-by: github-actions[bot] &lt;41898282+github-actions[bot]@users.noreply.github.com&gt;

* Update docs/configuration/firewall/flowtables.md

Co-authored-by: github-actions[bot] &lt;41898282+github-actions[bot]@users.noreply.github.com&gt;

* cfgmc structure and sub-interface offload fixed

* Fixed conflicts on flowtable documentation

* revert ethernet.md and fixed the latest infos

* added subsection to the checks section to show offloaded traffic for sub-interfaces

* Final changes

* Changed conntrack -L to VyOS command

* Replacing new output description with VyOS command

---------

Co-authored-by: github-actions[bot] &lt;41898282+github-actions[bot]@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>docs(DMVPN): T4667: Add firewall rule to prevent unencrypted GRE leaks (#2136)</title>
<updated>2026-07-10T15:33:10+00:00</updated>
<author>
<name>zdc</name>
<email>zdc@users.noreply.github.com</email>
</author>
<published>2026-07-10T15:33:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=50acf8f188475b0554b99a739cb8ada12d51e77b'/>
<id>urn:sha1:50acf8f188475b0554b99a739cb8ada12d51e77b</id>
<content type='text'>
* docs(DMVPN): T4667: Add firewall rule to prevent unencrypted GRE leaks

In DMVPN the mGRE tunnel and the IPSec protecting it are handled
independently, so GRE can be forwarded while no IPSec SA is active for a
peer (e.g. while an SA is still being negotiated or after one expires),
allowing unencrypted GRE to leave the router. This is inherent to
combining GRE with IPSec and is common to DMVPN implementations in
general.

Add a "Protecting against unencrypted traffic leaks" section to the DMVPN
reference page explaining the behaviour and recommending an output filter
rule that drops GRE not matched by an outbound IPSec policy
(ipsec match-none-out). Note that this disables unencrypted GRE on the
node entirely, so coexisting plain GRE tunnels would stop working.

Apply the same rule in the Dual HUB Dual Cloud example on the VyOS nodes.

Co-authored-by: Daniil Baturin &lt;daniil@baturin.org&gt;

* docs(DMVPN): reflow DMVPN documentation for line length compliance

Reformat the DMVPN guide and dual-hub dual-cloud example to wrap
long lines and improve readability without changing the documented
behavior or configuration guidance.

---------

Co-authored-by: Daniil Baturin &lt;daniil@baturin.org&gt;</content>
</entry>
<entry>
<title> docs: Update Suricata page to VyOS 1.5 standards (#2118)</title>
<updated>2026-07-07T09:23:54+00:00</updated>
<author>
<name>LiudmylaNad</name>
<email>l.nadolina@vyos.io</email>
</author>
<published>2026-07-07T09:23:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=6d2d28d4411ff52ad0f9314cf3696336748ab89d'/>
<id>urn:sha1:6d2d28d4411ff52ad0f9314cf3696336748ab89d</id>
<content type='text'>
* docs: Update Suricata page to VyOS 1.5 standards

* Update suricata.md

* Update suricata.md

* Update suricata.md</content>
</entry>
<entry>
<title>Merge pull request #2133 from LiudmylaNad/te-ospf-note</title>
<updated>2026-07-06T15:13:14+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2026-07-06T15:13:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=a97e238644fa4a77d60ee129d17058e0e7310c53'/>
<id>urn:sha1:a97e238644fa4a77d60ee129d17058e0e7310c53</id>
<content type='text'>
docs(Traffic Engineering): Clarify OSPF advertisement is not yet supported</content>
</entry>
<entry>
<title>docs(Traffic Engineering): Clarify OSPF advertisement is not yet supported</title>
<updated>2026-07-03T15:50:21+00:00</updated>
<author>
<name>MilaNad</name>
<email>l.nadolina@vyos.io</email>
</author>
<published>2026-07-03T15:50:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=bfc18e8cb46ce179bc6b41f087643e2ee34eb502'/>
<id>urn:sha1:bfc18e8cb46ce179bc6b41f087643e2ee34eb502</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Add GeoIP ASN support (T5746) (#2124)</title>
<updated>2026-07-03T15:35:26+00:00</updated>
<author>
<name>Grant</name>
<email>github@firefishy.com</email>
</author>
<published>2026-07-03T15:35:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=e10f12c5d9077052c11991931879659da56d0b67'/>
<id>urn:sha1:e10f12c5d9077052c11991931879659da56d0b67</id>
<content type='text'>
* docs: Add GeoIP ASN support (T5746)

* Small styling changes


---------

Co-authored-by: Daniil Baturin &lt;daniil@baturin.org&gt;</content>
</entry>
<entry>
<title> docs: Update UDP broadcast relay page to VyOS 1.5 standards (#2115)</title>
<updated>2026-07-01T10:46:01+00:00</updated>
<author>
<name>LiudmylaNad</name>
<email>l.nadolina@vyos.io</email>
</author>
<published>2026-07-01T10:46:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=93bb5f321cdad490f2e61ef29e17907ebd5645b5'/>
<id>urn:sha1:93bb5f321cdad490f2e61ef29e17907ebd5645b5</id>
<content type='text'>
* docs: Update UDP broadcast relay page to VyOS 1.5 standards

* Remove the implication that something other than IPv4 supports broadcast

---------

Co-authored-by: Daniil Baturin &lt;daniil@baturin.org&gt;</content>
</entry>
<entry>
<title>bgp: T6573: add input/output queue limit CLI commands</title>
<updated>2026-06-30T13:57:32+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-06-25T20:41:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=9ad380fb7a1b122a605c7562124085e3200e30f0'/>
<id>urn:sha1:9ad380fb7a1b122a605c7562124085e3200e30f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title> docs: Update TFTP server page to VyOS 1.5 standards (#2119)</title>
<updated>2026-06-29T16:13:58+00:00</updated>
<author>
<name>LiudmylaNad</name>
<email>l.nadolina@vyos.io</email>
</author>
<published>2026-06-29T16:13:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=8be9ced92fdc2b12b16aae9e438884acfd387faf'/>
<id>urn:sha1:8be9ced92fdc2b12b16aae9e438884acfd387faf</id>
<content type='text'>
* docs: Update TFTP server page to VyOS 1.5 standards

* Update tftp-server.md</content>
</entry>
</feed>
