| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-28 | T7294: preserve /config symlinks on image upgrade | John Estabrook | |
| The service certbot expects symbolic links for /config/auth/letsencrypt/live/<cert_name>/*.pem however, the default behavior of copytree copies the linked files during image upgrade. Set copytree argument to preserve symlinks. | |||
| 2025-03-29 | virtual-ethernet: T7293: add support to define interface MTU | Christian Breunig | |
| 2025-03-28 | Merge pull request #4421 from dmbaturin/T7295-tzdata-dependency | Daniil Baturin | |
| fixup: T7295: add an explicit dependency on tzdata > 2025 to prevent APT from pulling that package from buster | |||
| 2025-03-28 | fixup: T7295: add an explicit dependency on tzdata > 2025 | Daniil Baturin | |
| to prevent APT from pulling that package from buster | |||
| 2025-03-28 | t7254: op-mode: Add spanning-tree op-mode commands: | l0crian1 | |
| Added stp.py to create output for spanning-tree info Modified op-mode-definitions\show-bridge.xml.in to add these commands: show bridge spanning-tree show bridge spanning-tree detail show bridge <interface> spanning-tree show bridge <interface> spanning-tree detail | |||
| 2025-03-28 | T7254: op-mode: Add Spanning Tree op-mode commands | l0crian1 | |
| Created stp.py to create output for spanning-tree info Modified show-bridge.xml.in to add: show bridge spanning-tree show bridge spanning-tree detail show bridge <interface> spanning-tree show bridge <interface> spanning-tree detail | |||
| 2025-03-28 | geoip: T5636: Add geoip for policy route/route6 | sskaje | |
| 2025-03-28 | T7291: disabled codeowners review | kumvijaya | |
| 2025-03-27 | T7289: attempt to update submodule if status inconsistent | John Estabrook | |
| 2025-03-27 | T7289: set url as relative path | John Estabrook | |
| 2025-03-27 | T7289: update Makefile for libvyosconfig as git submodule | John Estabrook | |
| 2025-03-26 | T7289: add libvyosconfig as git submodule | John Estabrook | |
| 2025-03-25 | Merge pull request #4415 from jestabro/strip-version | John Estabrook | |
| T7246: update hash for strip version on config load | |||
| 2025-03-25 | T7246: update hash for strip version on config load | John Estabrook | |
| 2025-03-25 | Merge pull request #4413 from oniko94/fix/T7278-fix-cracklib-dep-build | John Estabrook | |
| T7278: Remove cracklib hack from postconfig script template | |||
| 2025-03-25 | Merge pull request #29 from jestabro/strip-version | Viacheslav Hletenko | |
| T7246: update hash for strip version on config load | |||
| 2025-03-25 | T7246: update hash for strip version on config load | John Estabrook | |
| 2025-03-25 | Merge pull request #4326 from Embezzle/T5493 | Daniil Baturin | |
| firewall: T5493: Implement remote-group | |||
| 2025-03-25 | syslog: T7270: improve descriptions of format options | Ben Woods | |
| 2025-03-25 | T7278: Remove cracklib hack from postinstall script template | oniko94 | |
| 2025-03-23 | dns: T7277 fix service/dns/forwarding/dhcp not parsed | sskaje | |
| 2025-03-21 | firewall: T5493: Implement remote-group | Alex W | |
| 2025-03-21 | syslog: T7270: fix SyslogProtocol23Format typo in rsyslog.conf | Ben Woods | |
| 2025-03-21 | syslog: T7270: fix octed-counted typo in rsyslog.conf | Ben Woods | |
| 2025-03-21 | Merge pull request #4397 from c-po/T861-secure-boot-certs | Christian Breunig | |
| T861: rename Secure Boot MOK (Machine Owner Key) file | |||
| 2025-03-21 | Merge pull request #4400 from l0crian1/current | Christian Breunig | |
| T7138: Fix show qos | |||
| 2025-03-20 | Merge pull request #4402 from c-po/wireguard-key-T7246 | Christian Breunig | |
| wireguard: T7246: verify Base64 encoded 32byte boundary on keys | |||
| 2025-03-20 | wireguard: T7246: verify Base64 encoded 32byte boundary on keys | Christian Breunig | |
| Not 31 bytes or 33 bytes, but exactly 32. This matters, because 32 does not divide evenly by .75, so there's a padding character and the penultimate character does not include the whole base64 alphabet. Extend the base64 validator with an optional argument to define the length to match of the decrypted Base64 encoded string. Source: https://lists.zx2c4.com/pipermail/wireguard/2020-December/006222.html | |||
| 2025-03-20 | Merge pull request #29 from kumvijaya/current | Christian Breunig | |
| T7258: added pr workflows and code owners | |||
| 2025-03-20 | Merge pull request #4407 from jestabro/relax-lexer-test | John Estabrook | |
| T7246: update libvyosconfig hash and add nosetest | |||
| 2025-03-20 | Merge pull request #23 from natali-rs1985/T7189 | Daniil Baturin | |
| T7189: VPP source of the tunnel interface should be checked and configured | |||
| 2025-03-20 | T7246: update libvyosconfig hash and add nosetest | John Estabrook | |
| 2025-03-20 | Merge pull request #28 from jestabro/relax-lexer | John Estabrook | |
| T7246: update vyos1x-config hash for relax lexing rule | |||
| 2025-03-20 | T7246: update vyos1x-config hash | John Estabrook | |
| 2025-03-20 | Merge pull request #4406 from jestabro/relax-lexer | John Estabrook | |
| T7246: do not pass unneeded version string to parser | |||
| 2025-03-20 | T7258: added pr mirror workflows (#27) | Vijayakumar A | |
| * T7258: added pr mirror workflows * T7258: added code owners file * T7258: added code pr template file * T7258: updated trigger workflow file --------- Co-authored-by: kumvijaya <kuvmijaya@gmail.com> | |||
| 2025-03-19 | T7258: added pr workflows and code owners | kumvijaya | |
| 2025-03-18 | T7246: do not pass unneeded version string to parser | John Estabrook | |
| Previously the parser would ignore lines beginning with '//', however this is unnecessarily restrictive. Pass only config information to parser, as the version string is saved separately for reconstruction on render. | |||
| 2025-03-18 | Merge pull request #16 from sever-sever/T7181 | Daniil Baturin | |
| T7181: VPP add initial source NAT implentation | |||
| 2025-03-18 | Merge pull request #4398 from jestabro/commitd | Daniil Baturin | |
| T7121: Set up communication vyconfd to vyos-commitd | |||
| 2025-03-18 | Merge pull request #4405 from c-po/certbot-T7249 | Daniil Baturin | |
| pki: T7249: fix shebang to support CLI backend | |||
| 2025-03-18 | T7121: T6946: update hash for commit algorithm/commitd messaging | John Estabrook | |
| 2025-03-18 | Merge pull request #4399 from sever-sever/T7252 | Daniil Baturin | |
| T7252: Allow vpptun and vpptap for constraint validator | |||
| 2025-03-18 | bgp: T7157: Allow using route-maps for VRF route leaking in BGP (#4404) | aapostoliuk | |
| * bgp: T7157: Allow using route-maps for VRF route leaking in BGP Added the possibility of using route-map in route leaking. * Improve the constraint error message --------- Co-authored-by: Daniil Baturin <daniil@baturin.org> | |||
| 2025-03-18 | Merge pull request #26 from jestabro/commitd | John Estabrook | |
| T7121: Set up communication vyconfd to vyos-commitd | |||
| 2025-03-18 | T7121: T6946: update hashes for commit algorithm/commitd messaging | John Estabrook | |
| 2025-03-18 | T7121: add binding for test_commit | John Estabrook | |
| 2025-03-18 | T7121: create session directory | John Estabrook | |
| 2025-03-18 | T7121: add configtree read/write to internal representation | John Estabrook | |
| 2025-03-18 | T6946: binding for show_commit_data | John Estabrook | |
