Page MenuHomeVyOS Platform
Feed Advanced Search

Mar 6 2024

d.shleg added a comment to T6082: BGP doesn't allow the same local AS and remote AS in peer groups.

SPINE-1 BGP config(JunOS):

set protocols bgp group UNDERLAY mtu-discovery
set protocols bgp group UNDERLAY export FROM-UNDERLAY
set protocols bgp group UNDERLAY local-as 4200020001
set protocols bgp group UNDERLAY graceful-restart disable
set protocols bgp group UNDERLAY multipath multiple-as
set protocols bgp group UNDERLAY bfd-liveness-detection minimum-interval 350
set protocols bgp group UNDERLAY bfd-liveness-detection multiplier 3
set protocols bgp group UNDERLAY neighbor 10.177.77.2 peer-as 4200030001
set protocols bgp group UNDERLAY neighbor 10.177.77.10 peer-as 4200030002
set protocols bgp group OVERLAY type internal
set protocols bgp group OVERLAY local-address 10.177.75.1
set protocols bgp group OVERLAY family evpn signaling
set protocols bgp group OVERLAY cluster 10.216.255.255
set protocols bgp group OVERLAY peer-as 64542
set protocols bgp group OVERLAY local-as 64542
set protocols bgp group OVERLAY multipath
set protocols bgp group OVERLAY neighbor 10.177.75.3 description LEAF-1
set protocols bgp group OVERLAY neighbor 10.177.75.4
set protocols bgp group OVERLAY neighbor 10.176.75.1
set protocols bgp group OVERLAY neighbor 10.176.75.2
set protocols bgp group OVERLAY neighbor 10.177.75.5 description VyOS
set protocols bgp group OVERLAY neighbor 10.176.75.3 description HV205
set protocols bgp log-updown
Mar 6 2024, 10:00 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
d.shleg added a comment to T6082: BGP doesn't allow the same local AS and remote AS in peer groups.

This is working frr configuration:

Mar 6 2024, 9:49 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
d.shleg added a comment to T6082: BGP doesn't allow the same local AS and remote AS in peer groups.

No, this is not correct for my set up. Configuration commited without error but lost peering

  1. Peer-group UNDERLAY - eBGP(directly connected peers)
  2. Peer-group OVERLAY - iBGP
Mar 6 2024, 9:43 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
sarthurdev moved T6079: dhcp: migration fails for duplicate static-mapping from In Progress to Finished on the VyOS 1.5 Circinus board.
Mar 6 2024, 7:05 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
sarthurdev closed T6079: dhcp: migration fails for duplicate static-mapping, a subtask of T5787: dhcp-server allows duplicate static-mapping for the same IP address, as Resolved.
Mar 6 2024, 7:05 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
sarthurdev closed T6079: dhcp: migration fails for duplicate static-mapping as Resolved.
Mar 6 2024, 7:05 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
jestabro added a comment to T6104: Regression in commit-archive for non-interactive configuration.

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

Mar 6 2024, 6:23 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
natali-rs1985 changed the status of T2998: SNMP v3 oid "exclude" option doesn't work from Open to In progress.
Mar 6 2024, 5:49 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.3 Equuleus (1.3.7)
jestabro added a parent task for T6104: Regression in commit-archive for non-interactive configuration: T5348: Service config-sync can freeze the secondary router if it has commit-archive location.
Mar 6 2024, 3:34 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
jestabro triaged T6104: Regression in commit-archive for non-interactive configuration as High priority.
Mar 6 2024, 3:34 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
SrividyaA added a comment to T6082: BGP doesn't allow the same local AS and remote AS in peer groups.

Tested in different possibilities:

Mar 6 2024, 3:33 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav added a project to T2998: SNMP v3 oid "exclude" option doesn't work: VyOS 1.5 Circinus.
Mar 6 2024, 1:08 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.3 Equuleus (1.3.7)
natali-rs1985 claimed T2998: SNMP v3 oid "exclude" option doesn't work.
Mar 6 2024, 1:03 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.3 Equuleus (1.3.7)
SrividyaA changed the status of T6082: BGP doesn't allow the same local AS and remote AS in peer groups from Open to Confirmed.
Mar 6 2024, 11:35 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav added a comment to T6085: VTI interfaces are in UP state by default.

The 1.3.x behaviour,

  1. VTI interfaces without IPsec is not created
# 1.3
set interfaces vti vti10 address '10.0.0.1/30'
commit
Mar 6 2024, 7:58 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
Cheeze_It added a comment to T6085: VTI interfaces are in UP state by default.

@c-po, while I don't wish to put words in the mouths of others, I believe the belief is that the interface should stay oper-down.

Mar 6 2024, 4:18 AM · VyOS 1.4 Sagitta (1.4.0-epa3)

Mar 5 2024

c-po moved T6095: Tab completion for "set interfaces wireless wlan0 country-code" incorrect country "uk" from Need Triage 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 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 · VyOS 1.4 Sagitta (1.4.0-GA)
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 · VyOS 1.4 Sagitta (1.4.0-GA)
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
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 · VyOS 1.4 Sagitta (1.4.0-GA)
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
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 · VyOS 1.4 Sagitta (1.4.0-GA)
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 · VyOS 1.4 Sagitta (1.4.0-GA)
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 · VyOS 1.4 Sagitta (1.4.0-GA)
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
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 · VyOS 1.4 Sagitta (1.4.0-GA)
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 · VyOS 1.4 Sagitta (1.4.0-GA)
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 · VyOS 1.4 Sagitta (1.4.0-GA)
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
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
n.fort changed the status of T6086: NAT does not work with network-groups from In progress to Needs testing.
Mar 4 2024, 2:02 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
unixsh created T6093: Incorrect dhcp-options vendor-class-id regex.
Mar 4 2024, 12:19 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
n.fort changed the status of T6086: NAT does not work with network-groups from Confirmed to In progress.
Mar 4 2024, 11:37 AM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
n.fort added a comment to T6086: NAT does not work with network-groups.

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

Mar 4 2024, 11:37 AM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
Viacheslav added a comment to T3655: NAT doesn't work correctly with VRF.

@paigeadelethompson it is another issue, open a separate bug report

Mar 4 2024, 7:21 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
paigeadelethompson added a comment to T3655: NAT doesn't work correctly with VRF.
table inet vrf_zones {
        map ct_iface_map {
                typeof iifname : ct zone
                elements = { "HE" : 132,
                             "WAN" : 128,
                             "eth0" : 128,
                             "tun0" : 132,
                             "eth1" : 256,
                             "eth2" : 384,
                             "veth0" : 132,
                             "veth1" : 256,
                             "VMNET" : 256,
                             "FASTNETMON" : 384 }
        }
Mar 4 2024, 4:20 AM · VyOS 1.4 Sagitta (1.4.0-epa3)

Mar 3 2024

c-po added a comment to T6085: VTI interfaces are in UP state by default.

Do you refer to initially admin-down or oper-down?

Mar 3 2024, 8:22 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
daniil created T6092: Static interface index.
Mar 3 2024, 6:33 PM · VyOS 1.4 Sagitta (1.4.0-GA), VyOS 1.5 Circinus
matthewr created T6091: [1.3.3->1.4.0-epa1 Migration] NTP "listen-address" config removed.
Mar 3 2024, 12:04 PM · VyOS 1.4 Sagitta

Mar 2 2024

matthewr added a comment to T6076: [1.3.3->1.4.0-epa1 Migration] Most of config missing.

Now trying to migrate a second router, with different config. I have corrected the mistakes I could see in the config and have removed policy route config with tcp flags.

Mar 2 2024, 6:31 PM · VyOS 1.4 Sagitta (1.4.0-GA)
matthewr created T6090: Migration of "policy route" configs fails due to TCP flag case sensitivity.
Mar 2 2024, 4:46 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav triaged T6071: firewall: CLI description limit of 256 characters cause config upgrade issues as Wishlist priority.
Mar 2 2024, 11:18 AM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
Viacheslav triaged T6072: https api cors allow-origin not applied as Wishlist priority.
Mar 2 2024, 11:18 AM · VyOS 1.5 Circinus
Viacheslav triaged T6082: BGP doesn't allow the same local AS and remote AS in peer groups as High priority.
Mar 2 2024, 11:17 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav triaged T6076: [1.3.3->1.4.0-epa1 Migration] Most of config missing as High priority.
Mar 2 2024, 11:17 AM · VyOS 1.4 Sagitta (1.4.0-GA)
matthewr created T6089: [1.3.6->1.4.0-epa1 Migration] "ospf passive-interface default" incorrectly added.
Mar 2 2024, 11:04 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
matthewr added a comment to T6076: [1.3.3->1.4.0-epa1 Migration] Most of config missing.

Thanks - yes - there were in fact 3 "passive-interface" entries for old interfaces, which I should have tidied. Having deleted them, the migration completed.

Mar 2 2024, 10:47 AM · VyOS 1.4 Sagitta (1.4.0-GA)
Viacheslav added a comment to T5903: NHRP don´t start on reboot from version 1.5-rolling-202401010026.

Check opennhrp.conf file
Could be bug if the ispec in the config T6084

Mar 2 2024, 9:47 AM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus
kevinrausch added a comment to T5903: NHRP don´t start on reboot from version 1.5-rolling-202401010026.

Still broken in 1.4.0-epa1 (self-built).

Mar 2 2024, 12:56 AM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus

Mar 1 2024

zsdc changed the status of T6086: NAT does not work with network-groups from Open to Confirmed.
Mar 1 2024, 11:59 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
zsdc created T6086: NAT does not work with network-groups.
Mar 1 2024, 11:58 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
Apachez added a comment to T6085: VTI interfaces are in UP state by default.

If the peer reconnects after the first disconnect - does the local VTI interface go "UP" again?

Mar 1 2024, 10:19 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
zsdc changed the status of T6085: VTI interfaces are in UP state by default from Open to Confirmed.
Mar 1 2024, 10:01 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
zsdc created T6085: VTI interfaces are in UP state by default.
Mar 1 2024, 9:58 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro changed the status of T5666: Provide list of config-mode scripts scheduled for proposed commit, a subtask of T5492: CLI node priority is not inversed on node deletion, from Open to On hold.
Mar 1 2024, 2:49 PM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta
jestabro changed the status of T5666: Provide list of config-mode scripts scheduled for proposed commit, a subtask of T5660: Remove redundant calls to config dependency scripts, from Open to On hold.
Mar 1 2024, 2:49 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro changed the status of T5666: Provide list of config-mode scripts scheduled for proposed commit from Open to On hold.

The motivation here was from T5660, for which it was not needed. However, a version of the constructions in the branch above will be useful for development of the modern commit algorithm and comparison with the idiosyncrasies of legacy (T5492). Put on hold for now.

Mar 1 2024, 2:49 PM · VyOS 1.5 Circinus
natali-rs1985 changed the status of T5646: QoS policy limiter broken if class without match from Open to In progress.
Mar 1 2024, 10:58 AM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
natali-rs1985 added a comment to T5646: QoS policy limiter broken if class without match.

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

Mar 1 2024, 10:58 AM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
Viacheslav added a comment to T6076: [1.3.3->1.4.0-epa1 Migration] Most of config missing.

You don't have eth0.150

Mar 1 2024, 9:45 AM · VyOS 1.4 Sagitta (1.4.0-GA)
d.shleg created T6082: BGP doesn't allow the same local AS and remote AS in peer groups.
Mar 1 2024, 9:38 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
vse-github added a comment to T6072: https api cors allow-origin not applied.

is it possible to extend this feature to json api of vyos?

Mar 1 2024, 9:22 AM · VyOS 1.5 Circinus
matthewr added a comment to T6076: [1.3.3->1.4.0-epa1 Migration] Most of config missing.

Rebooting the failed image (I did not redo the upgrade - the failed image remained on the router) produces:-

itconsult@ha-r02a:~$ cat /tmp/vyos-configd-script-stdout
Mar 1 2024, 9:17 AM · VyOS 1.4 Sagitta (1.4.0-GA)

Feb 29 2024

c-po closed T6078: Update ethtool to 6.6, a subtask of T5887: Upgrade Linux Kernel to 6.6.y (2023 LTS edition), as Resolved.
Feb 29 2024, 8:52 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po added a subtask for T3680: Static routes with dhcp-interface are flaky: T5811: static dhcp-interface routes not installed.
Feb 29 2024, 8:52 PM · VyOS 1.4 Sagitta (1.4.0-GA)
c-po updated the task description for T6078: Update ethtool to 6.6.
Feb 29 2024, 8:51 PM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus
L0crian added a comment to T5991: 1.4.0-RC3 deleting portions of config in error (migration script).

Gotcha, thanks!

Feb 29 2024, 3:03 PM · VyOS 1.4 Sagitta (1.4.0-GA)
Aldemaro created T6080: Default NTP server settings.
Feb 29 2024, 2:13 PM · Restricted Project, VyOS 1.4 Sagitta
jestabro added a comment to T5991: 1.4.0-RC3 deleting portions of config in error (migration script).

The configuration checks are the 'verify' stage of the respective config mode script; general structure here:
https://docs.vyos.io/en/sagitta/contributing/development.html#configuration-script-structure-and-behaviour

Feb 29 2024, 2:12 PM · VyOS 1.4 Sagitta (1.4.0-GA)
jestabro added a comment to T6076: [1.3.3->1.4.0-epa1 Migration] Most of config missing.

What is the content of
/tmp/vyos-configd-script-stdout ?

Feb 29 2024, 2:07 PM · VyOS 1.4 Sagitta (1.4.0-GA)
L0crian added a comment to T5991: 1.4.0-RC3 deleting portions of config in error (migration script).

I raised this issue for discussion last week, and am testing more 'lenient' verification in cases such as above; I'll add results and plans here, as available.

Feb 29 2024, 2:05 PM · VyOS 1.4 Sagitta (1.4.0-GA)
jestabro added a comment to T5991: 1.4.0-RC3 deleting portions of config in error (migration script).

I raised this issue for discussion last week, and am testing more 'lenient' verification in cases such as above; I'll add results and plans here, as available.

Feb 29 2024, 1:14 PM · VyOS 1.4 Sagitta (1.4.0-GA)
jestabro changed the status of T5839: Remove trivial redundancies in calls to config dependency scripts, a subtask of T5660: Remove redundant calls to config dependency scripts, from Open to Needs testing.
Feb 29 2024, 1:10 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro changed the status of T5839: Remove trivial redundancies in calls to config dependency scripts from Open to Needs testing.
Feb 29 2024, 1:10 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro changed the status of T5660: Remove redundant calls to config dependency scripts, a subtask of T4820: Support for inter-config-mode script dependencies, from Open to Needs testing.
Feb 29 2024, 1:09 PM · VyOS 1.4 Sagitta
jestabro changed the status of T5660: Remove redundant calls to config dependency scripts from Open to Needs testing.
Feb 29 2024, 1:09 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro moved T5660: Remove redundant calls to config dependency scripts from Need Triage to Finished on the VyOS 1.5 Circinus board.
Feb 29 2024, 1:07 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro moved T5839: Remove trivial redundancies in calls to config dependency scripts from Need Triage to Finished on the VyOS 1.5 Circinus board.
Feb 29 2024, 1:06 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
matthewr added a comment to T6076: [1.3.3->1.4.0-epa1 Migration] Most of config missing.

Thanks for that.

Feb 29 2024, 9:24 AM · VyOS 1.4 Sagitta (1.4.0-GA)

Feb 28 2024

sarthurdev moved T6079: dhcp: migration fails for duplicate static-mapping from Need Triage to In Progress on the VyOS 1.5 Circinus board.
Feb 28 2024, 11:48 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
sarthurdev changed the status of T6079: dhcp: migration fails for duplicate static-mapping, a subtask of T5787: dhcp-server allows duplicate static-mapping for the same IP address, from Open to Needs testing.
Feb 28 2024, 11:48 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
sarthurdev changed the status of T6079: dhcp: migration fails for duplicate static-mapping from Open to Needs testing.

1.4 https://github.com/vyos/vyos-1x/pull/3062
1.5 https://github.com/vyos/vyos-1x/pull/3061

Feb 28 2024, 11:48 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
c-po moved T6078: Update ethtool to 6.6 from Need Triage to Finished on the VyOS 1.5 Circinus board.
Feb 28 2024, 9:16 PM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus
c-po updated the task description for T6079: dhcp: migration fails for duplicate static-mapping.
Feb 28 2024, 8:56 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
c-po assigned T6079: dhcp: migration fails for duplicate static-mapping to sarthurdev.
Feb 28 2024, 8:55 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
c-po created T6079: dhcp: migration fails for duplicate static-mapping.
Feb 28 2024, 8:54 PM · VyOS 1.4 Sagitta (1.4.0-epa2), VyOS 1.5 Circinus
c-po added a comment to T6078: Update ethtool to 6.6.

PR https://github.com/vyos/vyos-build/pull/514

Feb 28 2024, 8:35 PM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus
sarthurdev added a comment to T6076: [1.3.3->1.4.0-epa1 Migration] Most of config missing.

Firewall failed migration due to incorrect subnet, 1.3 firewall did not correctly validate those fields. Correcting source address on rule 30 on TO-ROUTER chain should migrate the firewall properly.

Feb 28 2024, 8:32 PM · VyOS 1.4 Sagitta (1.4.0-GA)