<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/op-mode-definitions/firewall.xml.in, branch feature/T9082-codeql-cpp</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-1x.git/atom?h=feature%2FT9082-codeql-cpp</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=feature%2FT9082-codeql-cpp'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2025-06-25T16:35:01+00:00</updated>
<entry>
<title>op-mode: T7560: add support for virtual tag nodes</title>
<updated>2025-06-25T16:35:01+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2025-06-25T16:35:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=edc64e7fb63757a3779df12945ecefca9c462952'/>
<id>urn:sha1:edc64e7fb63757a3779df12945ecefca9c462952</id>
<content type='text'>
for cases when commands need both fixed and variable arguments
</content>
</entry>
<entry>
<title>op-mode: T7459: eliminate direct use of sudo in op mode commands</title>
<updated>2025-05-16T11:39:44+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2025-05-16T11:39:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=6b562aae240927c14f629b9307583013bc3a9008'/>
<id>urn:sha1:6b562aae240927c14f629b9307583013bc3a9008</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T7282: op-mode: update firewall completion paths to include all group types</title>
<updated>2025-04-22T12:39:18+00:00</updated>
<author>
<name>Mark Hayes</name>
<email>mark.hayes0338@gmail.com</email>
</author>
<published>2025-04-22T12:29:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e8da459ecc0418e149df820f53d843f01329b238'/>
<id>urn:sha1:e8da459ecc0418e149df820f53d843f01329b238</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T6723: firewall: extend op-mode commands &lt;show firewall ..&gt; and a &lt;show log firewall ..&gt; in order to match all chains/priorities</title>
<updated>2024-09-18T14:07:24+00:00</updated>
<author>
<name>Nicolas Fort</name>
<email>nicolasfort1988@gmail.com</email>
</author>
<published>2024-09-18T14:07:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=38511df4b376f8ec5eee9af55df92f96cab0a0cf'/>
<id>urn:sha1:38511df4b376f8ec5eee9af55df92f96cab0a0cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>firewall: T6581: fix completion for "show firewall ... rule"</title>
<updated>2024-07-14T14:21:14+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2024-07-14T14:21:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=b52f4ecc8961b0d3d2885d2d0dbc112f4a81c9b7'/>
<id>urn:sha1:b52f4ecc8961b0d3d2885d2d0dbc112f4a81c9b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>	modified:   op-mode-definitions/firewall.xml.in</title>
<updated>2024-04-01T15:14:54+00:00</updated>
<author>
<name>l0crian1</name>
<email>ryan.claridge13@gmail.com</email>
</author>
<published>2024-04-01T15:14:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=025438ccacc654274efbd3bea8b13fcc73ae08b6'/>
<id>urn:sha1:025438ccacc654274efbd3bea8b13fcc73ae08b6</id>
<content type='text'>
      - Added show firewall &lt;sections&gt; detail paths
	modified:   src/op_mode/firewall.py
      - Added Description as a header to normal "show firewall" commands
      - Added 'detail' view which shows the output in a list key-pair format
Description column was added for these commands and their subsections:
show firewall statistics
show firewall groups
show firewall &lt;family&gt;

Detail view was added for these commands:
show firewall bridge forward filter detail
show firewall bridge forward filter rule &lt;rule#&gt; detail
show firewall bridge name &lt;chain&gt; detail
show firewall bridge name &lt;chain&gt; rule &lt;rule#&gt; detail

show firewall ipv4 forward filter detail
show firewall ipv4 forward filter rule &lt;rule#&gt; detail
show firewall ipv4 input filter detail
show firewall ipv4 input filter rule &lt;rule#&gt; detail
show firewall ipv4 output filter detail
show firewall ipv4 output filter rule &lt;rule#&gt; detail
show firewall ipv4 name &lt;chain&gt; detail
show firewall ipv4 name &lt;chain&gt; rule &lt;rule#&gt; detail

show firewall ipv6 forward filter detail
show firewall ipv6 forward filter rule &lt;rule#&gt; detail
show firewall ipv6 input filter detail
show firewall ipv6 input filter rule &lt;rule#&gt; detail
show firewall ipv6 output filter detail
show firewall ipv6 output filter rule &lt;rule#&gt; detail
show firewall ipv6 name &lt;chain&gt; detail
show firewall ipv6 name &lt;chain&gt; rule &lt;rule#&gt; detail

show firewall group detail
show firewall group &lt;group&gt; detail
</content>
</entry>
<entry>
<title>T5919: firewall: fix &lt;show firewall ipv6 ..&gt; command</title>
<updated>2024-01-11T11:00:17+00:00</updated>
<author>
<name>Nicolas Fort</name>
<email>nicolasfort1988@gmail.com</email>
</author>
<published>2024-01-11T11:00:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=089280f82349cd7b77649eb71729be1e73714b52'/>
<id>urn:sha1:089280f82349cd7b77649eb71729be1e73714b52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T5915:firewall: re-add opmode command for zone based firewall</title>
<updated>2024-01-10T12:02:30+00:00</updated>
<author>
<name>Nicolas Fort</name>
<email>nicolasfort1988@gmail.com</email>
</author>
<published>2024-01-10T12:02:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=62f10e0ec8075634e1515d6cecc822d87053bccb'/>
<id>urn:sha1:62f10e0ec8075634e1515d6cecc822d87053bccb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T4072: Firewall op-mode command: add bridge capabilities</title>
<updated>2023-09-11T15:56:07+00:00</updated>
<author>
<name>Nicolas Fort</name>
<email>nicolasfort1988@gmail.com</email>
</author>
<published>2023-09-11T15:56:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=063de842144ac95565a46df3da86dbc7f56643ae'/>
<id>urn:sha1:063de842144ac95565a46df3da86dbc7f56643ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T5496: firewall op-mode: fix show command for group member and references</title>
<updated>2023-08-29T14:50:52+00:00</updated>
<author>
<name>Nicolas Fort</name>
<email>nicolasfort1988@gmail.com</email>
</author>
<published>2023-08-29T14:50:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=cbedb76b3fd9b0ec52893b05994635b9a748bf23'/>
<id>urn:sha1:cbedb76b3fd9b0ec52893b05994635b9a748bf23</id>
<content type='text'>
</content>
</entry>
</feed>
