<feed xmlns='http://www.w3.org/2005/Atom'>
<title>veeos-1x.git/python/vyos/ifconfig, branch vyos/1.4dev1</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos-contrib/veeos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos-contrib/veeos-1x.git/atom?h=vyos%2F1.4dev1</id>
<link rel='self' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/atom?h=vyos%2F1.4dev1'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/'/>
<updated>2023-09-09T05:17:40+00:00</updated>
<entry>
<title>vxlan: T3700: support VLAN tunnel mapping of VLAN aware bridges</title>
<updated>2023-09-09T05:17:40+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-09-09T05:13:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=cfe1dbd7ab9c8ab55eeca04c0c2e01b0299cc558'/>
<id>urn:sha1:cfe1dbd7ab9c8ab55eeca04c0c2e01b0299cc558</id>
<content type='text'>
FRR supports a new way of configuring VLAN-to-VNI mappings for EVPN-VXLAN, when
working with the Linux kernel. In this new way, the mapping of a VLAN to a VNI
is configured against a container VXLAN interface which is referred to as a
'Single VXLAN device (SVD)'.

Multiple VLAN to VNI mappings can be configured against the same SVD. This
allows for a significant scaling of the number of VNIs since a separate VXLAN
interface is no longer required for each VNI.

Sample configuration of SVD with VLAN to VNI mappings is shown below.

set interfaces bridge br0 member interface vxlan0
set interfaces vxlan vxlan0 external
set interfaces vxlan vxlan0 source-interface 'dum0'
set interfaces vxlan vxlan0 vlan-to-vni 10 vni '10010'
set interfaces vxlan vxlan0 vlan-to-vni 11 vni '10011'
set interfaces vxlan vxlan0 vlan-to-vni 30 vni '10030'
set interfaces vxlan vxlan0 vlan-to-vni 31 vni '10031'

(cherry picked from commit 7f6624f5a6f8bd1749b54103ea5ec9f010adf778)
</content>
</entry>
<entry>
<title>interface: T3509: Add per-interface IPv6 source validation</title>
<updated>2023-08-25T14:51:49+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2023-08-25T11:54:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=b6f742716da5f89c7f3f3501220e0f3ae1df45d8'/>
<id>urn:sha1:b6f742716da5f89c7f3f3501220e0f3ae1df45d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2156 from giga1699/T5447</title>
<updated>2023-08-23T05:35:28+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-08-23T05:35:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=8c7fbec24f8bfe064d8ad804951f5ae59b54748f'/>
<id>urn:sha1:8c7fbec24f8bfe064d8ad804951f5ae59b54748f</id>
<content type='text'>
T5447: Initial support for MACsec static keys</content>
</entry>
<entry>
<title>T5447: Remove redundant self.set_admin_state</title>
<updated>2023-08-20T19:11:35+00:00</updated>
<author>
<name>Giga Murphy</name>
<email>giga1699@gmail.com</email>
</author>
<published>2023-08-20T19:11:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=b4bacbaa2b57644f141f9b53531317c2e6db7040'/>
<id>urn:sha1:b4bacbaa2b57644f141f9b53531317c2e6db7040</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T5447: Update copyright years</title>
<updated>2023-08-20T15:53:58+00:00</updated>
<author>
<name>Giga Murphy</name>
<email>giga1699@gmail.com</email>
</author>
<published>2023-08-20T15:53:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=ae6b46b3eef3e51ac14a1b9d2e82dffd555fec66'/>
<id>urn:sha1:ae6b46b3eef3e51ac14a1b9d2e82dffd555fec66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T5447: Corrected comment in _create header</title>
<updated>2023-08-20T15:51:07+00:00</updated>
<author>
<name>Giga Murphy</name>
<email>giga1699@gmail.com</email>
</author>
<published>2023-08-20T15:51:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=0910cc09c46555e4a5e797d508874f1d546b3444'/>
<id>urn:sha1:0910cc09c46555e4a5e797d508874f1d546b3444</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T5447: Corrected comment for interface down</title>
<updated>2023-08-20T15:50:21+00:00</updated>
<author>
<name>Giga Murphy</name>
<email>giga1699@gmail.com</email>
</author>
<published>2023-08-20T15:50:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=69c60327ab4467417169c23d288cfc0fec628318'/>
<id>urn:sha1:69c60327ab4467417169c23d288cfc0fec628318</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T5447: Implement maintainer feedback</title>
<updated>2023-08-20T15:46:50+00:00</updated>
<author>
<name>Giga Murphy</name>
<email>giga1699@gmail.com</email>
</author>
<published>2023-08-20T15:46:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=525beb3202bb3ccb15c28d2c41e24e68762af253'/>
<id>urn:sha1:525beb3202bb3ccb15c28d2c41e24e68762af253</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T5447: Initial support for MACsec static keys</title>
<updated>2023-08-18T00:26:51+00:00</updated>
<author>
<name>Giga Murphy</name>
<email>giga1699@gmail.com</email>
</author>
<published>2023-08-18T00:26:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=33b9bc55f9e3d7ce6a5ff447a6b545a96915daf3'/>
<id>urn:sha1:33b9bc55f9e3d7ce6a5ff447a6b545a96915daf3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2130 from aapostoliuk/T5409-sagitta</title>
<updated>2023-08-17T19:53:50+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-08-17T19:53:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=49f25c568c91750e06bb982ae0321d4448fbddbb'/>
<id>urn:sha1:49f25c568c91750e06bb982ae0321d4448fbddbb</id>
<content type='text'>
wireguard: T5409: Added 'set interfaces wireguard wgX threaded'</content>
</entry>
</feed>
