But before the revert by T5690 today T5440 worked perfectly fine so what was "re-broken"?
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Oct 27 2023
Nope, it works fine, now; your revision to the change re-broke it.
https://github.com/vyos/vyos-build/pull/441 PR has been created
Does your 5G-modem do any NAT on its own or does it just forward the DHCP to the ISP?
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
Does your 5G-modem do any NAT on its own or does it just forward the DHCP to the ISP?
Oct 26 2023
Could also be if legacy spanning-tree is being used that it will take approx 25 seconds before packets are being forwarded after a linkdown - workaround here is to enable "spanning-tree portfast" or disable spanning-tree.
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?
This error was already fixed in https://github.com/vyos/vyos-1x/pull/2406
@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
To verify that it isnt something in your 5G modem that triggers this behaviour try to put a L2-switch in between and then simulate a link failure between VyOS and this L2-switch and see how things behaves?
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