PR for 1.4 https://github.com/vyos/vyos-build/pull/451
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Nov 1 2023
Oct 31 2023
Oct 30 2023
PR for 1.5 which will be backported to 1.4 https://github.com/vyos/vyos-1x/pull/2416
Oct 29 2023
I don't see this fix having been backported to Equuleus.
I'm building 1.4 rolling with the ixgbe out-of-tree driver if anyone cares.
This has been implemented in 1.5 and 1.4.
@Apachez this request stems from this issue: https://forum.vyos.io/t/evpn-vxlan-esi-lag-duplicate-packets/12581
Both single-active and all-active should be supported when it comes to EVPN Multihoming.
Oct 28 2023
This functionality has also been backported to 1.4 so it will be in the next LTS release.
Oct 27 2023
@Viacheslav yes, I already did last month, but there were lots of errors when veryfing the fix.
I figured it came due to the changes performed by task https://vyos.dev/T5048.
PR created: https://github.com/vyos/vyatta-op/pull/79
One way however to make the variable more robust in case there are for whatever reason more than one squashfs mounted object available is to select the one who is "loop0".
Looking through https://vyos.dev/T5457 I now get what you meant by "re-broke it".
Nope, it works fine, now; your revision to the change re-broke it.
So in short https://vyos.dev/T5440 will be broken again?
It was fixed in a keepalived project.
https://github.com/acassen/keepalived/commit/9ca8688c7fe591e1face259f19ee6169e20a3438
Should be fixed in https://vyos.dev/T5232
needs to re-check
Oct 26 2023
For the record.
Oops, wrong task.
I would just expose these 3 options as-is.
Yes, it does. thank you
@SrividyaA Can you confirm this is working as you expect?
@a.apostoliuk Can you confirm this is working as expected?
@jvoss thanks to confirm !
PR for op-mode command that fits new cli: https://github.com/vyos/vyos-1x/pull/2408
Do you have any idea for CLI?
Oct 25 2023
I've tested this issues in our lasted rolling-realese , after last commit , it seems works without problems :
vyos@vyos# load test.conf
Loading configuration from 'test.conf'
Load complete. Use 'commit' to make changes effective.
[edit]
vyos@vyos# compare
[policy]
+ route-map TEST {
+ rule 10 {
+ action "permit"
+ set {
+ community {
+ add "65001:1"
+ }
+ large-community {
+ add "4200000000:100:1"
+ }
+ }
+ }
+ }Used one of the latest rolling releases.
Configured the Radius server and VyOS
PR for 1.3 https://github.com/vyos/vyos-1x/pull/2402