<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/etc, branch T7064-add-mirror-workflow-current</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=T7064-add-mirror-workflow-current</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=T7064-add-mirror-workflow-current'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2025-01-17T04:40:08+00:00</updated>
<entry>
<title>dhcp: T5840: Merge systemd service overrides for kea-ctrl-agent</title>
<updated>2025-01-17T04:40:08+00:00</updated>
<author>
<name>Indrajit Raychaudhuri</name>
<email>irc@indrajit.com</email>
</author>
<published>2025-01-17T03:37:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=4c92ab9ff4ddf44f0d6a2bf4c7e724fc35629f0c'/>
<id>urn:sha1:4c92ab9ff4ddf44f0d6a2bf4c7e724fc35629f0c</id>
<content type='text'>
Default systemd service for kea-ctrl-agent expects
`/etc/kea/kea-api-password` which is not used in
VyOS.

The systemd unit override to remove the condition
does not need to be in a separate (templated and
dynamic) override file and can be merged into the
existing static override file.
</content>
</entry>
<entry>
<title>udev: T6985: Fix udev rule to also register ttyACM serial devices</title>
<updated>2024-12-28T09:03:06+00:00</updated>
<author>
<name>Grant Slater</name>
<email>github@firefishy.com</email>
</author>
<published>2024-12-28T09:03:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=13dfb5093345abf14fe635a6aee83ad801dab027'/>
<id>urn:sha1:13dfb5093345abf14fe635a6aee83ad801dab027</id>
<content type='text'>
</content>
</entry>
<entry>
<title>skel: T6979: disable iproute2 colors by default</title>
<updated>2024-12-26T16:32:51+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-12-25T17:23:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=5c69a6240d0bdb67db4c16369415835844f9109d'/>
<id>urn:sha1:5c69a6240d0bdb67db4c16369415835844f9109d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sudo: T6926: remove spam messages to syslog</title>
<updated>2024-12-01T11:44:10+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-12-01T11:44:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=24b1d246373a0def45a6e6ba1b0ecabe19fe1d58'/>
<id>urn:sha1:24b1d246373a0def45a6e6ba1b0ecabe19fe1d58</id>
<content type='text'>
Right now every command that's executed via op-mode/conf-mode is logged with a
session entry/exit and command execution into syslog.

sudo[1082396]:      vyos : TTY=pts/1 ; PWD=/home/vyos ; USER=root ; COMMAND=/usr/bin/mv /tmp/config.boot.1082388 /opt/vyatta/etc/config/archive/config.boot
sudo[1082396]: pam_unix(sudo:session): session opened for user root(uid=0) by vyos(uid=1002)
sudo[1082396]: pam_unix(sudo:session): session closed for user root
sudo[1082399]:      vyos : TTY=pts/1 ; PWD=/home/vyos ; USER=root ; COMMAND=/usr/sbin/logrotate -f -s /opt/vyatta/etc/config/archive/lr.state /opt/vyatta/etc/config/archive/lr.conf
sudo[1082399]: pam_unix(sudo:session): session opened for user root(uid=0) by vyos(uid=1002)
sudo[1082399]: pam_unix(sudo:session): session closed for user root

This heavily bloats remote logging services - remove the log entries
</content>
</entry>
<entry>
<title>T861: op-mode: "show version" will display secure boot state</title>
<updated>2024-09-16T15:28:50+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-08-26T18:23:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=b78cc96cc4c4d506b7e959ec6ec9c3e7fc09fc33'/>
<id>urn:sha1:b78cc96cc4c4d506b7e959ec6ec9c3e7fc09fc33</id>
<content type='text'>
  vyos@vyos:~$ show ver
  ...
  Architecture:     x86_64
  Boot via:         installed image
  System type:      KVM guest
  Secure Boot:      enabled
  ...
</content>
</entry>
<entry>
<title>dhclient: T6667: Added workaround for communication with FRR</title>
<updated>2024-08-24T08:06:39+00:00</updated>
<author>
<name>zsdc</name>
<email>taras@vyos.io</email>
</author>
<published>2024-08-21T18:55:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=da64a7246e9b12d5bd84287517cfbfa59e364c28'/>
<id>urn:sha1:da64a7246e9b12d5bd84287517cfbfa59e364c28</id>
<content type='text'>
To increase the chance for dhclient to configure routes in FRR, added a
workaround. Now 10 attempts are performed with 1 second delay and only after
this dhclient gives up.
</content>
</entry>
<entry>
<title>T6570: firewall: add global-option to configure sysctl parameter for enabling/disabling sending traffic from bridge layer to ipvX layer</title>
<updated>2024-08-01T16:25:39+00:00</updated>
<author>
<name>Nicolas Fort</name>
<email>nicolasfort1988@gmail.com</email>
</author>
<published>2024-07-24T17:40:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a8a9cfe750da719605ab90ce8c83c42276ab07f3'/>
<id>urn:sha1:a8a9cfe750da719605ab90ce8c83c42276ab07f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T5873: vpn ipsec: re-write of ipsec updown hook</title>
<updated>2024-07-27T01:26:30+00:00</updated>
<author>
<name>Lucas Christian</name>
<email>lucas@lucasec.com</email>
</author>
<published>2024-07-04T06:14:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=376e2d898f26c13a31f80d877f4e2621fd6efb0f'/>
<id>urn:sha1:376e2d898f26c13a31f80d877f4e2621fd6efb0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T6527: add legacy Vyatta interpreter files still in use</title>
<updated>2024-06-30T20:12:57+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-06-30T05:35:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=72a704d2e2b06bfedc4f1ee841814f983fc34baa'/>
<id>urn:sha1:72a704d2e2b06bfedc4f1ee841814f983fc34baa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>suricata: T751: Initial support for suricata</title>
<updated>2024-05-12T08:36:34+00:00</updated>
<author>
<name>Maxime THIEBAUT</name>
<email>46688461+0xThiebaut@users.noreply.github.com</email>
</author>
<published>2024-05-01T20:16:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=549089a970e39d1ea09c10af5eaf8f696dd19d40'/>
<id>urn:sha1:549089a970e39d1ea09c10af5eaf8f696dd19d40</id>
<content type='text'>
</content>
</entry>
</feed>
