summaryrefslogtreecommitdiff
path: root/templates/show
AgeCommit message (Collapse)Author
2020-07-26Show transceiver information from plugin modules, e.g SFP+, QSFPDaniil Kharun
2020-06-02ethernet: T2545: show physical device offloading capabilitiesChristian Poessinger
vyos@vyos:~$ show interfaces ethernet eth3 physical offload Features for eth3: rx-checksumming: on tx-checksumming: on tx-checksum-ipv4: off [requested on] tx-checksum-ip-generic: on tx-checksum-ipv6: off [requested on] tx-checksum-fcoe-crc: off [fixed] tx-checksum-sctp: off [fixed] scatter-gather: on tx-scatter-gather: on tx-scatter-gather-fraglist: off [fixed] tcp-segmentation-offload: on tx-tcp-segmentation: on tx-tcp-ecn-segmentation: off [fixed] tx-tcp-mangleid-segmentation: on tx-tcp6-segmentation: on udp-fragmentation-offload: off generic-segmentation-offload: off generic-receive-offload: on large-receive-offload: off rx-vlan-offload: on ... (cherry picked from commit ec98378a9223f6fbddb3ce1494279f991088cdde)
2020-06-01dns-forwarding: T2536: fix "show log dns forwarding"Christian Poessinger
... command was still referring to dnsmasq
2020-05-11[monitoring] T832: Fix show monitoringViacheslav Hletenko
2020-04-29op-mode: dhcp: T2398: extend completion helperChristian Poessinger
Also list bond and bridge interfaces when searching for DHCP clients. (cherry picked from commit 923d3fd83839da3ebfa5b5fcf16717db627a2a84)
2019-12-09T1855: use the new script for "show reboot/poweroff".Daniil Baturin
Conflicts: Makefile.am
2019-08-09T1571: fix the grep expression in "run show log vpn *".Daniil Baturin
2019-01-03T1151: elevate permissions when accessing kernel ring bufferChristian Poessinger
The kernel syslog contains debugging information that is often useful during exploitation of other vulnerabilities, such as kernel heap addresses. Rather than futilely attempt to sanitize hundreds (or thousands) of printk statements and simultaneously cripple useful debugging functionality, it is far simpler to create an option that prevents unprivileged users from reading the syslog. For more information please refer to: https://lwn.net/Articles/414813/ (cherry picked from commit 11d91322beffcb4c420dc5e086782b20732ac6fe)
2018-11-25show: rename Vyatta to VyOSChristian Poessinger
(cherry picked from commit 7e7c2da061f83e3f64309ca3be0c91667bf21c12)
2018-11-07Fixes T963: no authorization logshagbard
2018-08-16T689: Removed ntp and date op mode definition in virtue of xml rewriteDmytro Aleksandrov
2018-08-06T768: correct the path to ss in "run show connections" scripts.Daniil Baturin
2018-07-29T758: fixup - delete additional conflicting filesChristian Poessinger
Fix error when building ISO: dpkg: error processing archive /var/cache/apt/archives/vyos-1x_1.2.0-1_all.deb (--unpack): trying to overwrite '/opt/vyatta/share/vyatta-op/templates/show/dns/dynamic/node.def', which is also in package vyatta-op 0.14.0+vyos2+current6
2018-07-29T758: add 'show dns dynamic status' op mode commandChristian Poessinger
2018-07-21T689: remove commands reimplemented in PR#17.Daniil Baturin
2018-06-14T683: Rewrite SNMP op mode commands in new stlye XML/PythonChristian Poessinger
2018-06-13T689: remove files no longer needed after merging PR#14 into vyos-1x.Daniil Baturin
2018-06-05T684: make the 'run show configuration commands' and the |commands pipe use ↵Daniil Baturin
the new implementation.
2018-05-14T564: remove DNS forwarding commands that are moving to vyos-1x.Daniil Baturin
2018-05-14Remove the show version command from this package: moving to vyos-1x.Daniil Baturin
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.
2017-07-25The command "show log firewall name <name>" does not show the expected log ↵Kim Hagen
entries
2017-03-19Exchange vyatta with vyosThore
When typing "show system" and pressing tab the autosuggestion still said the installation was based on a vyatta image.
2017-02-17T272: Add scripts and templates for generating remote side OpenVPN configsDaniil Baturin
(just for VyOS for now, raw openvpn config support will come later).
2016-12-21T156: return "Unknown" for /sys/class/dmi/* files that don't exist.Daniil Baturin
2016-12-11T207: modified brctl locationEwald van Geffen
2016-03-03New implementation of the version display command (ref T6).Daniil Baturin
2016-02-08Update debian live mountpoint directories.Kim Hagen
2015-12-19Easter egg: 'show version funny' command that displays limericksDaniil Baturin
after version information.
2015-12-19Remove referenced to Vyatta from 'show version' completion help.Daniil Baturin
2015-01-24vyatta-op: replace 'show shutdown' with 'show poweroff' and use scriptAlex Harpin
Rename 'show shutdown' to 'show poweroff' so it is the same as the configuration options, and set the command to use the script to show the scheduled poweroff time. Bug #461 http://bugzilla.vyos.net/show_bug.cgi?id=461
2015-01-14vyatta-op: fix for show host domain replies (none)Alex Harpin
Add the -d option to /bin/domainname so it actually returns the domain name configured on the system instead of (none) Bug #438 http://bugzilla.vyos.net/show_bug.cgi?id=438
2014-08-24Add vxlan supportupa
2014-07-07Add Maya calendar support to date commandsDaniil Baturin
for planning system maintenance rituals. ;)
2014-07-03Add more interface types to "show arp" completion.Daniil Baturin
2014-05-09Bug #71: "show system memory cache" gives "permission denied" messageKim Hagen
2014-04-06Bug #159: add op mode support for dummy interfaces.Daniil Baturin
2014-04-06Replace Vyatta with VyOS in "show license" command help.Daniil Baturin
2014-03-18Add support for l2tpv3higebu
2013-12-22Rename s/detailed/detail/ for consistenct with the rest of the system.Daniil Baturin
2013-12-02Bug #24: add a command to display recently logged in users.Daniil Baturin
2013-12-02Bug #3: Display RAM usage overview in simple total/free/used format.Daniil Baturin
2013-11-07Fix typo in "show hardware scsi detailed" command.Daniil Baturin
2013-11-07Add command to view SCSI devices (show hardware scsi [detailed).Daniil Baturin
2013-11-07Make USB vieweing command more consistent with other hardware commands.Daniil Baturin
Rename "show system usb" to "show hardware usb", add "show hardware usb detailes" for "lsusb -v"
2013-06-178970: Fix for show monitorSaurabh Mohan
2013-03-06Sync up SNMPv3 supportJames Davidson
SNMP-100 Implement high-level vyatta CLI SNMP-135 change 'show snmp', add 'show snmp v3 certificates' SNMP-142 'sh snmp v3 cert' error/warning messages SNMP-143 show CLI implementation SNMP-152 Hide 'No such file or directory' error message SNMP-143 show CLI implementation SNMP-154 user friendly error message on 'show snmp' SNMP-157 Run Perltidy for all Perl scripts SNMP-158 change output of 'sh snmp v3 trap-target'
2013-02-26Skip dmesg files starting with "Nothing has been logged yet"James Davidson
Bug 8427 Initial processing of /etc/dmesg by savelog creates a file with only one line: (Nothing has been logged yet.) Detect such files and skip them when listing all boot message files.
2012-10-08Bugfix 8421: fix show interfaces vrrp detail node to use new syntaxJohn Southworth
2012-10-02Fix use of LESSCLOSEJames Davidson
Fixes bug 3921