<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/include/policy, branch c-po-patch-1</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=c-po-patch-1</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=c-po-patch-1'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2024-10-03T14:51:55+00:00</updated>
<entry>
<title>T6760: firewall: add packet modifications existing in policy route to regular firewall ruleset.</title>
<updated>2024-10-03T14:51:55+00:00</updated>
<author>
<name>Nicolas Fort</name>
<email>nicolasfort1988@gmail.com</email>
</author>
<published>2024-10-03T14:51:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e846d2c1500df83742eb803684980396857cc0f1'/>
<id>urn:sha1:e846d2c1500df83742eb803684980396857cc0f1</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>pbr: T6430: Allow forwarding into VRFs by name as well as route table IDs</title>
<updated>2024-07-30T03:48:18+00:00</updated>
<author>
<name>Andrew Topp</name>
<email>atopp@aus-it.com.au</email>
</author>
<published>2024-07-30T03:48:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=adeac78ed6585b16102bd82581b54c75819714b2'/>
<id>urn:sha1:adeac78ed6585b16102bd82581b54c75819714b2</id>
<content type='text'>
* PBR can only target table IDs up to 200 and the previous PR to extend the
  range was rejected
* PBR with this PR can now also target VRFs directly by name, working around
  targeting problems for VRF table IDs outside the overlapping 100-200 range
* Validation ensures rules can't target both a table ID and a VRF name
  (internally they are handled the same)
* Added a simple accessor (get_vrf_table_id) for runtime mapping a VRF name
  to table ID, based on vyos.ifconfig.interface._set_vrf_ct_zone().
  It does not replace that usage, as it deliberately does not handle non-VRF
  interface lookups (would fail with a KeyError).
* Added route table ID lookup dict, global route table and VRF table defs
  to vyos.defaults. Table ID references have been updated in code touched
  by this PR.
* Added a simple smoketest to validate 'set vrf' usage in PBR rules
</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>
<entry>
<title>git: T5803: Adjust git configuration for baseline defaults</title>
<updated>2023-12-08T19:26:26+00:00</updated>
<author>
<name>Indrajit Raychaudhuri</name>
<email>irc@indrajit.com</email>
</author>
<published>2023-12-05T22:30:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c30002208d392177cb1ffc1a5c714f7ad6d573b6'/>
<id>urn:sha1:c30002208d392177cb1ffc1a5c714f7ad6d573b6</id>
<content type='text'>
Apply baseline defaults for `.gitattributes` and `.vscode/settings.json`
for improved developer experience.

The `.gitattrbutes` settings are based on:
Git documentation (https://git-scm.com/docs/gitattributes#_effects)
GitHub documentation (https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings)
Community templates (https://github.com/gitattributes/gitattributes)

Since editor-agnostic line-ending specific settings are applied to
`.gitattributes`, they can be removed from `.vscode/settings.json`.
The global VSCode defaults have also been removed to avoid duplication.
</content>
</entry>
<entry>
<title>xml: T5738: re-use "disable" building block</title>
<updated>2023-11-16T19:07:12+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-11-16T19:04:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=019723aaa4217403f1fcbcd636f573ea403f909c'/>
<id>urn:sha1:019723aaa4217403f1fcbcd636f573ea403f909c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pim6: T5733: add missing FRR PIM6 related features</title>
<updated>2023-11-13T21:23:09+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-11-13T21:19:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=403d2ffd6e46cb082b1d16ddf515e1784bee968c'/>
<id>urn:sha1:403d2ffd6e46cb082b1d16ddf515e1784bee968c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pim: T5733: fix CLI level of global PIM commands</title>
<updated>2023-11-13T21:19:32+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-11-13T20:36:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=dd13213ae94f071bc30cc17f5fabef02fbf95939'/>
<id>urn:sha1:dd13213ae94f071bc30cc17f5fabef02fbf95939</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T5729: firewall: switch to valueless in order to remove unnecessary &lt;enable|disable&gt; commands; log and state moved to new syntax.</title>
<updated>2023-11-10T19:26:35+00:00</updated>
<author>
<name>Nicolas Fort</name>
<email>nicolasfort1988@gmail.com</email>
</author>
<published>2023-11-10T19:26:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c4409d6a4e11bf2acc7b5b96888e2c471c4559e5'/>
<id>urn:sha1:c4409d6a4e11bf2acc7b5b96888e2c471c4559e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2325 from sever-sever/T5165</title>
<updated>2023-09-30T06:34:00+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-09-30T06:34:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=179703886441ef5508a63ba6d9d4c11b050d3ff8'/>
<id>urn:sha1:179703886441ef5508a63ba6d9d4c11b050d3ff8</id>
<content type='text'>
T5165: Migrate policy local-route rule x destination to address</content>
</entry>
</feed>
