<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/policy-local-route.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>2023-12-31T22:49:48+00:00</updated>
<entry>
<title>T5474: establish common file name pattern for XML conf mode commands</title>
<updated>2023-12-31T22:49:48+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-12-30T22:25:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=4ef110fd2c501b718344c72d495ad7e16d2bd465'/>
<id>urn:sha1:4ef110fd2c501b718344c72d495ad7e16d2bd465</id>
<content type='text'>
We will use _ as CLI level divider. The XML definition filename and also
the Python helper should match the CLI node.

Example:
set interfaces ethernet -&gt; interfaces_ethernet.xml.in
set interfaces bond -&gt; interfaces_bond.xml.in
set service dhcp-server -&gt; service_dhcp-server-xml.in
</content>
</entry>
<entry>
<title>T5165: Implement policy local-route source and destination port</title>
<updated>2023-10-06T09:18:35+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-10-06T09:18:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=ff43733074675b94ce4ead83fe63870b6cf953c5'/>
<id>urn:sha1:ff43733074675b94ce4ead83fe63870b6cf953c5</id>
<content type='text'>
Add `policy local-route` source and destination port

set policy local-route rule 23 destination port '222'
set policy local-route rule 23 protocol 'tcp'
set policy local-route rule 23 set table '123'
set policy local-route rule 23 source port '8888'

% ip rule show prio 23
23:	from all ipproto tcp sport 8888 dport 222 lookup 123
</content>
</entry>
<entry>
<title>T5165: Migrate policy local-route rule x destination to address</title>
<updated>2023-09-29T15:56:40+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-09-29T15:56:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=9f7a5f79200782f7849cab72f55a39dedf45f214'/>
<id>urn:sha1:9f7a5f79200782f7849cab72f55a39dedf45f214</id>
<content type='text'>
Migrate policy local-route &lt;destination|source&gt; to node address

replace 'policy local-route{v6} rule &lt;tag&gt; destination|source &lt;x.x.x.x&gt;'
     =&gt; 'policy local-route{v6} rule &lt;tag&gt; destination|source address &lt;x.x.x.x&gt;'
</content>
</entry>
<entry>
<title>T5165: Add option protocol for policy local-route</title>
<updated>2023-09-27T16:19:30+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-09-27T14:05:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=96b8b38a3c17aa08fa964eef9141cf89f1c1d442'/>
<id>urn:sha1:96b8b38a3c17aa08fa964eef9141cf89f1c1d442</id>
<content type='text'>
Add option `protocol` for policy local-route

set policy local-route rule 100 destination '192.0.2.12'
set policy local-route rule 100 protocol 'tcp'
set policy local-route rule 100 set table '100'
</content>
</entry>
<entry>
<title>policy: T4685: fix non-existent inbound-interface on commit</title>
<updated>2022-09-10T01:10:30+00:00</updated>
<author>
<name>initramfs</name>
<email>initramfs@initramfs.io</email>
</author>
<published>2022-09-10T01:06:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=768f562c09f6e6cadaf7fccd51d48d30173f54bc'/>
<id>urn:sha1:768f562c09f6e6cadaf7fccd51d48d30173f54bc</id>
<content type='text'>
The local-policy and local-policy6 nodes were missing their priority
property causing an ordering issue between the creation of dynamic
interfaces (like VLAN/Bonding) and referencing said interface in PBR
rules.

Add a priority value to order local-policy(6) to be after all interface
definitions.
</content>
</entry>
<entry>
<title>policy: T4424: Fix incorrect format for IPv6 prefixes</title>
<updated>2022-05-12T13:21:20+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2022-05-12T13:21:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=2146002ed27edb87f4bd7bfb7825f9d68aca56d7'/>
<id>urn:sha1:2146002ed27edb87f4bd7bfb7825f9d68aca56d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>policy: T4219: add local-route(6) incoming-interface</title>
<updated>2022-01-30T17:05:58+00:00</updated>
<author>
<name>Henning Surmeier</name>
<email>me@hensur.de</email>
</author>
<published>2022-01-28T22:55:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c6c562eca6ff469f603697f7f1d9319b2a5504a3'/>
<id>urn:sha1:c6c562eca6ff469f603697f7f1d9319b2a5504a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>policy: T4151: Add policy ipv6-local-route</title>
<updated>2022-01-13T23:34:40+00:00</updated>
<author>
<name>Henning Surmeier</name>
<email>me@hensur.de</email>
</author>
<published>2022-01-08T11:44:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=0d4079ca3a3de889d521ed66218bd0015daf042d'/>
<id>urn:sha1:0d4079ca3a3de889d521ed66218bd0015daf042d</id>
<content type='text'>
Adds support for `ip -6 rule` policy based routing.
Also, extends the existing ipv4 implemenation with a
`destination` key, which is translated as
`ip rule add to x.x.x.x/x` rules.

https://phabricator.vyos.net/T4151
</content>
</entry>
<entry>
<title>pbr: T3702: Add rules match fwmark</title>
<updated>2021-08-02T08:11:20+00:00</updated>
<author>
<name>Viacheslav</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2021-07-27T18:34:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a378822f26268c1e8cbfcf754e5cad5c310c7c3c'/>
<id>urn:sha1:a378822f26268c1e8cbfcf754e5cad5c310c7c3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>xml: fix valueHelp format strings</title>
<updated>2020-12-27T12:00:13+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-12-27T12:00:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=19161b72ea9d06327e75360e121753b5f9a754c8'/>
<id>urn:sha1:19161b72ea9d06327e75360e121753b5f9a754c8</id>
<content type='text'>
A pre-defined list of common format strings to be used inside the &lt;format&gt; node
of &lt;valueHelp&gt; is available from [1]. Adjust all currently in use &lt;format&gt; nodes
to re-use the predefined strings over writing them on their own by even
encapsulating the &lt;&gt; signs as &amp;lt; and &amp;gt;.

[1]: https://github.com/vyos/vyatta-cfg/blob/5aec1a0429f2f/etc/bash_completion.d/vyatta-cfg#L515-L566
</content>
</entry>
</feed>
