summaryrefslogtreecommitdiff
path: root/templates/show/tech-support/brief/save-uncompressed/node.def
AgeCommit message (Collapse)Author
2023-09-14T671: remove the old tech-support report implementationDaniil Baturin
(cherry picked from commit 8f08086c2a608529e97e0b76f75ce7d6616f8b31)
2017-10-29Change 'show tech-support' behavior to always strip-privateChristian Poessinger
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.
2010-06-24Blocked user operator from using show tech-support.Deepti Kulkarni
Added new show commands.
2010-06-04Show tech-support Larkspur enhancements.Deepti Kulkarni