Today
Yesterday
@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
Thu, Sep 28
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
Wed, Sep 27
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.
Tue, Sep 26
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
Mon, Sep 25
Have to add "binutils-common" to make "strip" work within the dockerimage.
Implement hooks-script for livebuild that recursively go through following directories using "strip --strip-all" (syntax to be verified):
Sun, Sep 24
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.