<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/conf_mode/vpp_interfaces_vxlan.py, branch rolling</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=rolling</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=rolling'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2026-03-23T11:36:00+00:00</updated>
<entry>
<title>vpp: T8355: Set MTU for vpp interfaces</title>
<updated>2026-03-23T11:36:00+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2026-03-23T11:36:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d922f888dc822cc4e3b7ce70a4402ece7eef6e41'/>
<id>urn:sha1:d922f888dc822cc4e3b7ce70a4402ece7eef6e41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vpp: T8327: Migrate bridge interface to 'interfaces vpp bridge'</title>
<updated>2026-03-03T15:52:40+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2026-02-27T19:22:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c90512f68dbabe6f005c259f6e787abe527fe975'/>
<id>urn:sha1:c90512f68dbabe6f005c259f6e787abe527fe975</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vpp: T8296: Move vxlan interface from vpp section to 'interfaces vpp vxlan'</title>
<updated>2026-02-27T19:26:00+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2026-02-26T13:27:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=3755dfa7612ffa7edc94537220340a00c9db13ad'/>
<id>urn:sha1:3755dfa7612ffa7edc94537220340a00c9db13ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vpp: T8254: Move 'nat44' and 'settings nat44' sections to 'nat nat44'</title>
<updated>2026-02-13T18:20:31+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2026-02-13T10:29:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=9bfe2749a1fa41a4c77a3364851ac1fbefbf3ef3'/>
<id>urn:sha1:9bfe2749a1fa41a4c77a3364851ac1fbefbf3ef3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T7697: Remove year from copyright</title>
<updated>2025-08-07T15:43:25+00:00</updated>
<author>
<name>Viacheslav</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2025-08-07T15:43:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=6801f0ef7365556d1c8eb60aeed01789a7620cb7'/>
<id>urn:sha1:6801f0ef7365556d1c8eb60aeed01789a7620cb7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T7488: Make VPP restartable</title>
<updated>2025-05-28T11:48:07+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2025-05-27T11:27:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=31beaf550786502f5b62034c6e4b2e0e52508f8c'/>
<id>urn:sha1:31beaf550786502f5b62034c6e4b2e0e52508f8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T7419: VPP ACL implementation (#31)</title>
<updated>2025-05-13T14:33:35+00:00</updated>
<author>
<name>Nataliia S.</name>
<email>81954790+natali-rs1985@users.noreply.github.com</email>
</author>
<published>2025-05-13T14:33:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=151afffe15ce89755f3c3f81a9d2c647e487f647'/>
<id>urn:sha1:151afffe15ce89755f3c3f81a9d2c647e487f647</id>
<content type='text'>
CLI:
```
set vpp acl ip tag-name &lt;tag-name&gt; rule &lt;nn&gt; action &lt;permit|deny|permit-reflect&gt;
set vpp acl ip tag-name &lt;tag-name&gt; rule &lt;nn&gt; source prefix &lt;prefix&gt;
set vpp acl ip tag-name &lt;tag-name&gt; rule &lt;nn&gt; source port &lt;port|range&gt;
set vpp acl ip tag-name &lt;tag-name&gt; rule &lt;nn&gt; destination prefix &lt;prefix&gt;
set vpp acl ip tag-name &lt;tag-name&gt; rule &lt;nn&gt; destination port &lt;port&gt;
set vpp acl ip tag-name &lt;tag-name&gt; rule &lt;nn&gt; protocol &lt;protocol&gt;

set vpp acl ip tag-name &lt;tag-name&gt; rule &lt;nn&gt; tcp-flags &lt;fin|syn|rst|psh|ack|urg|ecn|cwr&gt;
set vpp acl ip tag-name &lt;tag-name&gt; rule &lt;nn&gt; tcp-flags not &lt;fin|syn|rst|psh|ack|urg|ecn|cwr&gt;

set vpp acl ip interface &lt;interface_name&gt; input acl-tag &lt;n&gt; tag-name &lt;tag-name&gt;
set vpp acl ip interface &lt;interface_name&gt; output acl-tag &lt;n&gt; tag-name &lt;tag-name&gt;

set vpp acl macip tag-name &lt;tag-name&gt; rule &lt;nn&gt; prefix &lt;prefix&gt;
set vpp acl macip tag-name &lt;tag-name&gt; rule &lt;nn&gt; mac-address &lt;mac&gt;
set vpp acl macip tag-name &lt;tag-name&gt; rule &lt;nn&gt; mac-mask &lt;mac-mask&gt;
set vpp acl macip tag-name &lt;tag-name&gt; rule &lt;nn&gt; action &lt;permit|deny&gt;

set vpp acl macip interface &lt;interface_name&gt; tag-name &lt;tag-name&gt;
```
OP mode
```
show vpp acl ip tag-name &lt;tag_name&gt;
show vpp acl ip interface

show vpp acl macip tag-name &lt;tag_name&gt;
show vpp acl macip interface
```</content>
</entry>
<entry>
<title>T7189: VPP source of the tunnel interface should be checked and configured</title>
<updated>2025-03-12T11:54:38+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2025-03-03T13:41:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=877166b8aef1132f5bad208aee00444819264501'/>
<id>urn:sha1:877166b8aef1132f5bad208aee00444819264501</id>
<content type='text'>
Changed priority for VPP interfaces: all VPP interfaces must be configured after Ethernet interfaces
</content>
</entry>
<entry>
<title>Revert "warning: introduce a delay between add() and kernel_add()"</title>
<updated>2025-01-29T13:31:10+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2025-01-29T13:31:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=f5aaef311484f90d87f46d5a5739897e560ceb40'/>
<id>urn:sha1:f5aaef311484f90d87f46d5a5739897e560ceb40</id>
<content type='text'>
This reverts commit 405d3ee7ac909bbf458f522e6539a1f4eacdf7e6.
</content>
</entry>
<entry>
<title>Use common class for none ethernet interfaces state</title>
<updated>2025-01-27T19:23:45+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2025-01-27T18:01:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=dfda2c7f305df94690cc4538a74ab213d25c579c'/>
<id>urn:sha1:dfda2c7f305df94690cc4538a74ab213d25c579c</id>
<content type='text'>
</content>
</entry>
</feed>
