| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-06 | smoketest: T7325: add common "unsupported on interface family" constant | Christian Breunig | |
| 2025-04-06 | Merge pull request #4434 from markh0338/remote-group-details | Christian Breunig | |
| T7314: firewall op-mode: implement more detailed view of remote-groups | |||
| 2025-04-06 | Merge pull request #4438 from c-po/gh-action-submodule | Christian Breunig | |
| T7289: GitHub: checkout vyos-1x repository with submodule clone enabled | |||
| 2025-04-06 | T7289: GitHub: checkout vyos-1x repository with submodule clone enabled | Christian Breunig | |
| 2025-04-05 | kea: T7324: Fix kea_get_domain_from_subnet_id returning incorrect value | Alex W | |
| 2025-04-05 | Merge pull request #4436 from c-po/vxlan-frrender | Christian Breunig | |
| frrender: T7273: always start from the configs root level | |||
| 2025-04-04 | frrender: T7273: always start from the configs root level | Christian Breunig | |
| Working on T7273 revealed that when committing the following CLI config "set interfaces vxlan vxlan0 parameters neighbor-suppress" the CLI level queried via conf.get_level() was at ['interfaces', 'vxlan']. This had the side effect that queries on the configuration like: conf.exists(['protocols', 'bgp']) returned False, as it would look accidently at the level: ['interfaces', 'vxlan', 'protocols', 'bgp'] This error was there from the beginning of the FRRender class implementation. | |||
| 2025-04-04 | T7292: update submodule for post commit update and set tag/leaf data | John Estabrook | |
| 2025-04-04 | T7292: add vyconfd client library functions | John Estabrook | |
| 2025-04-04 | Merge pull request #32 from jestabro/commit-post | John Estabrook | |
| T7272: T7292: drop test functions and update refs for post commit update of config tree and set tag/leaf data | |||
| 2025-04-04 | T7314: firewal op-mode: implement better detail view of remote-groups and ↵ | Mark Hayes | |
| group members | |||
| 2025-04-03 | T7292: update hash for set tag/leaf data on configured paths | John Estabrook | |
| 2025-04-03 | T7272: update hash for post commit update of config tree | John Estabrook | |
| 2025-04-03 | T7272: drop test functions | John Estabrook | |
| 2025-04-03 | T7292: generate vyconfd client library dataclasses | John Estabrook | |
| 2025-04-03 | T7272: drop test functions | John Estabrook | |
| 2025-04-03 | T7272: drop unneeded fields | John Estabrook | |
| 2025-04-03 | Merge pull request #4431 from sever-sever/T7290 | Daniil Baturin | |
| T7290: Fix VPN IPsec log level processing | |||
| 2025-04-03 | Merge pull request #4432 from jestabro/relative-path-submod | Viacheslav Hletenko | |
| T7289: fix relative path for git submodule url | |||
| 2025-04-03 | T7311: syslog: Fix duplicate kernel log entries | Ben Woods | |
| 2025-04-02 | T7289: fix relative path for git submodule url | John Estabrook | |
| 2025-04-02 | T7290: Fix VPN IPsec log level processing | Viacheslav Hletenko | |
| Fix the IPsec log level option processing set vpn ipsec log level '2' Render Jinja2 template to generate correct log for IPsec for the file /etc/strongswan.d/charon-systemd.conf | |||
| 2025-04-01 | T7283: VPP add static NAT support (#24) | Nataliia S. | |
| * T7283: VPP add static NAT support Add static mapping NAT implementation ``` set vpp nat44 static rule 10 outbound-interface 'eth0' set vpp nat44 static rule 10 inbound-interface 'eth1' set vpp nat44 static rule 10 destination address 192.168.122.10 # optional, if not set outbound interface ip address is used set vpp nat44 static rule 10 destination port 6545 # optional set vpp nat44 static rule 10 protocol tcp|udp|icmp|all # optional, defaults to "all" set vpp nat44 static rule 10 translation address 100.64.0.10 set vpp nat44 static rule 10 translation port 64010 # optional ``` * Improve help strings (Daniil Baturin) --------- Co-authored-by: Daniil Baturin <daniil@baturin.org> | |||
| 2025-04-01 | Merge pull request #31 from kumvijaya/current | Christian Breunig | |
| T7291: removed reviewers group from codeowners | |||
| 2025-04-01 | Merge pull request #4428 from dmbaturin/T7159-conditional-nonproduction-banner | Christian Breunig | |
| login: T7159: limit the "not a production version" to dev builds | |||
| 2025-04-01 | Merge pull request #4429 from dmbaturin/T7301-goodbye-gnupg | Christian Breunig | |
| installer: T7301: remove support for GnuPG signatures | |||
| 2025-03-31 | T7254: Add op commands for spanning-tree | l0crian1 | |
| Modified op-mode-standardized.json | |||
| 2025-03-31 | installer: T7301: remove support for GnuPG signatures | Daniil Baturin | |
| 2025-03-31 | login: T7159: limit the "not a production version" to dev builds | Daniil Baturin | |
| (as in, display it only if the build_type version data field is not "release") | |||
| 2025-03-31 | Merge pull request #4420 from c-po/veth-mtu | Christian Breunig | |
| virtual-ethernet: T7293: add support to define interface MTU | |||
| 2025-03-31 | Merge pull request #4424 from c-po/acme-race-T7299 | Christian Breunig | |
| pki: T7299: race condition for acme requested certificates / CA chain | |||
| 2025-03-31 | Merge pull request #4425 from jestabro/submod-typo | Christian Breunig | |
| T7289: fix typo in git submodule status check | |||
| 2025-03-31 | Merge pull request #4426 from jestabro/restrict-opam-package-version | Christian Breunig | |
| T7296: update hash for restrict opam ppx_deriving_yojson <= v3.9.1 | |||
| 2025-03-30 | T7296: update hash for restrict opam ppx_deriving_yojson <= v3.9.1 | John Estabrook | |
| 2025-03-30 | T7289: fix typo in git submodule status check | John Estabrook | |
| 2025-03-30 | Update src/op_mode/stp.py | l0crian1 | |
| Updated language of "VLANs are enabled/disabled" to "VLANs enabled/disabled" Co-authored-by: Christian Breunig <christian@breunig.cc> | |||
| 2025-03-30 | Update src/op_mode/stp.py | l0crian1 | |
| Updated language of amRoot to " (This bridge is the root)" Co-authored-by: Christian Breunig <christian@breunig.cc> | |||
| 2025-03-30 | pki: T7299: race condition for acme requested certificates / CA chain | Christian Breunig | |
| When using the VyOS internal PKI subsystem to request a certificate using ACME, the issuer CA is not automatically imported in the PKI subsystem on the first run due to a race condition. Issue is fixed by adding all newly requested and granted ACME certificates to the list of ACME certificates "on disk" which are used to extract the issuing CA certificate. | |||
| 2025-03-30 | Merge pull request #30 from kumvijaya/current | Daniil Baturin | |
| T7291: remove auto-assignment of PRs for review to the entire team | |||
| 2025-03-30 | Merge pull request #30 from jestabro/restrict-opam-package-version | Christian Breunig | |
| T7296: update hash for restrict opam ppx_deriving_yojson <= v3.9.1 | |||
| 2025-03-30 | T7291: updated codeowners by removing reviewers group | kumvijaya | |
| 2025-03-30 | T7291: removed reviewers from codeowners | kumvijaya | |
| 2025-03-30 | geoip: T5636: add smoketest for pbr geoip | sskaje | |
| 2025-03-29 | Merge pull request #4417 from jestabro/submod-libvyosconfig | John Estabrook | |
| T7289: add libvyosconfig as git submodule for builds from private repos | |||
| 2025-03-29 | T7296: update hash for restrict opam ppx_deriving_yojson <= v3.9.1 | John Estabrook | |
| 2025-03-29 | Merge pull request #4409 from woodsb02/patch-2 | Christian Breunig | |
| syslog: T7270: fix typos in rsyslog.conf | |||
| 2025-03-29 | Merge pull request #4416 from sever-sever/T7286 | Christian Breunig | |
| T7286: Add CLI option to disable LDP establish packets | |||
| 2025-03-29 | Merge pull request #4418 from kumvijaya/current | Christian Breunig | |
| T7291: disabled codeowners review | |||
| 2025-03-29 | Merge pull request #4423 from jestabro/preserve-symlinks | Christian Breunig | |
| T7294: preserve /config symlinks on image upgrade | |||
| 2025-03-29 | T7286: Add CLI option to disable LDP establish packets | Viacheslav Hletenko | |
| If a router has not formed an LDP neighbor adjacency yet, it answers all received LDP Hello packets from non-neighbors with new Hello packets. This leads to flooding LDP packets to all routers for each LDP incoming packet. Add configuration option to disable this behavior ``` set protocols mpls ldp interface eth0 disable-establish-hello ``` | |||
