<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/helpers, branch T6674-circ-trigger</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=T6674-circ-trigger</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=T6674-circ-trigger'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2024-06-30T05:27:26+00:00</updated>
<entry>
<title>T6534: fix incorrect imports in vyos-config-encrypt.py</title>
<updated>2024-06-30T05:27:26+00:00</updated>
<author>
<name>Bonus</name>
<email>root@bonusplay.pl</email>
</author>
<published>2024-06-29T18:54:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c577475929acda693a8a16c35f1956f31dd9f7db'/>
<id>urn:sha1:c577475929acda693a8a16c35f1956f31dd9f7db</id>
<content type='text'>
(cherry picked from commit 96c993ec5e850b8ca7056f70df9c6459840e6af7)
</content>
</entry>
<entry>
<title>migration: T6006: add activation script dir and helper function</title>
<updated>2024-06-06T00:57:18+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2024-06-06T00:57:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d34edc5c15f939f87648b0f8588f99474c53b459'/>
<id>urn:sha1:d34edc5c15f939f87648b0f8588f99474c53b459</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T6287: Config-sync add the ability to configure API port</title>
<updated>2024-05-01T07:04:35+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2024-05-01T06:48:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a7c3f202ffea7859463f204cccf526f7517321f6'/>
<id>urn:sha1:a7c3f202ffea7859463f204cccf526f7517321f6</id>
<content type='text'>
Add the ability to configure the API port if the API on the secondary
server works on a non-default port.
The primary node will connect to configured port for config-sync

```
set service config-sync secondary address '192.0.2.11'
set service config-sync secondary port '8443'
```
</content>
</entry>
<entry>
<title>T6217: Conntrack-sync change the actual name of the script</title>
<updated>2024-04-23T12:17:55+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2024-04-23T12:17:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=7efe245f59bbea9f12d0c7c5a8975380efc6f2d5'/>
<id>urn:sha1:7efe245f59bbea9f12d0c7c5a8975380efc6f2d5</id>
<content type='text'>
The actual name of the script is `vyos-vrrp-conntracksync.sh`
</content>
</entry>
<entry>
<title>T5722: Failover route add option onlink</title>
<updated>2024-04-15T15:17:14+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2024-04-15T15:17:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=bb832acb97881d747a57da2728eab3ad138b8129'/>
<id>urn:sha1:bb832acb97881d747a57da2728eab3ad138b8129</id>
<content type='text'>
onlink pretend that the nexthop is directly attached to this link,
even if it does not match any interface prefix.

Useful when gateway not in the same interface network

set interfaces ethernet eth0 vif 10 address '10.20.30.1/32'
set protocols static route 10.20.30.0/32 interface eth0.10
set protocols failover route 192.0.2.11/32 next-hop 10.20.30.0 onlink

```
vyos@r4# sudo ip route add 192.0.2.111/32 via 10.20.30.0 dev eth0.10 metric 1 proto failover
Error: Nexthop has invalid gateway.
[edit]
vyos@r4#
[edit]
vyos@r4# sudo ip route add 192.0.2.111/32 via 10.20.30.0 dev eth0.10 onlink metric 1 proto failover
[edit]
vyos@r4#
```
</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>firewall: T970: always use full nft command name (e.g. --file over -f)</title>
<updated>2024-04-01T19:54:18+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-04-01T19:51:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=f1c51884fb62d3917e92af51d4219e291c7a8e74'/>
<id>urn:sha1:f1c51884fb62d3917e92af51d4219e291c7a8e74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>config-sync: T6185: combine data for sections/configs in one command</title>
<updated>2024-03-29T03:15:19+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2024-03-28T19:34:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=30a530839cdbd934ea62369e385dc33fa50ab6de'/>
<id>urn:sha1:30a530839cdbd934ea62369e385dc33fa50ab6de</id>
<content type='text'>
Package path/section data in single command containing a tree (dict) of
section paths and the accompanying config data. This drops the call to
get_config_dict and the need for a list of commands in request.
</content>
</entry>
<entry>
<title>config-sync: T6145: batch section requests for commit by priority</title>
<updated>2024-03-23T01:44:51+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2024-03-22T20:06:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=50e9364575481335520f50dac834c74ef02ccfab'/>
<id>urn:sha1:50e9364575481335520f50dac834c74ef02ccfab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>xml: T6146: add utils and helper to provide priority data</title>
<updated>2024-03-21T20:26:30+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2024-03-20T15:54:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e915900bfec8d24276afb73599c94ab93f3c24ee'/>
<id>urn:sha1:e915900bfec8d24276afb73599c94ab93f3c24ee</id>
<content type='text'>
</content>
</entry>
</feed>
