I suppose the maintainers already considered the below but I got a suggestion on how to resolve this issue:
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Sep 29 2023
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
Sep 27 2023
PR for sagitta:
https://github.com/vyos/vyos-1x/pull/2315
PR created for part 1/2 (vyatta-cfg-system): https://github.com/vyos/vyatta-cfg-system/pull/209
Build was successful and smoketests are currently in progress.
Sep 26 2023
If build and smoketests are successful a commit will arrive later today.
... of course, feel free to experiment; I have not yet considered the proposed idea.
@Apachez note that those legacy image install scripts will be removed following
https://vyos.dev/T4516
Work on completing that is active this week and should be finished soon. You may want to hold off on this investigation until then.
Point 1 might be solved by using a hooks/live-script for the binary part which is the part after the chroot have been created.
PR created: https://github.com/vyos/vyos-build/pull/426
Turned out to be little of a challenge do "just" strip all binaries (and libraries, modules etc).
PR for 1.3 https://github.com/vyos/vyos-1x/pull/2310
We have fwmark for policy local-route
But it is only for match mark and routing decision
vyos@vyos-lns# set policy local-route rule 100 Possible completions: + destination Destination address or prefix fwmark Match fwmark value inbound-interface Inbound Interface > set Packet modifications + source Source address or prefix
Sep 25 2023
Have to add Debian package "binutils" to make "strip" work within the chroot of livebuild.
Implement hooks-script for livebuild that recursively go through following directories using "strip --strip-all" (syntax to be verified):
Sep 24 2023
Not sure what to do on this one. The firewall is depending on conntrack module, which updates the conntrack related sysctls. It'd be the same if someone defines custom sysctls used by other conf scripts.
Verified through smoketests.
Verified through smoketests.
Sep 23 2023
Sep 22 2023
Sep 21 2023
This is likely also the issue causing T5376
Sep 20 2023
Great, Thanks!
PR created: https://github.com/vyos/vyos-build/pull/418