Page MenuHomeVyOS Platform
Feed All Stories

Jan 15 2024

kevinrausch created T5947: [1.3.2 -> 1.4.0-RC1 Migration] Static ipv6 routes dropped.
Jan 15 2024, 11:55 PM · VyOS 1.4 Sagitta (1.4.1)
fdcastel created T5946: TASK [setup-root-partition : Create a fileystem on EFI partition] failing in Docker.
Jan 15 2024, 11:41 PM · VyOS 1.4 Sagitta
fdcastel added a comment to T5944: "reboot in 1" not working.

Working on latest 1.4! 👍

Jan 15 2024, 10:59 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
fdcastel added a comment to T4856: DHCP-client exit hook for IPsec is incorrect.

Working on latest 1.4! 👍

Jan 15 2024, 10:59 PM · VyOS 1.4 Sagitta
fdcastel added a comment to T5901: Cloud-init and DHCP exit hook errors.

Working on latest 1.4. 👍

Jan 15 2024, 10:57 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav added a comment to T5247: the bug of the command "show interfaces system".

It will be included after 1.4-rc2

Jan 15 2024, 6:47 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Giggum added a comment to T5247: the bug of the command "show interfaces system".

Now we receive this error in 1.5-rolling-202312060024 when the command is executed:

vyos@R1:~$ show interfaces system
-vbash: /opt/vyatta/bin/vyatta-show-interfaces: No such file or directory

Just wanted to add that this error is also present in V1.4 RC1

Jan 15 2024, 6:43 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav changed the status of T2616: BFD Configuration causes flapping from Open to Needs testing.
Jan 15 2024, 6:33 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
Viacheslav closed T3229: Ethtool CLI Integration as Wontfix.

Create a new feature request if you need some specific feature/features
For example, for offloads we use:

vyos@r4# set interfaces ethernet eth0 offload 
Possible completions:
   gro                  Enable Generic Receive Offload
   gso                  Enable Generic Segmentation Offload
   hw-tc-offload        Enable Hardware Flow Offload
   lro                  Enable Large Receive Offload
   rfs                  Enable Receive Flow Steering
   rps                  Enable Receive Packet Steering
   sg                   Enable Scatter-Gather
   tso                  Enable TCP Segmentation Offloading
Jan 15 2024, 6:30 PM · VyOS 1.5 Circinus
jestabro added a comment to T5889: Migration NAT 5-to-6 bug.

(edited above for formatting)

Jan 15 2024, 6:03 PM · VyOS 1.4 Sagitta
jestabro added a comment to T5889: Migration NAT 5-to-6 bug.

I think that this should be addressed at the specific migration script:
https://github.com/vyos/vyos-1x/blob/current/src/migration-scripts/nat/5-to-6
Although there are open questions about avoiding migration, and specific ways to avoid it (boot flag 'no-vyos-migrate'), neither are the issue here: migration scripts should 'do no harm', and one invariant that can be enforced is that migration scripts should be idempotent; the above is not, as a result of:
https://github.com/vyos/vyos-1x/blob/current/src/migration-scripts/nat/5-to-6#L53-L55
I suggest the patch below to restore idempotency (which clearly can't break anything, since one would not have an empty string as inbound/outbound-interface); thoughts ?

Jan 15 2024, 6:00 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5359: VyOS user/pass remains in config.

@greywolfe You probably need to use -e without_login=true option. Could you re-check?

Jan 15 2024, 5:39 PM · VyOS 1.5 Circinus
Viacheslav added a comment to T5939: [1.3.5 -> 1.4.0-RC1 Migration] as-path-list Entries Get Messed Up.

To reproduce, we can use the interface description
1.3.5 in config file we see \\

vyos@r1# set interfaces ethernet eth1 description 'WAN\interface'
[edit]
vyos@r1# set interfaces ethernet eth0 description 'WAN\interface'
[edit]
vyos@r1# set interfaces ethernet eth1 description 'My\LAN interface|for lan | network'
[edit]
vyos@r1# compare 
[edit interfaces ethernet eth0]
>description WAN\interface
[edit interfaces ethernet eth1]
+description "My\LAN interface|for lan | network"
[edit]
vyos@r1# commit
[edit]
vyos@r1# save
Saving configuration to '/config/config.boot'...
Done
[edit]
vyos@r1# run show conf com | match desc
set interfaces ethernet eth0 description 'WAN\\\\interface'
set interfaces ethernet eth1 description 'My\\LAN interface|for lan | network'
[edit]
vyos@r1#

After update to 1.4-rc1+

vyos@r1:~$ show conf com | match desc
set interfaces ethernet eth0 description 'WAN\\\\\\\\interface'
set interfaces ethernet eth1 description 'My\\LAN interface|for lan | network'
vyos@r1:~$
Jan 15 2024, 5:29 PM · VyOS 1.4 Sagitta (1.4.0-GA)
c-po closed T5936: [1.3.5 -> 1.4.0-RC1 Migration] OSPF Passive Interface Configuration Not Working Correctly, a subtask of T5938: Migration fail root task for 1.4-rc, as Resolved.
Jan 15 2024, 5:06 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
c-po closed T5936: [1.3.5 -> 1.4.0-RC1 Migration] OSPF Passive Interface Configuration Not Working Correctly as Resolved.
Jan 15 2024, 5:06 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
GitHub <[email protected]> committed rVYOSONEXb2fbff135fe4: Merge pull request #2830 from vyos/mergify/bp/sagitta/pr-2829 (authored by c-po).
Jan 15 2024, 5:05 PM
Viacheslav added a comment to T5360: ddclient generating abuse.

@greywolfe could you re-check? There were several fixes for ddclient.

Jan 15 2024, 5:02 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5351: VyOS deployed with cloud-init improperly saves config.boot.

@greywolfe Could you re-check?
If you can reproduce it, describe please in more detail, which flavor/platform/version

Jan 15 2024, 5:00 PM · VyOS 1.4 Sagitta (1.4.0-GA)
Viacheslav added a subtask for T5907: cloud-init root task for 1.5 and 1.4 : T5359: VyOS user/pass remains in config.
Jan 15 2024, 4:58 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.1)
Viacheslav added a parent task for T5359: VyOS user/pass remains in config: T5907: cloud-init root task for 1.5 and 1.4 .
Jan 15 2024, 4:58 PM · VyOS 1.5 Circinus
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXff5ae0d811d3: ospf: T5936: when migrating passive interfaces set_tag() must be set (authored by c-po).
Jan 15 2024, 4:20 PM
c-po committed rVYOSONEX495c3c3cc646: ospf: T5936: when migrating passive interfaces set_tag() must be set.
Jan 15 2024, 4:19 PM
GitHub <[email protected]> committed rVYOSONEX9171b2912a6a: Merge pull request #2829 from c-po/ospf (authored by c-po).
Jan 15 2024, 4:19 PM
c-po moved T5936: [1.3.5 -> 1.4.0-RC1 Migration] OSPF Passive Interface Configuration Not Working Correctly from Open to Finished on the VyOS 1.5 Circinus board.
Jan 15 2024, 3:44 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po added a comment to T5936: [1.3.5 -> 1.4.0-RC1 Migration] OSPF Passive Interface Configuration Not Working Correctly.

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

Jan 15 2024, 3:44 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po changed the status of T5936: [1.3.5 -> 1.4.0-RC1 Migration] OSPF Passive Interface Configuration Not Working Correctly, a subtask of T5938: Migration fail root task for 1.4-rc, from Open to In progress.
Jan 15 2024, 3:42 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
c-po changed the status of T5936: [1.3.5 -> 1.4.0-RC1 Migration] OSPF Passive Interface Configuration Not Working Correctly from Open to In progress.
Jan 15 2024, 3:42 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
kevinrausch added a comment to T5903: NHRP don´t start on reboot from version 1.5-rolling-202401010026.

I was unable to duplicate the behavior with 1.4.0-rc1. Performed add system image https://cdn.vyos.io/1.4.0-rc1/vyos-1.4.0-rc1-amd64.iso) with above configuration, and nhrp came up on reboot. So it's common to 1.4 and 1.5, but only since sometime in December (post rc1)?

Jan 15 2024, 2:19 PM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus
Viacheslav triaged T5914: CVE-2023-48795 - Terrapin vulnerability as High priority.
Jan 15 2024, 1:39 PM · VyOS 1.3 Equuleus (1.3.6)
Viacheslav changed the status of T5932: 1.4-rolling-202304120317 to 1.4.0-rc1: dynamic dns migration fail, a subtask of T5938: Migration fail root task for 1.4-rc, from Open to Needs testing.
Jan 15 2024, 11:08 AM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
Viacheslav changed the status of T5932: 1.4-rolling-202304120317 to 1.4.0-rc1: dynamic dns migration fail from Open to Needs testing.
Jan 15 2024, 11:08 AM · VyOS 1.4 Sagitta
Viacheslav closed T4856: DHCP-client exit hook for IPsec is incorrect as Resolved.

Merged

Jan 15 2024, 10:39 AM · VyOS 1.4 Sagitta
Viacheslav closed T2556: "show interfaces vrrp" does not return any interface as Resolved.

Removed

Jan 15 2024, 10:36 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav closed T5247: the bug of the command "show interfaces system" as Resolved.
Jan 15 2024, 10:36 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav moved T5901: Cloud-init and DHCP exit hook errors from Open to Finished on the VyOS 1.4 Sagitta board.

Merged

Jan 15 2024, 10:35 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav closed T5901: Cloud-init and DHCP exit hook errors, a subtask of T5907: cloud-init root task for 1.5 and 1.4 , as Resolved.
Jan 15 2024, 10:35 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.1)
Viacheslav closed T5901: Cloud-init and DHCP exit hook errors as Resolved.
Jan 15 2024, 10:35 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
GitHub <[email protected]> committed rVYOSONEX24c6248a25f2: Merge pull request #2827 from vyos/mergify/bp/sagitta/pr-2823 (authored by c-po).
Jan 15 2024, 10:27 AM
GitHub <[email protected]> committed rVYOSONEX10bcf51362a0: Merge pull request #2828 from vyos/mergify/bp/sagitta/pr-2824 (authored by c-po).
Jan 15 2024, 10:26 AM
juanra added a comment to T5903: NHRP don´t start on reboot from version 1.5-rolling-202401010026.

With the same config:

Jan 15 2024, 9:41 AM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXb4e0c1b6a35b: T5901: Add DHCP base_path dir during first boot (authored by Viacheslav).
Jan 15 2024, 8:54 AM
Viacheslav moved T5944: "reboot in 1" not working from Open to Finished on the VyOS 1.4 Sagitta board.
Jan 15 2024, 8:52 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav closed T5944: "reboot in 1" not working as Resolved.
Jan 15 2024, 8:52 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXc044a999b487: T4856: Fix IPsec DHCP-client exit hook (authored by Viacheslav).
Jan 15 2024, 8:50 AM
trae32566 added a comment to T5940: [1.3.5 -> 1.4.0-RC1 Migration] commit-archive Fails to Migrate.

I think I see part of what's happening here; it looks like the format for configuration-sync URIs removed the colon (:) between the host and path:
<PROTO>://<USER>:<PASS>@<HOST>:<PATH>
is now:
<PROTO>://<USER>:<PASS>@<HOST><PATH>

Jan 15 2024, 8:09 AM · VyOS 1.4 Sagitta (1.4.0-GA)
GitHub <[email protected]> committed rVYOSONEX396adffb3fc0: Merge pull request #2826 from vyos/mergify/bp/sagitta/pr-2825 (authored by Viacheslav).
Jan 15 2024, 6:52 AM
trae32566 added a comment to T5939: [1.3.5 -> 1.4.0-RC1 Migration] as-path-list Entries Get Messed Up.

It looks like what this should be converted to is as follows:

trae@cr01b-vyos# show as-path-list 
 as-path-list DAL10 {
     rule 10 {
         action permit
         description "Allow anything from or via DAL10"
>        regex 4242420668_$
     }
 }
 as-path-list IBM {
     rule 10 {
         action permit
         description "Allow anything directly from IBM Cloud"
>        regex ^_42424206(68|70)_$
     }
 }
 as-path-list INT {
     rule 10 {
         action permit
         description "Allow anything from or via int"
>        regex 4242420666_$
     }
 }

It looks like with VyOS 1.3, one way to match AS path (or at least, the way I did it) was to use an escaped parenthesis [\)], but in 1.4+ it appears this way no longer works, and instead those escapes should probably be converted to underscores (_).

Jan 15 2024, 6:24 AM · VyOS 1.4 Sagitta (1.4.0-GA)
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXa4a2f5b84496: op-mode: T5944: remove double whitespace in reboot error message (authored by c-po).
Jan 15 2024, 5:18 AM
c-po committed rVYOSONEX01b7ae796e87: op-mode: T5944: remove double whitespace in reboot error message.
Jan 15 2024, 5:17 AM
GitHub <[email protected]> committed rVYOSONEX53a14796133c: Merge pull request #2825 from c-po/tmp (authored by c-po).
Jan 15 2024, 5:17 AM
GitHub <[email protected]> committed rVYOSONEXf1fe8df14abe: Merge pull request #2822 from vyos/mergify/bp/sagitta/pr-2821 (authored by c-po).
Jan 15 2024, 5:12 AM
Viacheslav committed rVYOSONEXa9cf7246d445: T4856: Fix IPsec DHCP-client exit hook.
Jan 15 2024, 5:11 AM
GitHub <[email protected]> committed rVYOSONEXb303d7b0c612: Merge pull request #2823 from sever-sever/T4856 (authored by c-po).
Jan 15 2024, 5:11 AM
Viacheslav committed rVYOSONEXe613983721c4: T5901: Add DHCP base_path dir during first boot.
Jan 15 2024, 5:11 AM
GitHub <[email protected]> committed rVYOSONEXc4b881e00d70: Merge pull request #2824 from sever-sever/T5901 (authored by c-po).
Jan 15 2024, 5:10 AM
kevinrausch added a comment to T5903: NHRP don´t start on reboot from version 1.5-rolling-202401010026.

I'm seeing this on 1.4 as well, dockerized build 1.4-rolling-202401061915), configured following https://docs.vyos.io/en/sagitta/configuration/vpn/dmvpn.html with no other protocols/services.

Jan 15 2024, 3:04 AM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus
Viacheslav triaged T5901: Cloud-init and DHCP exit hook errors as Normal priority.
Jan 15 2024, 1:06 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav added a project to T5901: Cloud-init and DHCP exit hook errors: VyOS 1.5 Circinus.
Jan 15 2024, 1:06 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav changed the status of T5901: Cloud-init and DHCP exit hook errors, a subtask of T5907: cloud-init root task for 1.5 and 1.4 , from Open to In progress.
Jan 15 2024, 1:06 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.1)
Viacheslav changed the status of T5901: Cloud-init and DHCP exit hook errors from Open to In progress.
Jan 15 2024, 1:06 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav added a comment to T5901: Cloud-init and DHCP exit hook errors.

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

Jan 15 2024, 1:06 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Jan 14 2024

Viacheslav added a comment to T905: The command show remote-config does not work for remote-platform openvpn.

PR https://github.com/vyos/vyatta-op/pull/87

Jan 14 2024, 11:53 PM · VyOS 1.4 Sagitta
MattK added a comment to T5935: ddclient tries to bind to Ethernet VIFs before they're configured on boot.

I haven't had the chance to test this, but the following should be sufficient to replicate the behaviour:

Jan 14 2024, 11:40 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T905: The command show remote-config does not work for remote-platform openvpn.

The best option for now would be to delete those commands and re-implement them in a separate feature request if required.
https://github.com/vyos/vyatta-op/tree/current/templates/show/remote-config

Jan 14 2024, 11:40 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T2556: "show interfaces vrrp" does not return any interface.

PR https://github.com/vyos/vyatta-op/pull/86

Jan 14 2024, 11:26 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav added a comment to T5247: the bug of the command "show interfaces system".

PR https://github.com/vyos/vyatta-op/pull/86

Jan 14 2024, 11:26 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
greenpsi created T5945: Missing minisign public key for rolling release.
Jan 14 2024, 10:55 PM · VyOS 1.5 Circinus
Viacheslav changed the status of T4856: DHCP-client exit hook for IPsec is incorrect from Open to In progress.

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

Jan 14 2024, 10:47 PM · VyOS 1.4 Sagitta
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX61cea60cd81d: T5944: Fix reboot in arg (authored by Viacheslav).
Jan 14 2024, 10:04 PM
Viacheslav committed rVYOSONEX3b27d5bc9737: T5944: Fix reboot in arg.
Jan 14 2024, 10:01 PM
GitHub <[email protected]> committed rVYOSONEXc2215e39f134: Merge pull request #2821 from sever-sever/T5944 (authored by jestabro).
Jan 14 2024, 10:01 PM
Viacheslav added a comment to T5944: "reboot in 1" not working.

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

Jan 14 2024, 8:56 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav changed the status of T5944: "reboot in 1" not working from Open to In progress.
Jan 14 2024, 8:51 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
fdcastel created T5944: "reboot in 1" not working.
Jan 14 2024, 8:40 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav triaged T5647: Extend failover route functionality to use dynamically assigned interface next hops as Normal priority.
Jan 14 2024, 8:13 PM · VyOS 1.5 Circinus
Viacheslav triaged T5942: Failover Route using DHCP provided gateway as Normal priority.
Jan 14 2024, 8:13 PM · VyOS 1.5 Circinus
Viacheslav triaged T4856: DHCP-client exit hook for IPsec is incorrect as Normal priority.
Jan 14 2024, 8:10 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4856: DHCP-client exit hook for IPsec is incorrect.

@fdcastel The thing is, we don't have secrets_lines in the dictionary.
So, it is a wholly broken script and must be deleted or rewritten.

Jan 14 2024, 8:10 PM · VyOS 1.4 Sagitta
Viacheslav triaged T5943: Missing validation for BGP peer-group member consistency (must be all internal or all external) as Normal priority.
Jan 14 2024, 8:02 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
workingagain added a comment to rVYOSONEXee494c3a1dbf: dhcp: dhcpv6: T3316: Add `subnet-id` so leases remain mapped to entries in the….

Are you able to provide the dhcp config that fails migration? I wasn't able to re-create any migration problem in my tests

Jan 14 2024, 7:59 PM
Viacheslav created T5943: Missing validation for BGP peer-group member consistency (must be all internal or all external).
Jan 14 2024, 7:55 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
fdcastel added a comment to T4856: DHCP-client exit hook for IPsec is incorrect.

I'm having the same error. Even with NO ipsec configured. Just using DHCP.

Jan 14 2024, 7:00 PM · VyOS 1.4 Sagitta
Viacheslav closed T5715: IPSec VPN: restart vpn is not working as Resolved.
Jan 14 2024, 6:54 PM · VyOS 1.3 Equuleus (1.3.6)
sarthurdev added a comment to rVYOSONEXee494c3a1dbf: dhcp: dhcpv6: T3316: Add `subnet-id` so leases remain mapped to entries in the….

when migrating from pre subnet-id builds to a subnet build will cause migration failed during initial startup due to missing subnet id.

Jan 14 2024, 4:49 PM
JeffWDH added a comment to T5942: Failover Route using DHCP provided gateway.

Can confirm, short term testing worked.

Jan 14 2024, 4:23 PM · VyOS 1.5 Circinus
fdcastel added a comment to T5901: Cloud-init and DHCP exit hook errors.

I'm seeing the same problem. Latest 1.4 version from git.

Jan 14 2024, 3:02 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
mhamzahkhan added a comment to T5942: Failover Route using DHCP provided gateway.

Oops, I didn't see T5647! Sorry! I guess this one can be closed as a duplicate.

Jan 14 2024, 2:49 PM · VyOS 1.5 Circinus
Viacheslav added a comment to T5932: 1.4-rolling-202304120317 to 1.4.0-rc1: dynamic dns migration fail.

I take it RC2 will contain these new versions @Viacheslav?

Jan 14 2024, 2:42 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5942: Failover Route using DHCP provided gateway.

Do static addresses/gateways work stable enough?

Jan 14 2024, 2:35 PM · VyOS 1.5 Circinus
JeffWDH added a comment to T5942: Failover Route using DHCP provided gateway.

100% agree. I have submitted a similar feature request here:

Jan 14 2024, 1:53 PM · VyOS 1.5 Circinus
marc_s updated subscribers of T5932: 1.4-rolling-202304120317 to 1.4.0-rc1: dynamic dns migration fail.

I take it RC2 will contain these new versions @Viacheslav?

Jan 14 2024, 1:06 PM · VyOS 1.4 Sagitta
marc_s added a comment to T5932: 1.4-rolling-202304120317 to 1.4.0-rc1: dynamic dns migration fail.

Seems you're right @indrajitr:

Jan 14 2024, 1:05 PM · VyOS 1.4 Sagitta
mhamzahkhan created T5942: Failover Route using DHCP provided gateway.
Jan 14 2024, 1:01 PM · VyOS 1.5 Circinus
GitHub <[email protected]> committed rVYOSONEX06eabd239da2: Merge pull request #2820 from vyos/mergify/bp/sagitta/pr-2819 (authored by c-po).
Jan 14 2024, 12:26 PM
trae32566 updated the task description for T5941: [1.3.5 -> 1.4.0-RC1 Migration] Orphaned Configuration Nodes Cause Issues.
Jan 14 2024, 11:56 AM · VyOS 1.4 Sagitta
trae32566 renamed T5941: [1.3.5 -> 1.4.0-RC1 Migration] Orphaned Configuration Nodes Cause Issues from [1.3.5 -> 1.4.0-RC1 Migration] PBR Configuration is Not Migrated to [1.3.5 -> 1.4.0-RC1 Migration] Orphaned Configuration Nodes Cause Issues.
Jan 14 2024, 11:56 AM · VyOS 1.4 Sagitta
Viacheslav closed T4428: Update ddclient to newer version as Resolved.
Jan 14 2024, 11:39 AM · VyOS 1.4 Sagitta
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX42d6a8cd500b: bgp: T591: add VPN nexthop support per address-family (authored by c-po).
Jan 14 2024, 11:34 AM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXb55571138d2b: bgp: T591: add SRv6 per address-family SID support (authored by c-po).
Jan 14 2024, 11:34 AM
c-po committed rVYOSONEXd7e248ba5141: bgp: T591: add SRv6 per address-family SID support.
Jan 14 2024, 11:33 AM