<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-documentation.git/docs/configuration, branch circinus</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=circinus</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-documentation.git/atom?h=circinus'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/'/>
<updated>2026-08-04T16:31:27+00:00</updated>
<entry>
<title>docs: update flowtable and ethernet/bonding documentation (#2106) (#2155)</title>
<updated>2026-08-04T16:31:27+00:00</updated>
<author>
<name>mergify[bot]</name>
<email>37929162+mergify[bot]@users.noreply.github.com</email>
</author>
<published>2026-08-04T16:31:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=d563063cf2e8d02ef63b407759cca17951b83b3b'/>
<id>urn:sha1:d563063cf2e8d02ef63b407759cca17951b83b3b</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



* Update docs/configuration/firewall/flowtables.md



* Update docs/configuration/firewall/flowtables.md



* Update docs/configuration/firewall/flowtables.md



* 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

---------


(cherry picked from commit a0067e0fbc8c3bee2af6701b3542eb013146fcf8)

Co-authored-by: jvela-dot &lt;j.vela@vyos.io&gt;
Co-authored-by: github-actions[bot] &lt;41898282+github-actions[bot]@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title> docs: Update Event handler page to VyOS 1.5 standards (backport #2130) (#2156)</title>
<updated>2026-08-04T16:30:27+00:00</updated>
<author>
<name>mergify[bot]</name>
<email>37929162+mergify[bot]@users.noreply.github.com</email>
</author>
<published>2026-08-04T16:30:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=2b7a3b9dcf3f3f38d8e9a211f83e9d0bf2184b0a'/>
<id>urn:sha1:2b7a3b9dcf3f3f38d8e9a211f83e9d0bf2184b0a</id>
<content type='text'>
* docs: Update Event handler page to VyOS 1.5 standards (#2130)

* 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;
(cherry picked from commit d08dbfacca29aa1e9750468293dd00910ad775ee)

* Use "event handler" styling in text and remove the mention of netplugd

since it's replaced by vyos-netlinkd in rolling already

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

---------

Co-authored-by: LiudmylaNad &lt;l.nadolina@vyos.io&gt;
Co-authored-by: github-actions[bot] &lt;41898282+github-actions[bot]@users.noreply.github.com&gt;
Co-authored-by: Daniil Baturin &lt;daniil@vyos.io&gt;
Co-authored-by: Daniil Baturin &lt;daniil@baturin.org&gt;</content>
</entry>
<entry>
<title>docs(DMVPN): T4667: Add firewall rule to prevent unencrypted GRE leaks (#2136) (#2144)</title>
<updated>2026-08-04T10:15:07+00:00</updated>
<author>
<name>mergify[bot]</name>
<email>37929162+mergify[bot]@users.noreply.github.com</email>
</author>
<published>2026-08-04T10:15:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=c0dd3eabe5da57f772f325896a3869c21c061954'/>
<id>urn:sha1:c0dd3eabe5da57f772f325896a3869c21c061954</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.



* 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.

---------


(cherry picked from commit 50acf8f188475b0554b99a739cb8ada12d51e77b)

Co-authored-by: zdc &lt;zdc@users.noreply.github.com&gt;
Co-authored-by: Daniil Baturin &lt;daniil@baturin.org&gt;</content>
</entry>
<entry>
<title>bgp: T6573: add input/output queue limit CLI commands (#2123)</title>
<updated>2026-07-01T10:22:33+00:00</updated>
<author>
<name>mergify[bot]</name>
<email>37929162+mergify[bot]@users.noreply.github.com</email>
</author>
<published>2026-07-01T10:22:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=492ddd3bb289b6c168cad65db84ed664adf41b54'/>
<id>urn:sha1:492ddd3bb289b6c168cad65db84ed664adf41b54</id>
<content type='text'>
(cherry picked from commit 9ad380fb7a1b122a605c7562124085e3200e30f0)

Co-authored-by: Christian Breunig &lt;christian@breunig.cc&gt;</content>
</entry>
<entry>
<title>DOCS: Backport 2117 (Revise Console server page) to Circinus (#2121)</title>
<updated>2026-07-01T10:19:31+00:00</updated>
<author>
<name>LiudmylaNad</name>
<email>l.nadolina@vyos.io</email>
</author>
<published>2026-07-01T10:19:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=60700529b2f0481724c1899ee58fc546b7853886'/>
<id>urn:sha1:60700529b2f0481724c1899ee58fc546b7853886</id>
<content type='text'>
* DOCS: Backport 2117 (Revise Console server page) to Circinus

* Update console-server.md</content>
</entry>
<entry>
<title> docs: Update TFTP server page to VyOS 1.5 standards (#2119) (#2122)</title>
<updated>2026-06-30T10:12:47+00:00</updated>
<author>
<name>mergify[bot]</name>
<email>37929162+mergify[bot]@users.noreply.github.com</email>
</author>
<published>2026-06-30T10:12:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=5029c0a7f810c5296045d8e1584d716298a67697'/>
<id>urn:sha1:5029c0a7f810c5296045d8e1584d716298a67697</id>
<content type='text'>
* docs: Update TFTP server page to VyOS 1.5 standards

* Update tftp-server.md

(cherry picked from commit 8be9ced92fdc2b12b16aae9e438884acfd387faf)

Co-authored-by: LiudmylaNad &lt;l.nadolina@vyos.io&gt;</content>
</entry>
<entry>
<title>docs: Update Config sync page to VyOS 1.5 standards (#2113) (#2114)</title>
<updated>2026-06-23T10:25:32+00:00</updated>
<author>
<name>mergify[bot]</name>
<email>37929162+mergify[bot]@users.noreply.github.com</email>
</author>
<published>2026-06-23T10:25:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=55ed500de0baba3beeea8779f2aed4866abfe8f5'/>
<id>urn:sha1:55ed500de0baba3beeea8779f2aed4866abfe8f5</id>
<content type='text'>
* docs: Update Config sync page to VyOS 1.5 standards

* Minor corrections

* Update config-sync.md

* Apply suggestion from @github-actions[bot]



* Apply suggestion from @github-actions[bot]



---------


(cherry picked from commit 228149f1a1d824b968b565f82c3ee73eb7ba489c)

Co-authored-by: LiudmylaNad &lt;l.nadolina@vyos.io&gt;
Co-authored-by: github-actions[bot] &lt;41898282+github-actions[bot]@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>syslog_update_T8983</title>
<updated>2026-06-16T21:00:22+00:00</updated>
<author>
<name>Cleiton  Faria</name>
<email>c.faria@vyos.io</email>
</author>
<published>2026-06-16T21:00:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=76424e0d05b0adf6a2267d70a98d1dbb0699df31'/>
<id>urn:sha1:76424e0d05b0adf6a2267d70a98d1dbb0699df31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>traffic-engineering: backport from rolling (#2104)</title>
<updated>2026-06-16T09:00:42+00:00</updated>
<author>
<name>LiudmylaNad</name>
<email>l.nadolina@vyos.io</email>
</author>
<published>2026-06-16T09:00:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=5fa7d9dc80e46145dbd23d39903ff5ee3d5293db'/>
<id>urn:sha1:5fa7d9dc80e46145dbd23d39903ff5ee3d5293db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "docs: Update Traffic Engineering page to VyOS 1.5 standards (#2066) (…" (#2095)</title>
<updated>2026-06-09T10:27:26+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2026-06-09T10:27:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=d1ef01fec58cbf860789f8979cc57a44bfa18dc9'/>
<id>urn:sha1:d1ef01fec58cbf860789f8979cc57a44bfa18dc9</id>
<content type='text'>
This reverts commit 6b88b233b56e7231fbdf0ed4644f741cf634b9ba.</content>
</entry>
</feed>
