<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/include/firewall/action.xml.i, branch T6732-build-image-circinus</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=T6732-build-image-circinus</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=T6732-build-image-circinus'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2023-12-15T06:09:53+00:00</updated>
<entry>
<title>firewall: T4502: add ofload to firewall table actions</title>
<updated>2023-12-15T06:09:53+00:00</updated>
<author>
<name>GurliGebis</name>
<email>GurliGebis@users.noreply.github.com</email>
</author>
<published>2023-12-15T06:09:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e2d9b215659a9131e9a03f9ebd74c8af6a9e37fd'/>
<id>urn:sha1:e2d9b215659a9131e9a03f9ebd74c8af6a9e37fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T5217: Add firewall synproxy</title>
<updated>2023-09-21T12:30:39+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-09-20T11:46:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=bdad4e046872e054ec7783b2f04b73a8a690a045'/>
<id>urn:sha1:bdad4e046872e054ec7783b2f04b73a8a690a045</id>
<content type='text'>
Add ability to SYNPROXY connections
It is useful to protect against TCP SYN flood attacks and port-scanners

set firewall global-options syn-cookies 'enable'
set firewall ipv4 input filter rule 10 action 'synproxy'
set firewall ipv4 input filter rule 10 destination port '22'
set firewall ipv4 input filter rule 10 inbound-interface interface-name 'eth1'
set firewall ipv4 input filter rule 10 protocol 'tcp'
set firewall ipv4 input filter rule 10 synproxy tcp mss '1460'
set firewall ipv4 input filter rule 10 synproxy tcp window-scale '7'
</content>
</entry>
<entry>
<title>T4072: add firewall bridge filtering. First implementation only applies for forward chain and few matchers. Should be extended in the future.</title>
<updated>2023-09-07T20:30:50+00:00</updated>
<author>
<name>Nicolas Fort</name>
<email>nicolasfort1988@gmail.com</email>
</author>
<published>2023-09-07T20:30:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=1772c0a7232789e6eeb0caa78fe630fab899522d'/>
<id>urn:sha1:1772c0a7232789e6eeb0caa78fe630fab899522d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T5037: Firewall: Add queue action and options to firewall</title>
<updated>2023-02-28T14:19:52+00:00</updated>
<author>
<name>Nicolas Fort</name>
<email>nicolasfort1988@gmail.com</email>
</author>
<published>2023-02-27T20:11:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=bbfe6b54b58b68768f6427496d8ac3c1ef38da93'/>
<id>urn:sha1:bbfe6b54b58b68768f6427496d8ac3c1ef38da93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T4699: Firewall: Add return action, since jump action was added recently</title>
<updated>2022-09-21T17:46:32+00:00</updated>
<author>
<name>Nicolas Fort</name>
<email>nicolasfort1988@gmail.com</email>
</author>
<published>2022-09-21T17:46:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=2a4f007bc3f384fcd7ca43254f38a4156ab1f8c8'/>
<id>urn:sha1:2a4f007bc3f384fcd7ca43254f38a4156ab1f8c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T4699: Firewall: Add jump action in firewall rulest</title>
<updated>2022-09-16T16:35:11+00:00</updated>
<author>
<name>Nicolas Fort</name>
<email>nicolasfort1988@gmail.com</email>
</author>
<published>2022-09-16T16:35:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=99155150df9ceed0be4df46351844451b0683b3b'/>
<id>urn:sha1:99155150df9ceed0be4df46351844451b0683b3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>xml: drop not always applicable REQUIRED suffix from completion help string</title>
<updated>2022-06-10T18:07:32+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-06-10T18:06:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=18b303734d84c0c5677ea4d872ec068ffcab4cad'/>
<id>urn:sha1:18b303734d84c0c5677ea4d872ec068ffcab4cad</id>
<content type='text'>
If a parameter is required is determined from the Python string on commit.
This "indicator" is not used consistently and sometimes missing, or added where
it is not required anymore due to Python script improvement/rewrite.
</content>
</entry>
<entry>
<title>xml: T4047: use full string match in the regex validator</title>
<updated>2022-04-29T17:51:50+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-04-29T17:51:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=80ecb1b7aaab47edeb355c3b74a763e940d88179'/>
<id>urn:sha1:80ecb1b7aaab47edeb355c3b74a763e940d88179</id>
<content type='text'>
</content>
</entry>
<entry>
<title>firewall: T2199: Migrate firewall to XML/Python</title>
<updated>2021-12-06T20:20:49+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2021-07-28T10:03:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=fdeba8da3e99256fe449e331d0b833a941315226'/>
<id>urn:sha1:fdeba8da3e99256fe449e331d0b833a941315226</id>
<content type='text'>
</content>
</entry>
<entry>
<title>firewall: T3568: add XML definitions for firewall</title>
<updated>2021-05-25T20:17:16+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2021-05-25T20:17:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=654c8cad2daaf84a07e4664d2c0469a863a46bdc'/>
<id>urn:sha1:654c8cad2daaf84a07e4664d2c0469a863a46bdc</id>
<content type='text'>
Add XML for configuration mode firewall. Used for future rewriting it to Python style.</content>
</entry>
</feed>
