Page MenuHomeVyOS Platform
Feed All Stories

Apr 7 2024

Viacheslav added a comment to T5169: Add CGNAT Carrier-Grade NAT based on nftables.

PoC PR https://github.com/vyos/vyos-1x/pull/3274

set nat cgnat pool external ext1 external-port-range '1024-65535'
set nat cgnat pool external ext1 per-user-limit port '1000'
set nat cgnat pool external ext1 range 192.0.2.222/32
set nat cgnat pool internal int1 range '100.64.0.0/28'
set nat cgnat rule 10 source pool 'int1'
set nat cgnat rule 10 translation pool 'ext1'
Apr 7 2024, 2:36 PM · VyOS Rolling, VyOS 1.5 Circinus
c-po committed rVYOSONEX1165bb497ec2: login: T5875: fix corner case for KeyError: 'getpwuid(): uid not found: XXXX'.
Apr 7 2024, 2:35 PM
GitHub <[email protected]> committed rVYOSONEX157e5c44f14f: Merge pull request #3270 from c-po/login-T5875 (authored by dmbaturin).
Apr 7 2024, 2:35 PM
daknob added a comment to T5810: Add support for RPKI source ip.

For me personally this change makes sense: a router has multiple interfaces, the Source IP is selected in different ways, and especially for RPKI servers outside the network (public ones), this could even break connectivity. Vendors like Juniper had this issue and eventually added the option, which means probably VyOS will benefit too, especially since "it's just setting a value in FRR's config"™ (famous last words ;).

Apr 7 2024, 1:05 PM · VyOS 1.5 Circinus (1.5-stream-2025-Q3), VyOS Rolling
Loremo added a comment to T5810: Add support for RPKI source ip.

Yes and no. Even before I created this ticket, I tried a small test locally. Unfortunately, I was not able to get the tests to run (even without my changes).

Apr 7 2024, 12:45 PM · VyOS 1.5 Circinus (1.5-stream-2025-Q3), VyOS Rolling
daknob added a comment to T5810: Add support for RPKI source ip.

@Loremo I think this contribution would be valuable. Have you made any progress with your PR?

Apr 7 2024, 11:39 AM · VyOS 1.5 Circinus (1.5-stream-2025-Q3), VyOS Rolling
GitHub <[email protected]> committed rVYOSONEX812bb6ac4cf8: Merge pull request #3268 from vyos/mergify/bp/sagitta/pr-3263 (authored by c-po).
Apr 7 2024, 10:08 AM
GitHub <[email protected]> committed rVYOSONEXbe84bbdf276c: Merge pull request #3273 from vyos/mergify/bp/sagitta/pr-3272 (authored by Viacheslav).
Apr 7 2024, 10:02 AM
evgbondarenko empowered vadmin as an administrator.
Apr 7 2024, 9:02 AM
dmbaturin reopened T6211: VRF support for Kea-based DHCP server as "Open".
Apr 7 2024, 8:17 AM · VyOS 1.5 Circinus (1.5-stream-2025-Q3), VyOS Rolling
dmbaturin closed T6211: VRF support for Kea-based DHCP server as Resolved.
Apr 7 2024, 6:08 AM · VyOS 1.5 Circinus (1.5-stream-2025-Q3), VyOS Rolling
dmbaturin closed T6188: Add firewall rule description to the output of "show firewall" commands as Resolved.
Apr 7 2024, 6:08 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
c-po committed rVYOSONEX20c1b08dcdb4: dhcp: T6068: drop unused variable "failover_ok".
Apr 7 2024, 6:07 AM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX27234693f4ad: container: T6208: fix AttributeError: 'ConfigDict' object has no attribute… (authored by c-po).
Apr 7 2024, 5:57 AM
c-po committed rVYOSONEX2463bd292f14: container: T6208: fix AttributeError: 'ConfigDict' object has no attribute….
Apr 7 2024, 5:57 AM
GitHub <[email protected]> committed rVYOSONEX44b1a30e9c62: Merge pull request #3272 from c-po/container-fix (authored by c-po).
Apr 7 2024, 5:57 AM
Unknown Object (User) added a comment to T5873: ipsec remote access VPN: support VTI interfaces.

Great 😃

Apr 7 2024, 5:49 AM · VyOS Rolling
c-po committed rVYOSONEXc2b0381a0c26: ipoe: T6205: fix conditional branch error in config migrator.
Apr 7 2024, 5:43 AM
c-po committed rVYOSONEX2bbded1e4856: ipoe: T6205: fix conditional branch error in config migrator.
Apr 7 2024, 5:42 AM
GitHub <[email protected]> committed rVYOSONEXc5cda0934df4: Merge pull request #3271 from vyos/mergify/bp/sagitta/pr-3269 (authored by c-po).
Apr 7 2024, 5:15 AM
lucasec added a comment to T5873: ipsec remote access VPN: support VTI interfaces.

Hi -- this works. The VTI interface is just another interface so you can add it to a firewall zone just as you would an Ethernet interface. This can be done with existing site-to-site ipsec VTIs today. I also do it with OpenVPN interfaces for remote access on some of my installations.

Apr 7 2024, 1:57 AM · VyOS Rolling
Fr0stedD0nut added a comment to T5432: Add boot timeout option.

This would be really useful. As per: https://forum.vyos.io/t/other-than-console-how-to-pass-grub-parameter-pcie-aspm-off/14203

Apr 7 2024, 12:27 AM · VyOS Rolling
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX597ee21fc331: container: T6208: rename "cap-add" CLI node to "capability" (authored by c-po).
Apr 7 2024, 12:02 AM
c-po committed rVYOSONEXb30faa43c28b: container: T6208: rename "cap-add" CLI node to "capability".
Apr 7 2024, 12:02 AM
GitHub <[email protected]> committed rVYOSONEXf124bab88a82: Merge pull request #3269 from c-po/container-T6208 (authored by dmbaturin).
Apr 7 2024, 12:02 AM

Apr 6 2024

Thunderstorm created T6211: VRF support for Kea-based DHCP server.
Apr 6 2024, 9:54 PM · VyOS 1.5 Circinus (1.5-stream-2025-Q3), VyOS Rolling
c-po moved T6208: container: rename "cap-add" CLI node to "capability" from Open to Finished on the VyOS 1.5 Circinus board.
Apr 6 2024, 7:18 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
c-po added a comment to T6208: container: rename "cap-add" CLI node to "capability".

https://github.com/vyos/vyos-1x/pull/3269

Apr 6 2024, 7:18 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
c-po committed rVYOSONEX4ad118553675: ipoe: T6205: error in migration script logic while renaming mac-address to mac….
Apr 6 2024, 7:17 PM
jestabro changed the status of T6203: Remove references to the obsolete vyos.xml module (superseded by vyos.xml_ref), a subtask of T5319: Remove remaining workarounds for incorrect defaults, from Unknown Status to Resolved.
Apr 6 2024, 2:54 PM · VyOS 1.4 Sagitta
jestabro changed the status of T6203: Remove references to the obsolete vyos.xml module (superseded by vyos.xml_ref), a subtask of T5218: Revise vyos xml lib for bug fixes and extensions, from Unknown Status to Resolved.
Apr 6 2024, 2:54 PM · VyOS 1.4 Sagitta
jestabro changed the status of T6203: Remove references to the obsolete vyos.xml module (superseded by vyos.xml_ref) from Unknown Status to Resolved.
Apr 6 2024, 2:54 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
theflakes updated the task description for T6210: Support configuring sys-nice capability for containers.
Apr 6 2024, 2:43 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
theflakes created T6210: Support configuring sys-nice capability for containers.
Apr 6 2024, 2:36 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
tfiebig updated the task description for T6209: Improve Configuration Load/Commit Speed by moving away from deep-tree flat-file backend.
Apr 6 2024, 12:40 PM · VyOS Rolling
tfiebig updated the task description for T6209: Improve Configuration Load/Commit Speed by moving away from deep-tree flat-file backend.
Apr 6 2024, 12:40 PM · VyOS Rolling
tfiebig updated the task description for T6209: Improve Configuration Load/Commit Speed by moving away from deep-tree flat-file backend.
Apr 6 2024, 12:39 PM · VyOS Rolling
tfiebig created T6209: Improve Configuration Load/Commit Speed by moving away from deep-tree flat-file backend.
Apr 6 2024, 12:36 PM · VyOS Rolling
c-po moved T5862: Default MTU is not acceptable in some environments from Open to Finished on the VyOS 1.5 Circinus board.
Apr 6 2024, 12:11 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
c-po added a comment to T5862: Default MTU is not acceptable in some environments.

https://github.com/vyos/vyos-1x/pull/3265

Apr 6 2024, 12:11 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
c-po added a project to T5862: Default MTU is not acceptable in some environments: VyOS 1.4 Sagitta (1.4.0-epa3).
Apr 6 2024, 12:11 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
c-po changed the status of T6208: container: rename "cap-add" CLI node to "capability" from Open to In progress.
Apr 6 2024, 12:04 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
c-po created T6208: container: rename "cap-add" CLI node to "capability".
Apr 6 2024, 12:04 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX3afae47a3eaa: ipoe: T6205: error in migration script logic while renaming mac-address to mac… (authored by c-po).
Apr 6 2024, 11:58 AM
c-po committed rVYOSONEXa5ccc06c08d3: ipoe: T6205: error in migration script logic while renaming mac-address to mac….
Apr 6 2024, 11:54 AM
GitHub <[email protected]> committed rVYOSONEXc55754fd5fe6: Merge pull request #3263 from c-po/T6205-ipoe (authored by dmbaturin).
Apr 6 2024, 11:54 AM
GitHub <[email protected]> committed rVYOSONEX7dc280fc9de5: Merge pull request #3258 from vyos/mergify/bp/sagitta/pr-3255 (authored by dmbaturin).
Apr 6 2024, 11:50 AM
GitHub <[email protected]> committed rVYOSONEXb136fa67c493: Merge pull request #3267 from vyos/mergify/bp/sagitta/pr-3266 (authored by dmbaturin).
Apr 6 2024, 11:50 AM
GitHub <[email protected]> committed rVYOSONEX82801281e8a3: Merge pull request #3264 from vyos/mergify/bp/sagitta/pr-3219 (authored by dmbaturin).
Apr 6 2024, 11:49 AM
GitHub <[email protected]> committed rVYOSONEX9350acf01351: Merge pull request #3262 from vyos/mergify/bp/sagitta/pr-3254 (authored by dmbaturin).
Apr 6 2024, 11:49 AM
GitHub <[email protected]> committed rVYOSONEXf0721260fd6b: Merge pull request #3261 from vyos/mergify/bp/sagitta/pr-3260 (authored by dmbaturin).
Apr 6 2024, 11:48 AM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXb9ee31f23b72: T6199: start validating smoketests against real CLI defaultValues (authored by c-po).
Apr 6 2024, 10:55 AM
c-po committed rVYOSONEXd9d2e9c8ead2: T6199: start validating smoketests against real CLI defaultValues.
Apr 6 2024, 10:55 AM
GitHub <[email protected]> committed rVYOSONEX4f8eeee98e49: Merge pull request #3266 from c-po/spring-cleaning-4 (authored by c-po).
Apr 6 2024, 10:55 AM
c-po committed rVYOSONEXe8168aa7171f: GitHub: run unused-imports ony for current and sagitta.
Apr 6 2024, 10:54 AM
c-po committed rVYOSONEX4c5afe0ba785: GitHub: run unused-imports ony for current and sagitta.
Apr 6 2024, 10:54 AM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXf08ccb6635d6: T6188: Add description to detail view only (authored by l0crian1 <[email protected]>).
Apr 6 2024, 9:57 AM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX9a682c0a4116: T6188: (authored by L0crian).
Apr 6 2024, 9:57 AM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX484d5ab1fce4: modified: op-mode-definitions/firewall.xml.in (authored by L0crian).
Apr 6 2024, 9:57 AM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX581f1d68c4e6: T6188: add description to show firewall (authored by L0crian).
Apr 6 2024, 9:57 AM
c-po moved T6188: Add firewall rule description to the output of "show firewall" commands from Need Triage to Finished on the VyOS 1.4 Sagitta (1.4.0-epa3) board.
Apr 6 2024, 9:57 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
c-po moved T6188: Add firewall rule description to the output of "show firewall" commands from Open to Finished on the VyOS 1.5 Circinus board.
Apr 6 2024, 9:57 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
c-po edited projects for T6188: Add firewall rule description to the output of "show firewall" commands, added: VyOS 1.4 Sagitta (1.4.0-epa3); removed VyOS 1.4 Sagitta (1.4.0).
Apr 6 2024, 9:56 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
c-po added a comment to T6205: ipoe: error in migration script logic while renaming mac-address to mac.

https://github.com/vyos/vyos-1x/pull/3263

Apr 6 2024, 9:30 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
c-po moved T1244: Add support for StartupResync in conntrack-sync from Need Triage to Finished on the VyOS 1.4 Sagitta (1.4.0-epa3) board.
Apr 6 2024, 9:14 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.3 Equuleus (1.3.7)
c-po moved T1244: Add support for StartupResync in conntrack-sync from Need Triage to Finished on the VyOS 1.3 Equuleus (1.3.7) board.
Apr 6 2024, 9:13 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.3 Equuleus (1.3.7)
c-po moved T1244: Add support for StartupResync in conntrack-sync from Open to Finished on the VyOS 1.5 Circinus board.
Apr 6 2024, 9:13 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.3 Equuleus (1.3.7)
c-po edited projects for T1244: Add support for StartupResync in conntrack-sync, added: VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.0-epa3); removed VyOS 1.4 Sagitta.
Apr 6 2024, 9:13 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.3 Equuleus (1.3.7)
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX04a9471cafc1: conntrack-sync: T1244: add CLI support for StartupResync (authored by natali-rs1985).
Apr 6 2024, 9:09 AM
GitHub <[email protected]> committed rVYOSONEX2eb7f96ca203: conntrack-sync: T1244: add CLI support for StartupResync (authored by natali-rs1985).
Apr 6 2024, 9:09 AM
natali-rs1985 committed rVYOSONEX0459048353a8: conntrack-sync: T1244: Change name for option startup-resync.
Apr 6 2024, 9:08 AM
GitHub <[email protected]> committed rVYOSONEX0aabfbbbf561: Merge pull request #3257 from natali-rs1985/T1244-equuleus (authored by c-po).
Apr 6 2024, 9:08 AM
c-po committed rVYOSONEX98a25837ff39: Debian: T6199: add pylint do list of build dependencies.
Apr 6 2024, 9:00 AM
c-po committed rVYOSONEX289c5ea60c80: T6199: remove unused Python imports from migration scripts.
Apr 6 2024, 9:00 AM
c-po closed T6202: Multi-Protocol BGP is broken by 6PE patch in upstream FRR 9.1 as Resolved.
Apr 6 2024, 9:00 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
c-po moved T6202: Multi-Protocol BGP is broken by 6PE patch in upstream FRR 9.1 from Need Triage to Finished on the VyOS 1.4 Sagitta (1.4.0-epa3) board.
Apr 6 2024, 9:00 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
c-po moved T6202: Multi-Protocol BGP is broken by 6PE patch in upstream FRR 9.1 from Open to Finished on the VyOS 1.5 Circinus board.
Apr 6 2024, 8:59 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
c-po triaged T6202: Multi-Protocol BGP is broken by 6PE patch in upstream FRR 9.1 as Normal priority.
Apr 6 2024, 8:59 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
c-po added a comment to T6202: Multi-Protocol BGP is broken by 6PE patch in upstream FRR 9.1.

VyOS FRR package will be rebuilt shortly

Apr 6 2024, 8:59 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
c-po committed rVYOSONEX42bf9e62ad05: Debian: T6199: add pylint do list of build dependencies.
Apr 6 2024, 8:50 AM
c-po committed rVYOSONEX71786307eed6: Debian: T6199: add pylint do list of build dependencies.
Apr 6 2024, 8:49 AM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX0a129c32a2fb: T6199: remove unused Python imports from migration scripts (authored by c-po).
Apr 6 2024, 8:49 AM
c-po committed rVYOSONEX489e6fababa6: T6199: remove unused Python imports from migration scripts.
Apr 6 2024, 8:48 AM
GitHub <[email protected]> committed rVYOSONEXe60e2ea6d951: Merge pull request #3260 from c-po/spring-cleaning-3 (authored by c-po).
Apr 6 2024, 8:48 AM
L0crian committed rVYOSONEXb2ced47bdc54: T6188: add description to show firewall.
Apr 6 2024, 8:17 AM
L0crian committed rVYOSONEXa7c5205ab12e: T6188:.
Apr 6 2024, 8:17 AM
L0crian committed rVYOSONEX025438ccacc6: modified: op-mode-definitions/firewall.xml.in.
Apr 6 2024, 8:17 AM
GitHub <[email protected]> committed rVYOSONEX4dba82c7517f: T6188: Add description to detail view only (authored by l0crian1 <[email protected]>).
Apr 6 2024, 8:17 AM
GitHub <[email protected]> committed rVYOSONEXdf2add521c17: Merge pull request #3219 from l0crian1/add-fw-description-show (authored by Viacheslav).
Apr 6 2024, 8:17 AM

Apr 5 2024

c-po added a comment to T6205: ipoe: error in migration script logic while renaming mac-address to mac.

Handling of the above migration scripts are all correct and this is a false assumption.

Apr 5 2024, 8:03 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
c-po renamed T6205: ipoe: error in migration script logic while renaming mac-address to mac from Migration from 1.3.1 to 1.4 does not start from 0-to-1 migration script to ipoe: error in migration script logic while renaming mac-address to mac node.
Apr 5 2024, 8:02 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX3aaeb2371672: T6203: remove obsoleted xml lib (authored by jestabro).
Apr 5 2024, 7:48 PM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXf35a90698746: op-mode: T6203: replace use of vyos.xml.defaults with automatic defaults (authored by jestabro).
Apr 5 2024, 7:48 PM
jestabro closed T6203: Remove references to the obsolete vyos.xml module (superseded by vyos.xml_ref), a subtask of T5218: Revise vyos xml lib for bug fixes and extensions, as Unknown Status.
Apr 5 2024, 7:46 PM · VyOS 1.4 Sagitta
jestabro closed T6203: Remove references to the obsolete vyos.xml module (superseded by vyos.xml_ref), a subtask of T5319: Remove remaining workarounds for incorrect defaults, as Unknown Status.
Apr 5 2024, 7:46 PM · VyOS 1.4 Sagitta
jestabro closed T6203: Remove references to the obsolete vyos.xml module (superseded by vyos.xml_ref) as Unknown Status.
Apr 5 2024, 7:46 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro committed rVYOSONEXaa1fb0733f18: op-mode: T6203: replace use of vyos.xml.defaults with automatic defaults.
Apr 5 2024, 7:22 PM
jestabro committed rVYOSONEX28a7195d8e20: T6203: remove obsoleted xml lib.
Apr 5 2024, 7:22 PM
GitHub <[email protected]> committed rVYOSONEXcc52f4748439: Merge pull request #3255 from jestabro/remove-xml-lib (authored by c-po).
Apr 5 2024, 7:22 PM
natali-rs1985 committed rVYOSONEX8052a2e07b67: conntrack-sync: T1244: Support for StartupResync in conntrackd.
Apr 5 2024, 4:30 PM