PR for VyOS 1.5 https://github.com/vyos/vyos-1x/pull/2335
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Oct 3 2023
The hostname part should be fixed by now in recent builds
PR for VyOS 1.4 https://github.com/vyos/vyos-1x/pull/2334
PR for 1.3.5 https://github.com/vyos/vyos-1x/pull/2333
Merged, will show up in nightly 2023-10-04.
PR for 1.4 https://github.com/vyos/vyos-build/pull/433
Oct 2 2023
I have tested. It works
Daemon does not crush.
There is information in local database.
Oct 1 2023
Sep 30 2023
PR created: https://github.com/vyos/vyos-1x/pull/2326
Is there anything I can do to improve this PR? I also noticed that there is no more example commit-archive output since vyos 1.4:
@Viacheslav This doesn't seem to be related. This PR is merged to 1.5 instead of 1.4.
PR created (for current): https://github.com/vyos/vyos-build/pull/432
Sep 29 2023
Could be a cause of this bug https://forum.vyos.io/t/igmp-proxy-not-working-in-1-4-since-around-7-sept
PR migration https://github.com/vyos/vyos-1x/pull/2325
Please revert that commit (remove that hook) and use the excludes-file instead.
@n.fort Ahh yes.. I'm sorry, thats embarassing now.. I've probably always overlooked it since it's before the "<Enter>" which I usually always expect as the first option (from other OSs aswell).. And probably because I'm used to the command being after the pipe aswell.. Still good to know now that the feature exists..
You mean this existing option, or I am missing something?
vyos@vyos-suri:~$ conf [edit] vyos@vyos-suri# set int eth eth0 description TEST [edit] vyos@vyos-suri# set serv ssh port 8877 [edit] vyos@vyos-suri# set system host-name foo [edit] vyos@vyos-suri# compare [interfaces ethernet eth0] + description "TEST" [service ssh] + port "8877" [system] - host-name "vyos-suri" + host-name "foo"
Sep 28 2023
This should fix the problem: https://github.com/vyos/vyos-build/pull/428
show-dhcp-leases.pl under vyatta-op remains the only extant deadweight Vyatta script and needs to be removed.
It seems this problem is not caused by IPsec, but it was caused by GRE implementation.
Sep 27 2023
PR for sagitta:
https://github.com/vyos/vyos-1x/pull/2315
Add option protocol, PR https://github.com/vyos/vyos-1x/pull/2313
set policy local-route rule 100 destination '192.0.2.12' set policy local-route rule 100 protocol 'tcp' set policy local-route rule 100 set table '100'
Adding use outline from PR for future reference; the dir vyos-1x-current below refers to a local copy of the vyos-1x source:
Fixed
Sep 26 2023
Also added flowtable as nothing needs to be sequenced in there either:
https://github.com/JeffWDH/vyos-1x/commit/ac22cc054d9c15af010c824ac9a05f5cc71fc954
I have not contributed code to this project before so let me know if I've missed conventions...
Just to be clear, the build I'm going from is just my own build of current to my own build of current -- it says 1.4 because I only changed the version string to 1.5 after this build went through since i'm the only one using my build :)
I just noticed that this still is a problem. Excerpt below from downloading an upgrade:
PR for 1.3 https://github.com/vyos/vyos-1x/pull/2310
In T5497#160905, @JeffWDH wrote:1.5-rolling-202309250022
Is there a reason why some global options and some address groups (not all) are included in the output? Seems unintentional to me.
Is there a reason why some global options and some address groups (not all) are included in the output? Seems unintentional to me.
Sep 25 2023
Shouldnt that be default for lb then in the vyos buildscripts and how does --debug affect things other than logging during build?
What is the "system update-check url" supposed to be once its implemented?
Note that is is the "--debug" flag that one wants in order to see the full mksquashfs command that is executed.
Sep 24 2023
@stingalleman As mentioned above (and confirmed in discussions earlier this week), we've had few if any reports of issues with the udev approach, so we would be very interested to hear details of your case.
When will this bug be fixed? I am having a lot of issues with this.
Verified to be working as expected.
@jestabro I havent verified it yet but then perhaps the buildscript for VyOS should be altered to include --verbose?