Page MenuHomeVyOS Platform
Feed All Stories

Mar 5 2024

jestabro committed rVYOSONEX7503e419d0db: http-api: T6069: fix allocation outside of thread lock.
Mar 5 2024, 7:44 PM
GitHub <[email protected]> committed rVYOSONEXb7e12d3fcc97: Merge pull request #3089 from jestabro/allocate-under-lock (authored by jestabro).
Mar 5 2024, 7:44 PM
c-po closed T2447: Additional boot argument configuration to limit CPU C-States as Resolved.
Mar 5 2024, 7:36 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
c-po moved T2447: Additional boot argument configuration to limit CPU C-States from Need Triage to Finished on the VyOS 1.4 Sagitta (1.4.0-epa1) board.
Mar 5 2024, 7:36 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
GitHub <[email protected]> committed rVYOSONEX53eca9a3f9ea: Merge pull request #3092 from vyos/mergify/bp/sagitta/pr-3091 (authored by c-po).
Mar 5 2024, 7:34 PM
c-po committed rVYOSONEX3a3e0dff4ff1: T2447: add configurable kernel boot option 'disable-power-saving'.
Mar 5 2024, 7:34 PM
GitHub <[email protected]> committed rVYOSONEX91a48de5f169: Merge pull request #3093 from c-po/kernel-T2447 (authored by c-po).
Mar 5 2024, 7:34 PM
c-po renamed T2447: Additional boot argument configuration to limit CPU C-States from Additional Boot Argument Configuration to Additional Boot Argument Configuration to limit CPU C-States.
Mar 5 2024, 7:30 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
c-po moved T2447: Additional boot argument configuration to limit CPU C-States from Open to Finished on the VyOS 1.5 Circinus board.
Mar 5 2024, 7:30 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
c-po added a project to T2447: Additional boot argument configuration to limit CPU C-States: VyOS 1.4 Sagitta (1.4.0-epa1).
Mar 5 2024, 7:30 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
c-po added a comment to T2447: Additional boot argument configuration to limit CPU C-States.

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

Mar 5 2024, 7:30 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX390e543780b5: xml: T5738: use generic-disable-node building block for "disable" CLI nodes (authored by c-po).
Mar 5 2024, 7:24 PM
c-po committed rVYOSONEX21b0bf016869: xml: T5738: use generic-disable-node building block for "disable" CLI nodes.
Mar 5 2024, 7:22 PM
GitHub <[email protected]> committed rVYOSONEX51a0d5d9ed3f: Merge pull request #3091 from c-po/xml-T5738 (authored by c-po).
Mar 5 2024, 7:22 PM
c-po moved T6095: Tab completion for "set interfaces wireless wlan0 country-code" incorrect country "uk" from Open to Finished on the VyOS 1.5 Circinus board.
Mar 5 2024, 7:18 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
c-po added a comment to T6095: Tab completion for "set interfaces wireless wlan0 country-code" incorrect country "uk".

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

Mar 5 2024, 7:18 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
jestabro changed Difficulty level from unknown to normal on T6069: HTTP API segfault during concurrent configuration requests.
Mar 5 2024, 6:30 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
jestabro added a project to T6069: HTTP API segfault during concurrent configuration requests: VyOS 1.4 Sagitta.
Mar 5 2024, 6:30 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
jestabro added a comment to T6069: HTTP API segfault during concurrent configuration requests.

Revised PR:
https://github.com/vyos/vyos-1x/pull/3089

Mar 5 2024, 6:28 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
Viacheslav added a comment to T6102: Clear dhcp-server lease throws python exception on 1.5-rolling.

kea_parse_leases was deleted in https://github.com/vyos/vyos-1x/commit/c44d24eae276f77c700e961a22c0cd5582416dff
Probably the correct function is kea_get_leases

Mar 5 2024, 5:32 PM · VyOS 1.5 Circinus
jestabro added a comment to T6098: Description doesnt seem to allow for non international characters.

Note that the PR https://github.com/vyos/vyos-1x/pull/3035 is only for 1.5 at this point: the critical question for this task is whether or not to restore the simple support for unicode.

Mar 5 2024, 3:11 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
jestabro triaged T6098: Description doesnt seem to allow for non international characters as High priority.
Mar 5 2024, 3:06 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
jestabro added a comment to T6098: Description doesnt seem to allow for non international characters.

Simple unicode support was allowed in
https://vyos.dev/T3785
however, the constraint on description, above, restricts to ascii.

Mar 5 2024, 3:01 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
L0crian added a comment to T5991: 1.4.0-RC3 deleting portions of config in error (migration script).

Perfect, that's what I was trying to better understand. Thanks for the clarification!

Mar 5 2024, 2:49 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
unixsh added a comment to T6093: Incorrect dhcp-options vendor-class-id regex.

The regex should be [-_a-zA-Z0-9.\s]+ instead of [-_a-zA-Z0-9\s]+

Mar 5 2024, 2:42 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
jestabro added a comment to T5991: 1.4.0-RC3 deleting portions of config in error (migration script).

The short answer is that it will change going forward, and the work within this task, and the ongoing work mentioned above will avoid failing viable configs that have the symptom of 'full section of the config not applied'; that's what we are addressing here. The longer answer above attempted to distinguish several unrelated situations that have that same symptom, and in the extreme case of a user providing a corrupted, partial, or nonsensical config, there is not much that can be divined without some user feedback and suggested debugging: if critical dependencies are missing, that means that the system would be non-operational. What interests me here is some immediate improvements that may be made, and in proceeding with that, it is necessary to make these distinctions.

Mar 5 2024, 2:17 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
n.fort added a comment to T6075: Applying firewall rules with a non-existent interface group.

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

Mar 5 2024, 1:49 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
unixsh changed Why the issue appeared? from none to implementation-mistake on T6093: Incorrect dhcp-options vendor-class-id regex.
Mar 5 2024, 1:35 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
n.fort changed the status of T6075: Applying firewall rules with a non-existent interface group from Open to In progress.
Mar 5 2024, 1:32 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
JeffWDH updated the task description for T6102: Clear dhcp-server lease throws python exception on 1.5-rolling.
Mar 5 2024, 1:29 PM · VyOS 1.5 Circinus
JeffWDH created T6102: Clear dhcp-server lease throws python exception on 1.5-rolling.
Mar 5 2024, 1:28 PM · VyOS 1.5 Circinus
Viacheslav updated the task description for T6101: IPsec some proposal combinations could be invalid and the service strongswan stops.
Mar 5 2024, 11:41 AM · VyOS 1.5 Circinus, Restricted Project, VyOS 1.4 Sagitta (1.4.1)
Viacheslav triaged T6101: IPsec some proposal combinations could be invalid and the service strongswan stops as Normal priority.
Mar 5 2024, 11:23 AM · VyOS 1.5 Circinus, Restricted Project, VyOS 1.4 Sagitta (1.4.1)
Viacheslav created T6101: IPsec some proposal combinations could be invalid and the service strongswan stops.
Mar 5 2024, 11:23 AM · VyOS 1.5 Circinus, Restricted Project, VyOS 1.4 Sagitta (1.4.1)
n.fort changed the status of T6094: Destination Nat not Making Firewall Rules from Open to In progress.
Mar 5 2024, 11:04 AM · VyOS 1.4 Sagitta (1.4.0), VyOS 1.5 Circinus
n.fort raised the priority of T6061: connection-status nat destination firewall filter not working in 1.4.0-epa1 from Normal to High.
Mar 5 2024, 11:03 AM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
n.fort changed the status of T6061: connection-status nat destination firewall filter not working in 1.4.0-epa1 from Open to In progress.

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

Mar 5 2024, 11:02 AM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
n.fort added a comment to T6094: Destination Nat not Making Firewall Rules.

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

Mar 5 2024, 11:01 AM · VyOS 1.4 Sagitta (1.4.0), VyOS 1.5 Circinus
Viacheslav moved T6084: OpenNHRP DMVPN configuration file clean after reboot if we have any IPSec configuration from Open to Finished on the VyOS 1.5 Circinus board.
Mar 5 2024, 10:31 AM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
Viacheslav claimed T6084: OpenNHRP DMVPN configuration file clean after reboot if we have any IPSec configuration.
Mar 5 2024, 10:31 AM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
Viacheslav added a comment to T6084: OpenNHRP DMVPN configuration file clean after reboot if we have any IPSec configuration.

For 1.5 fix works as expected

vyos@r4:~$ cat /run/opennhrp/opennhrp.conf
# Created by VyOS - manual changes will be overwritten
Mar 5 2024, 10:31 AM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXb822eb0f2ab2: T6084: Add NHRP dependency for IPsec and fix NHRP empty config bug (authored by Viacheslav).
Mar 5 2024, 10:28 AM
Viacheslav closed T5903: NHRP don´t start on reboot from version 1.5-rolling-202401010026 as Resolved.
Mar 5 2024, 10:27 AM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus
Viacheslav triaged T6099: Suppress unsupported interfaces from appearing in messages log by Telegraf as Low priority.
Mar 5 2024, 9:19 AM · VyOS 1.5 Circinus
juanra added a comment to T5903: NHRP don´t start on reboot from version 1.5-rolling-202401010026.

works with version 1.5-rolling-202403050022

Mar 5 2024, 8:58 AM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus
Viacheslav added a subtask for T5938: Migration fail root task for 1.4-rc: T6100: NAT config migration error in 1.4.0-epa1 if invalid address/network defined in 1.3.6 version.
Mar 5 2024, 8:33 AM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
Viacheslav added a parent task for T6100: NAT config migration error in 1.4.0-epa1 if invalid address/network defined in 1.3.6 version: T5938: Migration fail root task for 1.4-rc.
Mar 5 2024, 8:33 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav triaged T6100: NAT config migration error in 1.4.0-epa1 if invalid address/network defined in 1.3.6 version as High priority.
Mar 5 2024, 8:32 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav updated the task description for T6100: NAT config migration error in 1.4.0-epa1 if invalid address/network defined in 1.3.6 version.
Mar 5 2024, 8:30 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav updated the task description for T6099: Suppress unsupported interfaces from appearing in messages log by Telegraf .
Mar 5 2024, 8:27 AM · VyOS 1.5 Circinus
SrividyaA created T6100: NAT config migration error in 1.4.0-epa1 if invalid address/network defined in 1.3.6 version.
Mar 5 2024, 6:30 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
GitHub <[email protected]> committed rVYOSONEX999cbce33bf4: Merge pull request #3084 from vyos/mergify/bp/sagitta/pr-3068 (authored by c-po).
Mar 5 2024, 6:22 AM
Giggum renamed T6099: Suppress unsupported interfaces from appearing in messages log by Telegraf from Suppress unsupported interfaces from appearing in messages by Telegraf to Suppress unsupported interfaces from appearing in messages log by Telegraf .
Mar 5 2024, 3:33 AM · VyOS 1.5 Circinus
Giggum renamed T6099: Suppress unsupported interfaces from appearing in messages log by Telegraf from Suppress unsupported interfaces from being reported on by Telegraf to Suppress unsupported interfaces from appearing in messages by Telegraf .
Mar 5 2024, 3:33 AM · VyOS 1.5 Circinus
Giggum updated the task description for T6099: Suppress unsupported interfaces from appearing in messages log by Telegraf .
Mar 5 2024, 3:30 AM · VyOS 1.5 Circinus
Giggum updated the task description for T6099: Suppress unsupported interfaces from appearing in messages log by Telegraf .
Mar 5 2024, 3:29 AM · VyOS 1.5 Circinus
Giggum created T6099: Suppress unsupported interfaces from appearing in messages log by Telegraf .
Mar 5 2024, 3:27 AM · VyOS 1.5 Circinus

Mar 4 2024

L0crian added a comment to T5991: 1.4.0-RC3 deleting portions of config in error (migration script).

Gotcha! The thing I keep struggling to understand is why is the full section of the config removed? This will 100% cause outages. If there's part of the config that is invalid, only that part should not be applied. You shouldn't remove 19 valid lines of config due to a single invalid line. Particularly with almost all of the instances I've seen of this, the invalid line is just cosmetically invalid, and doesn't cause any issues with the operation of the system.

Mar 4 2024, 8:51 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
Viacheslav added a comment to T5903: NHRP don´t start on reboot from version 1.5-rolling-202401010026.

Should be fixed in the next rolling release.
Can you recheck it after 20240304 ?

Mar 4 2024, 8:32 PM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus
jestabro added a comment to T5991: 1.4.0-RC3 deleting portions of config in error (migration script).

Well, nothing is deleted, rather the config section is not applied if the verification steps do not pass: if the user ignores the error and warnings and saves the subsequent working configuration, the resident config.boot file will be overwritten. So I agree that it an issue for consideration, if we distinguish those cases in which this may occur, as above. Considering those cases, we can not or would not want to (1) automatically fix migration errors, in some sense or other, to avoid non-application of config sections on migration failure; bugs in the migration system should be fixed, and improvements to the migration system itself are part of the current development plans (2) support non-verified/non-existent interfaces without clarification of when if ever that is appropriate, such as the current investigation. There is current development of the design to refine the verification stage, unrelated to this specific task. Given the preceding, I would not say either that it is a case of 'everything's fine' or of 'design flaw'; design evolution is appropriate perhaps.

Mar 4 2024, 8:00 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
L0crian added a comment to T5991: 1.4.0-RC3 deleting portions of config in error (migration script).

@jestabro, do you guys consider the process of deleting the entire config section for a single offending line working as intended? Or do you consider it a design flaw/bug that will get fixed? I'm trying to understand if that is an intentional design choice and will permanently be part of VyOS going forward, or if it's just part of growing pains as VyOS moves from 1.3 to 1.4.

Mar 4 2024, 7:30 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
Apachez created T6098: Description doesnt seem to allow for non international characters.
Mar 4 2024, 6:47 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
Apachez added a comment to T6096: Config commits are not synced properly because 00vyos-sync is deleted by vyos-router.

PR created: https://github.com/vyos/vyos-1x/pull/3085

Mar 4 2024, 6:21 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.3 Equuleus (1.3.7), VyOS 1.5 Circinus
paigeadelethompson created T6097: vrf_zones blocking ipv6 traffic.
Mar 4 2024, 6:20 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
Apachez claimed T6096: Config commits are not synced properly because 00vyos-sync is deleted by vyos-router.
Mar 4 2024, 5:51 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.3 Equuleus (1.3.7), VyOS 1.5 Circinus
jestabro added a comment to T5991: 1.4.0-RC3 deleting portions of config in error (migration script).

Config sections not applied after failed verification is not a surprise, as discussed above, though it is understandably frustrating: warnings are provided on failure and upon entering config-mode subsequent to failure, to help avoid overwriting the saved config before investigation. As we continue this discussion we should distinguish the various issues (and I will open subtasks as appropriate):
(1) missing config sections on migration need to be debugged, as with T6076, ongoing ...
(2) verification of 'late' arriving interfaces (general); configuring ZeroTier (specific): I'm looking into what may be considered for the general issue, as mentioned, and I have some initial ideas; thanks to the details provided by @L0crian I'll reproduce the specific configuration for experiment
(3) support for hotplugging interfaces: not planned at the moment, but may be discussed again for 1.5

Mar 4 2024, 5:51 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
c-po closed T6087: ospfv3: add support to redistribute IS-IS routes as Resolved.
Mar 4 2024, 5:45 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
c-po moved T6087: ospfv3: add support to redistribute IS-IS routes from Need Triage to Finished on the VyOS 1.4 Sagitta (1.4.0-epa1) board.
Mar 4 2024, 5:45 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
GitHub <[email protected]> committed rVYOSONEXbd0f7537e74b: Merge pull request #3083 from vyos/mergify/bp/sagitta/pr-3078 (authored by c-po).
Mar 4 2024, 5:45 PM
c-po moved T6087: ospfv3: add support to redistribute IS-IS routes from Open to Finished on the VyOS 1.5 Circinus board.
Mar 4 2024, 5:44 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
Viacheslav claimed T6088: Configuration corrupted after saving and powercut or force reboot.
Mar 4 2024, 5:35 PM · VyOS 1.3 Equuleus (1.3.7)
Viacheslav changed the status of T6088: Configuration corrupted after saving and powercut or force reboot from Open to Needs testing.
Mar 4 2024, 5:35 PM · VyOS 1.3 Equuleus (1.3.7)
matthewr added a comment to T5991: 1.4.0-RC3 deleting portions of config in error (migration script).

https://vyos.dev/T6076 is also similar...

Mar 4 2024, 5:33 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
Viacheslav triaged T6096: Config commits are not synced properly because 00vyos-sync is deleted by vyos-router as Normal priority.
Mar 4 2024, 5:33 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.3 Equuleus (1.3.7), VyOS 1.5 Circinus
Apachez created T6096: Config commits are not synced properly because 00vyos-sync is deleted by vyos-router.
Mar 4 2024, 5:31 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.3 Equuleus (1.3.7), VyOS 1.5 Circinus
Viacheslav changed the status of T6084: OpenNHRP DMVPN configuration file clean after reboot if we have any IPSec configuration from Open to Needs testing.
Mar 4 2024, 5:29 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXb0a4e646b417: T5646: Skip add filter for qos policy limiter class without match (authored by natali-rs1985).
Mar 4 2024, 5:27 PM
Viacheslav added a comment to T6088: Configuration corrupted after saving and powercut or force reboot.

PR https://github.com/vyos/vyatta-cfg/pull/75

Mar 4 2024, 5:27 PM · VyOS 1.3 Equuleus (1.3.7)
natali-rs1985 committed rVYOSONEX2104424c1a43: T5646: Skip add filter for qos policy limiter class without match.
Mar 4 2024, 5:25 PM
GitHub <[email protected]> committed rVYOSONEX450bb1679530: Merge pull request #3068 from natali-rs1985/T5646-current (authored by dmbaturin).
Mar 4 2024, 5:25 PM
Viacheslav committed rVYOSONEX689fea253d90: T6084: Add NHRP dependency for IPsec and fix NHRP empty config bug.
Mar 4 2024, 5:24 PM
GitHub <[email protected]> committed rVYOSONEXdc21e56149e0: Merge pull request #3079 from sever-sever/T6084 (authored by dmbaturin).
Mar 4 2024, 5:24 PM
L0crian added a comment to T5991: 1.4.0-RC3 deleting portions of config in error (migration script).

I wanted to add this post from the forums to this thread. It appears to be the same behavior where the failure of a single line deletes the logical section:
https://forum.vyos.io/t/upgrade-from-1-3-6-to-1-4-0-epa1-looses-complete-dhcp-configuration/13935

Mar 4 2024, 4:39 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
plett created T6095: Tab completion for "set interfaces wireless wlan0 country-code" incorrect country "uk".
Mar 4 2024, 3:21 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
n.fort added a comment to T6094: Destination Nat not Making Firewall Rules.

Duplicated: https://vyos.dev/T6061

Mar 4 2024, 3:20 PM · VyOS 1.4 Sagitta (1.4.0), VyOS 1.5 Circinus
GitHub <[email protected]> committed rVYOSONEX0eb1b68f9edd: Merge pull request #3082 from vyos/mergify/bp/sagitta/pr-3077 (authored by dmbaturin).
Mar 4 2024, 2:58 PM
unixsh edited projects for T6093: Incorrect dhcp-options vendor-class-id regex, added: VyOS 1.4 Sagitta (1.4.0-epa1); removed VyOS 1.4 Sagitta.
Mar 4 2024, 2:20 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
Viacheslav triaged T6094: Destination Nat not Making Firewall Rules as High priority.
Mar 4 2024, 2:12 PM · VyOS 1.4 Sagitta (1.4.0), VyOS 1.5 Circinus
ImDono created T6094: Destination Nat not Making Firewall Rules.
Mar 4 2024, 2:08 PM · VyOS 1.4 Sagitta (1.4.0), VyOS 1.5 Circinus
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXe2afe3385502: ospfv3: T6087: add support to redistribute IS-IS routes (authored by c-po).
Mar 4 2024, 2:06 PM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX67573f503722: smoketest: T4977: ospf: include babel in redistribution tests (authored by c-po).
Mar 4 2024, 2:06 PM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX09abfcbadc2e: vyos.ethtool: T6083: use JSON input data for ethernet interface flow-control… (authored by c-po).
Mar 4 2024, 2:04 PM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX55f7ec899145: vyos.ethtool: T6083: use JSON input data for ethernet driver feature detection (authored by c-po).
Mar 4 2024, 2:04 PM
c-po committed rVYOSONEX6a97fdfa1ba9: ospfv3: T6087: add support to redistribute IS-IS routes.
Mar 4 2024, 2:04 PM
c-po committed rVYOSONEX256e939b2cd3: smoketest: T4977: ospf: include babel in redistribution tests.
Mar 4 2024, 2:04 PM
GitHub <[email protected]> committed rVYOSONEX2872f386b02c: Merge pull request #3078 from c-po/ospfv3-isis-T6087 (authored by dmbaturin).
Mar 4 2024, 2:04 PM
c-po committed rVYOSONEX63ccdc5125e1: vyos.ethtool: T6083: use JSON input data for ethernet driver feature detection.
Mar 4 2024, 2:04 PM
c-po committed rVYOSONEX5ee89f460966: vyos.ethtool: T6083: use JSON input data for ethernet interface flow-control….
Mar 4 2024, 2:04 PM
GitHub <[email protected]> committed rVYOSONEXde23c0e3b684: Merge pull request #3077 from c-po/ethtool (authored by dmbaturin).
Mar 4 2024, 2:04 PM
Viacheslav triaged T6093: Incorrect dhcp-options vendor-class-id regex as Normal priority.
Mar 4 2024, 2:03 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus