Page MenuHomeVyOS Platform
Feed All Stories

Apr 7 2024

Viacheslav placed T3159: L2TP MTU mismatch between client and server up for grabs.
Apr 7 2024, 5:11 PM · Restricted Project, VyOS 1.3 Equuleus (1.3.9), VyOS 1.4 Sagitta (1.4.0-GA), VyOS 1.5 Circinus
Viacheslav added a comment to T5966: Adjust dynamic dns configuration address subpath to be more intuitive and other op-mode adjustments.

@indrajitr Can we close it?

Apr 7 2024, 5:06 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav added a comment to T5959: Streamline dns forwarding service.

@indrajitr Can we close it?

Apr 7 2024, 5:05 PM · VyOS 1.4 Sagitta (1.4.0-epa2)
Viacheslav changed the status of T4588: BGP Peer Group Scaling issues from Open to Needs reporter action.
Apr 7 2024, 5:03 PM · VyOS 1.4 Sagitta (1.4.1)
Viacheslav closed T6039: cloud-init DNS search-domain causes configuration migration/validation error, a subtask of T5907: cloud-init root task for 1.5 and 1.4 , as Resolved.
Apr 7 2024, 4:54 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.1)
Viacheslav closed T6039: cloud-init DNS search-domain causes configuration migration/validation error as Resolved.
Apr 7 2024, 4:54 PM · VyOS 1.4 Sagitta
Viacheslav added a subtask for T5907: cloud-init root task for 1.5 and 1.4 : T6112: Cloud Init Ordering Incorrect.
Apr 7 2024, 4:45 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.1)
Viacheslav added a parent task for T6112: Cloud Init Ordering Incorrect: T5907: cloud-init root task for 1.5 and 1.4 .
Apr 7 2024, 4:45 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
Viacheslav triaged T6208: container: rename "cap-add" CLI node to "capability" as Normal priority.
Apr 7 2024, 4:37 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav added a comment to T6099: Suppress unsupported interfaces from appearing in messages log by Telegraf .

@Giggum Can you check it on 1.5?

Apr 7 2024, 3:56 PM · VyOS 1.5 Circinus
Viacheslav added a comment to T5810: Add support for RPKI source ip.

It is easy to add
In FRR it looks like:

r4(config-rpki)# rpki cache 192.0.2.1 8888 
  SSH_UNAME   SSH user name
  preference  Preference of the cache server
  source      Configure source IP address of RPKI connection
Apr 7 2024, 3:22 PM · Restricted Project, VyOS 1.5 Circinus
Viacheslav closed T1244: Add support for StartupResync in conntrack-sync as Resolved.
Apr 7 2024, 3:15 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.3 Equuleus (1.3.7)
Viacheslav triaged T6209: Improve Configuration Load/Commit Speed by moving away from deep-tree flat-file backend as Normal priority.
Apr 7 2024, 3:10 PM · VyOS 1.5 Circinus
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXfbaa707f72ac: ethernet: T5862: default MTU is not acceptable in some environments (authored by c-po).
Apr 7 2024, 2:40 PM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX11b2c478b765: xml: T5862: drop defaultValue from mtu-68-16000.xml.i - use individual values (authored by c-po).
Apr 7 2024, 2:40 PM
c-po committed rVYOSONEXe86761fa1307: xml: T5862: drop defaultValue from mtu-68-16000.xml.i - use individual values.
Apr 7 2024, 2:39 PM
c-po committed rVYOSONEX8296cc727066: ethernet: T5862: default MTU is not acceptable in some environments.
Apr 7 2024, 2:39 PM
GitHub <[email protected]> committed rVYOSONEXb286552f1d0f: Merge pull request #3275 from vyos/mergify/bp/sagitta/pr-3270 (authored by c-po).
Apr 7 2024, 2:39 PM
GitHub <[email protected]> committed rVYOSONEXca15e16f3f1b: Merge pull request #3265 from c-po/ethernet-mtu-T5862 (authored by dmbaturin).
Apr 7 2024, 2:39 PM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXa4236f70d166: login: T5875: fix corner case for KeyError: 'getpwuid(): uid not found: XXXX' (authored by c-po).
Apr 7 2024, 2:36 PM
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 · Restricted Project, VyOS 1.5 Circinus
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 · Restricted Project, VyOS 1.5 Circinus
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 · Restricted Project, VyOS 1.5 Circinus
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: kea DHCP server not vrf aware as "Open".
Apr 7 2024, 8:17 AM · Restricted Project, VyOS 1.5 Circinus
dmbaturin closed T6211: kea DHCP server not vrf aware as Resolved.
Apr 7 2024, 6:08 AM · Restricted Project, VyOS 1.5 Circinus
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
GurliGebis added a comment to T5873: ipsec remote access VPN: support VTI interfaces.

Great 😃

Apr 7 2024, 5:49 AM · VyOS Rolling, VyOS 1.5 Circinus
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, VyOS 1.5 Circinus
Fr0stedD0nut added a comment to T5432: Add grub-settings to system section in VyOS config-mode.

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 1.5 Circinus
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: kea DHCP server not vrf aware.
Apr 6 2024, 9:54 PM · Restricted Project, VyOS 1.5 Circinus
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 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 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:39 PM · VyOS 1.5 Circinus
tfiebig created T6209: Improve Configuration Load/Commit Speed by moving away from deep-tree flat-file backend.
Apr 6 2024, 12:36 PM · VyOS 1.5 Circinus
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