<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/conf_mode, branch equuleus</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/marekm72/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/marekm72/vyos-1x.git/atom?h=equuleus</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-1x.git/atom?h=equuleus'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/'/>
<updated>2024-06-13T10:07:33+00:00</updated>
<entry>
<title>T5725: Improve protocol IS-IS config validation</title>
<updated>2024-06-13T10:07:33+00:00</updated>
<author>
<name>khramshinr</name>
<email>khramshinr@gmail.com</email>
</author>
<published>2024-06-12T13:20:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=aec27085df23bee339bf7ada68283b406a04c3be'/>
<id>urn:sha1:aec27085df23bee339bf7ada68283b406a04c3be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T6056: Change static-host-mapping shold not restart snmpd</title>
<updated>2024-05-02T08:30:53+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2024-05-01T13:36:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=637e5faaa0af9b897a8d20c6dbb7ac670842b092'/>
<id>urn:sha1:637e5faaa0af9b897a8d20c6dbb7ac670842b092</id>
<content type='text'>
We have several config XML definitions that use the same python3
script `system_host-name.py`

https://github.com/vyos/vyos-1x/blob/current/interface-definitions/system_name-server.xml.in
https://github.com/vyos/vyos-1x/blob/current/interface-definitions/system_host-name.xml.in
https://github.com/vyos/vyos-1x/blob/current/interface-definitions/system_static-host-mapping.xml.in
https://github.com/vyos/vyos-1x/blob/current/interface-definitions/system_domain-name.xml.in
https://github.com/vyos/vyos-1x/blob/current/interface-definitions/system_domain-search.xml.in

Any change in these scripts calls to restart the `service snmpd`
The service `snmpd` should be restarted only if `host-name` or
`domain-name` was changed.

It is a good idea to rewrite it to `get_config_dict` in the future.

(cherry picked from commit 4f1db505791deed533dddf0c2f5bdedd6fba34b8)
</content>
</entry>
<entry>
<title>pppoe-server: T6141: T5364: PPPoE-server add pado-delay without sessions fails</title>
<updated>2024-04-16T08:15:56+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2024-04-16T08:15:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=82fdbedb79cf1c0a253657dfe7f23dee58c0dd47'/>
<id>urn:sha1:82fdbedb79cf1c0a253657dfe7f23dee58c0dd47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #3167 from aapostoliuk/T6150-equuleus</title>
<updated>2024-04-01T14:39:47+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2024-04-01T14:39:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=ae96118ec38c4064552889aea5e50023a66aac1e'/>
<id>urn:sha1:ae96118ec38c4064552889aea5e50023a66aac1e</id>
<content type='text'>
T6150: Fixed setting a static IP address by Radius in IPoE</content>
</entry>
<entry>
<title>system: T6193: invalid warning "is not a DHCP interface but uses DHCP name-server option"</title>
<updated>2024-04-01T14:34:39+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-04-01T11:17:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=8cabdcfc85c8c86811cfdae2313896ea33ab247f'/>
<id>urn:sha1:8cabdcfc85c8c86811cfdae2313896ea33ab247f</id>
<content type='text'>
This fixes an invalid warning when using a DHCP VLAN interface to retrieve the
system nameserver to be used. VLAN CLI config is not properly expanded
leading to a false warning:

[ system name-server eth1.10 ]
WARNING: "eth1.10" is not a DHCP interface but uses DHCP name-server option!

(cherry picked from commit 61e70c5500ad5b0a9d25bdee28d982644bad6461)
</content>
</entry>
<entry>
<title>T6150: Fixed setting a static IP address by Radius in IPoE</title>
<updated>2024-03-26T15:48:07+00:00</updated>
<author>
<name>aapostoliuk</name>
<email>a.apostoliuk@vyos.io</email>
</author>
<published>2024-03-22T14:10:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=9d34c488251c0d5111b4a3c880f2291548645db3'/>
<id>urn:sha1:9d34c488251c0d5111b4a3c880f2291548645db3</id>
<content type='text'>
Fixed setting a static IP address by Radius in IPoE
Allowing using named pools by default
Allowed adding 'gateway-address' without named pool.
</content>
</entry>
<entry>
<title>Merge pull request #3121 from natali-rs1985/T2998-equuleus</title>
<updated>2024-03-14T16:10:47+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2024-03-14T16:10:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=713b2f3702134abd9a34c539019a83d0e354eb22'/>
<id>urn:sha1:713b2f3702134abd9a34c539019a83d0e354eb22</id>
<content type='text'>
snmp: T2998: SNMP v3 oid "exclude" option fix</content>
</entry>
<entry>
<title>Merge pull request #3111 from nicolas-fort/T6110</title>
<updated>2024-03-14T16:10:03+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2024-03-14T16:10:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=c2e66922c93b60d12f1f30bded3cd6d4bae7e117'/>
<id>urn:sha1:c2e66922c93b60d12f1f30bded3cd6d4bae7e117</id>
<content type='text'>
T6110: dhcp: add error check when fail-over is enabled on a subnet, but range is not defined.</content>
</entry>
<entry>
<title>snmp: T2998: updated snmp.py</title>
<updated>2024-03-14T13:12:08+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2024-03-14T13:12:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=1fb746332602fd53eb5412c8f3c7fc38c09b7d26'/>
<id>urn:sha1:1fb746332602fd53eb5412c8f3c7fc38c09b7d26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vrrp: T5504: Keepalived VRRP ability to set more than one peer-address</title>
<updated>2024-03-13T17:09:21+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2024-03-13T17:09:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=d632ce658cbe6557b17cffd3c0b17545ee3181c2'/>
<id>urn:sha1:d632ce658cbe6557b17cffd3c0b17545ee3181c2</id>
<content type='text'>
</content>
</entry>
</feed>
