<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/firewall.xml.in, branch fix/T8955-http-api-verify-tls</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=fix%2FT8955-http-api-verify-tls</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=fix%2FT8955-http-api-verify-tls'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2025-11-24T19:48:07+00:00</updated>
<entry>
<title>Merge pull request #4672 from apschultz/zone_default_firewall_ruleset</title>
<updated>2025-11-24T19:48:07+00:00</updated>
<author>
<name>Simon</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2025-11-24T19:48:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=fdda826b48688e253c30d3578ca5edd45b034ab0'/>
<id>urn:sha1:fdda826b48688e253c30d3578ca5edd45b034ab0</id>
<content type='text'>
firewall: T7739: Default ruleset for firewall zones</content>
</entry>
<entry>
<title>T7849: ZBF allow to use wildcard interfaces as member</title>
<updated>2025-10-31T15:31:58+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2025-10-31T15:25:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=b85fb0e04685d21b6f0dc4c0c1c8ee22105a971e'/>
<id>urn:sha1:b85fb0e04685d21b6f0dc4c0c1c8ee22105a971e</id>
<content type='text'>
Allow to use wildcard interfaces for zone-based firewall
It should allow interfaces like ipoe*/pppoe*/l2tp*
</content>
</entry>
<entry>
<title>firewall: T7739: Default ruleset for firewall zones</title>
<updated>2025-10-21T23:46:37+00:00</updated>
<author>
<name>Adam Schultz</name>
<email>adam.schultz@live.com</email>
</author>
<published>2025-08-17T02:29:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=cc5895fe61f938189e229dffb7746fc93aac0f3b'/>
<id>urn:sha1:cc5895fe61f938189e229dffb7746fc93aac0f3b</id>
<content type='text'>
In large networks with many zones where simple allow/deny rules are not sufficient,
zones become tedious to manage. Many use cases can be simplified by providing an
ability to define a default ruleset for traffic from other zones. This change proposes
adding the follwing syntax:
   set firewall zone &lt;name&gt; default_firewall name &lt;name&gt;
   set firewall zone &lt;name&gt; default_firewall ipv6_name &lt;name&gt;

The proposed behavior is the following:
   local in:
      The default firewall ruleset for the local zone will be appended after all
      from configurations.
   local out:
      If a non-local zone does not have a from local ruleset but does have a
      default_firewall ruleset, the default_firewall ruleset will be appended using
      oifname
   forward:
      The default firewall ruleset for the zone will be appended after all from
      configurations

To keep the behavior consistent with from ruleset configurations, a return is appended
after the default_firewall ruleset.

The proposed behavior differs slightly from the default_policy configuration for the
local out chains. The default_policy applied in the out templates comes from the local
zone, not the actual outbound zone. The proposed change does not amend this, but does
make default_firewall logically consistent with the intent of the out rules.
</content>
</entry>
<entry>
<title>firewall: T5493: Implement remote-group</title>
<updated>2025-03-21T20:08:50+00:00</updated>
<author>
<name>Alex W</name>
<email>embezzle.dev@proton.me</email>
</author>
<published>2025-01-30T20:22:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=9e2bdc96ea63e7ee1adb002df17e0d9ecc1cd410'/>
<id>urn:sha1:9e2bdc96ea63e7ee1adb002df17e0d9ecc1cd410</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T6841: firewall: re-use existing generic-interface-multi.xml.i XML building block</title>
<updated>2025-01-06T11:05:22+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-12-23T12:14:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=3b04cc29f0baf618351d67b4d6aa47f55b54bb20'/>
<id>urn:sha1:3b04cc29f0baf618351d67b4d6aa47f55b54bb20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T6841: firewall: Fixed issues in ZBF when using VRFs</title>
<updated>2025-01-06T11:05:22+00:00</updated>
<author>
<name>aapostoliuk</name>
<email>a.apostoliuk@vyos.io</email>
</author>
<published>2024-12-17T11:39:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=4a194b32509ffcd9574bb7571a5a6347f7dc4e42'/>
<id>urn:sha1:4a194b32509ffcd9574bb7571a5a6347f7dc4e42</id>
<content type='text'>
Improve config parsing for ZBF when using VRFs and interfaces attached to VRFs
</content>
</entry>
<entry>
<title>T6841: firewall: improve config parsing for ZBF when using VRFs and interfaces attached to VRFs</title>
<updated>2025-01-06T11:05:22+00:00</updated>
<author>
<name>Nicolas Fort</name>
<email>nicolasfort1988@gmail.com</email>
</author>
<published>2024-10-29T19:05:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=df176d9b9b4cc67ae509ae2ff17a02f2520cc881'/>
<id>urn:sha1:df176d9b9b4cc67ae509ae2ff17a02f2520cc881</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T5794: change firewall priority in oder to be loaded after all interfaces.</title>
<updated>2024-08-15T17:37:59+00:00</updated>
<author>
<name>nicolas</name>
<email>nicolas@deb-4all.nfort.local</email>
</author>
<published>2024-08-15T17:37:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=b3ae35987a860a5d2cf64dfbc156a7ee7cc799a2'/>
<id>urn:sha1:b3ae35987a860a5d2cf64dfbc156a7ee7cc799a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T4072: firewall: extend firewall bridge capabilities, in order to include new chains, priorities, and firewall groups</title>
<updated>2024-08-01T16:25:31+00:00</updated>
<author>
<name>Nicolas Fort</name>
<email>nicolasfort1988@gmail.com</email>
</author>
<published>2024-07-24T14:08:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=20551379e8e2b4b6e342b39ea67738876e559bbf'/>
<id>urn:sha1:20551379e8e2b4b6e342b39ea67738876e559bbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T3900: add support for raw table in firewall.</title>
<updated>2024-05-15T17:09:16+00:00</updated>
<author>
<name>Nicolas Fort</name>
<email>nicolasfort1988@gmail.com</email>
</author>
<published>2024-05-15T17:09:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=6871c5541c1962e63d7a9b75d2bb43df2a8d372b'/>
<id>urn:sha1:6871c5541c1962e63d7a9b75d2bb43df2a8d372b</id>
<content type='text'>
</content>
</entry>
</feed>
