Hello, I know that to debug, I have to read the tables
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Dec 26 2024
This approach seems to be a working solution
set high-availability vrrp group FOO transition-script master file '/bin/true' set high-availability vrrp group FOO transition-script master base64 'IyEvdXNyL2Jpbi9lbnYgYmFzaAoKZWNobyAiVnlPUyBpcyBhIHBlcmZlY3Qgc3lzdGVtISEhIgo='
The minimal change + requires a migration script.
Dec 25 2024
I'd really appreciate some feedback. It is a bit tough to wait >6 months for some input, especially as VyOs [as project] is looking for (more) contributions by the community... I don't want to invest much time implement things against expectations with the outcome of being asked to rework major parts of it.
Dec 24 2024
Relevant changes are here: https://github.com/jvoss/vyos-1x/tree/srv6_isis
Relevant changes are here: https://github.com/jvoss/vyos-1x/tree/srv6_encapsulation
Dec 23 2024
Do we need backport for circinus?
I have added what you included this time to the documentation. It's a simple update, but please review it.
Thank you for merging the PR! I plan to work on the AuthorizedPrincipalsFile support next. I look forward to your continued support:)
vyos# conf t vyos(config)# router babel vyos(config-router)# end vyos# show run Building configuration...
Hi.
The CLI smoketests are failing due to changes unrelated to this PR. I checked the "current" branch and found that the same issue occurs there as well, so it seems that it cannot be resolved unless it is addressed separately.
I believe there are no issues with this PR itself, so I would like it to be merged. What do you think?
I have already received a review and approval.
Can't be bothered trying to contribute to this project any more.
But how do we handle container upgrades, will the cache/db then we wiped?
Correct. Bad config on my part then. So it is best practice just to keep stuff internal to docker so to speak?
Dec 22 2024
If someone wants to play with vpncloud
$ wget https://github.com/dswd/vpncloud/releases/download/v2.3.0/vpncloud_2.3.0_amd64.deb $ sudo dpkg -i *.deb && sudo rm *.deb $ $ sudo vpncloud config
Or VyOS container integration https://github.com/sever-sever/docker-vpncloud
Containers use persistent storage and are not copied between releases.
As I understand you bind some cache/databases volumes to /config/xxxx
I'd recommend using FTP server as a container as FTP is a more or less obsolete (to be obsoleted) protocol.