<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/data/templates/high-availability, branch 1.4.0</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=1.4.0</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=1.4.0'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2024-03-28T17:18:58+00:00</updated>
<entry>
<title>T5832: VRRP allow set interface for exluded-address</title>
<updated>2024-03-28T17:18:58+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2024-03-28T12:16:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=cc60e0dcd491e606ac45241419a71e3a763f6ac1'/>
<id>urn:sha1:cc60e0dcd491e606ac45241419a71e3a763f6ac1</id>
<content type='text'>
Ability to set interface for `excluded-address`
The excluded-addresses are not listed in the VRRP packet (adverts packets).
We have this ability for `address`, add the same feature for the
excluded-address

```
set high-availability vrrp group GRP-01 excluded-address 192.0.2.202 interface 'dum2'
set high-availability vrrp group GRP-01 excluded-address 192.0.2.203 interface 'dum3'
```

(cherry picked from commit 0daf445abcd00446da21fe0220d41d5fdde95ebd)
</content>
</entry>
<entry>
<title>vrrp: T6020: vrrp health-check script not applied correctly in keepalived.conf</title>
<updated>2024-03-12T06:11:32+00:00</updated>
<author>
<name>khramshinr</name>
<email>khramshinr@gmail.com</email>
</author>
<published>2024-03-01T04:39:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=19fecd46a2980fcf97905aa2485513a6f79271eb'/>
<id>urn:sha1:19fecd46a2980fcf97905aa2485513a6f79271eb</id>
<content type='text'>
Added health-check to sync-group in CLI
Don't use instance health-check when instance in sync group member
Disallow wrong healtch-check configurations
New smoke test
</content>
</entry>
<entry>
<title>T5504 Keepalived VRRP ability to set more than one peer-address</title>
<updated>2024-02-29T10:49:46+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2024-02-28T09:42:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=39a90834bad17b10e9ad5321554e6e1ceb4c9c26'/>
<id>urn:sha1:39a90834bad17b10e9ad5321554e6e1ceb4c9c26</id>
<content type='text'>
(cherry picked from commit 3480d92a8c4d84e8c1f94a9362bac2be0cc77921)
</content>
</entry>
<entry>
<title>T5586: Disable by default SNMP for Keeplived VRRP service</title>
<updated>2023-09-15T15:55:36+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-09-15T07:24:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=0c94a95a2de541edd3bce487c48a269b91a60ae9'/>
<id>urn:sha1:0c94a95a2de541edd3bce487c48a269b91a60ae9</id>
<content type='text'>
AgentX does not work stable. From time to time we see the system
service crashing/degrading if something is wrong with SNMP from
util net-snmp.
We should disable it by default and enable it only if configured.

set high-availability vrrp snmp

(cherry picked from commit 47875457cd8b176f7f23a3141175d745aeb14d8a)
</content>
</entry>
<entry>
<title>T5480: Ability to disable SNMP for keepalived service VRRP</title>
<updated>2023-09-06T09:16:19+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-09-05T10:52:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=7a79dd77fa11fac4030e66057dde2d51f063b934'/>
<id>urn:sha1:7a79dd77fa11fac4030e66057dde2d51f063b934</id>
<content type='text'>
By default we enable `--snmp` for keepalived unit service
Add ability to disable it

set high-availability vrrp disable-snmp

(cherry picked from commit 5ae730a52de2f284e45cd433bb0cf66c8508f2f7)
</content>
</entry>
<entry>
<title>high-availability: T5362: Fixed setting vrrp version</title>
<updated>2023-07-19T14:13:26+00:00</updated>
<author>
<name>aapostoliuk</name>
<email>a.apostoliuk@vyos.io</email>
</author>
<published>2023-07-19T14:13:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=00ce5e2b81d940c0dec7d13acdb4368ba78913f5'/>
<id>urn:sha1:00ce5e2b81d940c0dec7d13acdb4368ba78913f5</id>
<content type='text'>
Fixed setting vrrp version
</content>
</entry>
<entry>
<title>T5341: HA migrate virtual-server tag to node address</title>
<updated>2023-07-11T12:55:17+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-07-11T12:48:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=60be130df1b5918c3bf1a460fdf65c5fa0e59253'/>
<id>urn:sha1:60be130df1b5918c3bf1a460fdf65c5fa0e59253</id>
<content type='text'>
Migrate:
    high-availability virtual-server 203.0.113.1
to: high-availability virtual-server &lt;name&gt; address 203.0.113.1
</content>
</entry>
<entry>
<title>vrrp: T5315: add support to explicitly specify version</title>
<updated>2023-06-26T19:28:10+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-06-26T19:28:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=6ca308182a7891e600a2e8749f7b12b566005576'/>
<id>urn:sha1:6ca308182a7891e600a2e8749f7b12b566005576</id>
<content type='text'>
set high-availability vrrp group &lt;name&gt; version 2|3
</content>
</entry>
<entry>
<title>vrrp: T5215: Add built-in ping check for VRRP groups</title>
<updated>2023-05-10T11:01:41+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2023-05-10T01:42:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=8dc6b0aa8d7bbecfc5087a7406725812779eaaf6'/>
<id>urn:sha1:8dc6b0aa8d7bbecfc5087a7406725812779eaaf6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vrrp: T1297: improve gratuitous ARP default value handling and help strings</title>
<updated>2023-01-28T19:51:44+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-01-28T19:51:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=ab9fccdc3a460d731d1a56b576bef537331d8f9b'/>
<id>urn:sha1:ab9fccdc3a460d731d1a56b576bef537331d8f9b</id>
<content type='text'>
</content>
</entry>
</feed>
