<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/op_mode/vrrp.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-24T17:02:56+00:00</updated>
<entry>
<title>T8410: Fix typos and mistakes for operational and configuration commands</title>
<updated>2026-03-24T17:02:56+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2026-03-20T16:41:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=bb2aee1e58c1cd30087b935798060e6bf3c698c8'/>
<id>urn:sha1:bb2aee1e58c1cd30087b935798060e6bf3c698c8</id>
<content type='text'>
Fix typos and mistakes in the commands and comments
No functional changes
</content>
</entry>
<entry>
<title>T7591: remove copyright years from source files</title>
<updated>2025-06-28T21:16:52+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-06-28T18:51:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=1478516ae437f19ebeb7d6ff9b83dd74f8e76758'/>
<id>urn:sha1:1478516ae437f19ebeb7d6ff9b83dd74f8e76758</id>
<content type='text'>
The legal team says years are not necessary so we can go ahead with it, since
it will simplify backporting.

Automatically removed using: git ls-files | grep -v libvyosconfig | xargs sed -i -E \
's/^# Copyright (19|20)[0-9]{2}(-[0-9]{4})? VyOS maintainers.*/# Copyright VyOS maintainers and contributors &lt;maintainers@vyos.io&gt;/g'

In addition we will error-out during "make" if someone re-adds a legacy
copyright notice
</content>
</entry>
<entry>
<title>T4583: Rewrite VRRP op-mode to vyos.opmode format</title>
<updated>2024-10-17T09:11:45+00:00</updated>
<author>
<name>khramshinr</name>
<email>khramshinr@gmail.com</email>
</author>
<published>2024-10-15T11:37:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e42e32d48489329686ce6642848b189c0d262196'/>
<id>urn:sha1:e42e32d48489329686ce6642848b189c0d262196</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T6199: drop unused Python imports</title>
<updated>2024-04-02T22:15:43+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-04-02T22:15:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=274b2da242acd1f1f64ff1dee471e34295137c5f'/>
<id>urn:sha1:274b2da242acd1f1f64ff1dee471e34295137c5f</id>
<content type='text'>
found using "git ls-files *.py | xargs pylint | grep W0611"
</content>
</entry>
<entry>
<title>T5195: fix remaining references to decommissioned vyos.util</title>
<updated>2023-07-16T12:44:28+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-07-16T12:44:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a7d26396ef7dd1f977221865e2345084bf9bcbef'/>
<id>urn:sha1:a7d26396ef7dd1f977221865e2345084bf9bcbef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vrrp: T4182: Check if VRRP configured in op mode</title>
<updated>2022-01-13T21:11:06+00:00</updated>
<author>
<name>Viacheslav</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2022-01-13T20:11:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=6cdeb472d924ec66fe74e17559e942ab5f55d45f'/>
<id>urn:sha1:6cdeb472d924ec66fe74e17559e942ab5f55d45f</id>
<content type='text'>
There is a situation when service keepalived is active but
there a no any "vrrp" configuration. In that case "show vrrp"
hangs up because it expect data from keepalived daemon which
can't get
Check if "vrrp" exists in configuration and only then check if pid
is active
</content>
</entry>
<entry>
<title>T2487: add an exception for the case when VRRP stats aren't available.</title>
<updated>2020-06-25T06:22:46+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2020-06-25T06:22:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=9fc8158f98ba7154da9867d9a28f00e39f76d0e0'/>
<id>urn:sha1:9fc8158f98ba7154da9867d9a28f00e39f76d0e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vrrp: T2331: fix show vrrp</title>
<updated>2020-04-21T20:43:02+00:00</updated>
<author>
<name>Thomas Mangin</name>
<email>thomas.mangin@exa.net.uk</email>
</author>
<published>2020-04-21T20:43:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a0be6df0aa6fbbb988f264eb4981d00d60e19476'/>
<id>urn:sha1:a0be6df0aa6fbbb988f264eb4981d00d60e19476</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vrrp: T2223: move VRRP within ifconfig</title>
<updated>2020-04-14T11:04:39+00:00</updated>
<author>
<name>Thomas Mangin</name>
<email>thomas.mangin@exa.net.uk</email>
</author>
<published>2020-04-14T08:43:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=fdfd050431f786f9c9b7bfdcb51b5e8aca3f79f5'/>
<id>urn:sha1:fdfd050431f786f9c9b7bfdcb51b5e8aca3f79f5</id>
<content type='text'>
Tidied up the code and moved it under VRRP in view to use
with show-interface (which has VRRP filtering)
No change in functionality
</content>
</entry>
<entry>
<title>VRRP: T2193: Added disabled VRRP instances to `show vrrp`</title>
<updated>2020-04-02T10:30:29+00:00</updated>
<author>
<name>zsdc</name>
<email>taras@vyos.io</email>
</author>
<published>2020-04-02T10:30:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=9c605ffae490b6fa6f0c0e310ea88c83eee8be9d'/>
<id>urn:sha1:9c605ffae490b6fa6f0c0e310ea88c83eee8be9d</id>
<content type='text'>
Disabled VRRP instances will be listed in a `show vrrp` command at the end of the list with the DISABLED status
</content>
</entry>
</feed>
