PR created: https://github.com/vyos/vyos-1x/pull/2326
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Sep 30 2023
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"
I suppose the maintainers already considered the below but I got a suggestion on how to resolve this issue:
Created https://vyos.dev/T5622 which must first be resolved before T5593 can get successfully merged.
PR updated for part 1/2 (vyatta-cfg-system): https://github.com/vyos/vyatta-cfg-system/pull/209
Sep 28 2023
PR updated for part 2/2 (vyos-build): https://github.com/vyos/vyos-build/pull/427
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