<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/python/vyos/vpp/interface/gre.py, 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>2026-03-02T16:52:09+00:00</updated>
<entry>
<title>vpp: T8325: Migrate gre interface to 'interfaces vpp gre'</title>
<updated>2026-03-02T16:52:09+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2026-02-27T14:51:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c5c5021aed8ac1baaaf0896193e1c89f125c2103'/>
<id>urn:sha1:c5c5021aed8ac1baaaf0896193e1c89f125c2103</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>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>
<entry>
<title>GRE: Add ability to configure multipoint mode</title>
<updated>2025-01-24T15:34:33+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2025-01-24T15:26:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=9425dce22f1bc8393d5ea6b2ae39b4ef70b7fa50'/>
<id>urn:sha1:9425dce22f1bc8393d5ea6b2ae39b4ef70b7fa50</id>
<content type='text'>
Add ability to configure multipoint mode.
Remote IP address in this case has to be 0.0.0.0
Only one tunnel with the same source IP is allowed in the
point-to-multipoint mode

set vpp interfaces gre gre0 mode 'point-to-multipoint'
set vpp interfaces gre gre0 remote '0.0.0.0'
set vpp interfaces gre gre0 source-address '192.0.2.1'
</content>
</entry>
<entry>
<title>GRE: Add tunnel-type erspan, l3 and teb</title>
<updated>2025-01-24T09:58:15+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2025-01-22T15:01:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=20ecb6d4ccaf903bcaaf658b1a655dd8d79b989c'/>
<id>urn:sha1:20ecb6d4ccaf903bcaaf658b1a655dd8d79b989c</id>
<content type='text'>
Add tunnel type
 - erspan
 - l3
 - teb (Transparent Ethernet Bridge)

By default L3 GRE interfaces cannot be bridged to a bridge interface.
Add the ability to change tunnel type.

set vpp interfaces gre gre2 tunnel-type 'teb'
</content>
</entry>
<entry>
<title>Use VPPControl for the show class interfaces</title>
<updated>2025-01-11T15:12:42+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2025-01-11T15:12:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=bd2ea9f20502171b12f8bb4d900f504af9c446f1'/>
<id>urn:sha1:bd2ea9f20502171b12f8bb4d900f504af9c446f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move VPPContron to interface init</title>
<updated>2025-01-11T14:20:29+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2025-01-11T14:20:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=10de7ce46af1d38edfc449800ce730ad9bb4fbaa'/>
<id>urn:sha1:10de7ce46af1d38edfc449800ce730ad9bb4fbaa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add vyos-vpp CLI and python3 modules</title>
<updated>2025-01-07T22:30:38+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2025-01-07T21:54:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=bb4427bfb4a8c03784dd6f097cbe521f561edaf4'/>
<id>urn:sha1:bb4427bfb4a8c03784dd6f097cbe521f561edaf4</id>
<content type='text'>
</content>
</entry>
</feed>
