Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
- bugfix: show reboot shows now systemd scheduled and commit-confirm scheduled reboots.
|
|
|
|
|
|
|
|
to vyos-1x Moving iftop and lsof to the utils package list in vyos-build
|
|
Also convert the script to python3.
|
|
|
|
|
|
|
|
Using "show tech-support" cmd will produce the tech-support output
without any private information.
Using "show tech-support private" cmd will produce the tech-support
output with private information included.
Note:
=====
The Perl script (vyos-strip-config.pl) used to remove any sensible information
will in addition remove version numbers if they match the regexp below:
# Strip IPv4 addresses
$input =~ s/\d+\.\d+\.(\d+)\.(\d+)/xxx.xxx.$1.$2/g if $stripIP;
Example:
========
i apt xxx.xxx.9.8.4 amd64 commandline package manager
ii apt-transport-https xxx.xxx.9.8.4 amd64 https download transport for APT
i apt 1.0.9.8.4 amd64 commandline package manager
ii apt-transport-https 1.0.9.8.4 amd64 https download transport for APT
This behavior is present in the current implementation and should be
addressed during the move to the new Python scripts.
|
|
non of its binaries are used and it installs non needed xkb-data package
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Specifically, remove reference to Vyatta and packages
that never existed in VyOS (vyatta-unicast and vyatta-serial).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|