summaryrefslogtreecommitdiff
path: root/templates/show
AgeCommit message (Collapse)Author
2024-02-08Merge pull request #84 from erkin/currentDaniil Baturin
op-mode: T4038: Remove legacy `vyatta-image-tools.pl`
2024-01-17op-mode: T4038: Remove legacy `vyatta-image-tools.pl`erkin
2024-01-15Merge pull request #87 from sever-sever/T905Christian Breunig
T905: Delete old op-mode command show remote-config
2024-01-14T905: Delete old op-mode command show remote-configViacheslav Hletenko
The op-mode command `show remote-config` did not work for several years. Since it uses the old backend we should delete it now. Will be redefined if necessary with a separate task, PR ``` vyos@r1:~$ show remote-config Invalid command: show remote-config [invalid] vyos@r1:~$ show remote-config Incomplete command: show remote-config vyos@r1:~$ ```
2024-01-14T5247: T2556: Delete deprecated commans show interfaces system and vrrpViacheslav Hletenko
Delete deprecated op-mode comamnds: - show interfaces system - show interfaces vrrp ``` vyos@r4:~$ show interfaces system -vbash: /opt/vyatta/bin/vyatta-show-interfaces: No such file or directory ``` For VRRP we use `show vrrp`
2023-11-15image: T4516: remove templates now in vyos-1xJohn Estabrook
2023-09-13T671: remove the old tech-support report implementationDaniil Baturin
2023-09-13T671: remove scripts that are either unused or about to be replacedDaniil Baturin
2023-07-29T3355: migrate "show dhcp client" commands to vyos-1xChristian Breunig
2023-07-28T5411: remove node.def from show tree - provided by vyos-1xChristian Breunig
2023-07-27T5411: remove old background monitor implementationChristian Breunig
Old Vyatta had a possibility to issue log entries to the users console based on a service. Examples: * monitor dhcp background start | stop * monitor lldp background start | stop * monitor openvpn background start | stop Somehow they not seem to work properly anymore (we are not certain if they ever did work properly) The maintainers decided to drop the op-mode CLI nodes from vyatta-op package in order to get rid of all the legacy code. In a subsequent task we might wan't to re-add this capability under the more "industry standard" command terminal monitor.
2023-03-30interfaces: T5130: remove show/interfaces/node.def, defined in vyos-1xJohn Estabrook
2021-06-27T2546: Migrate "show interfaces bonding * slaves" to vyos-1xChristian Poessinger
2020-08-04T1287: wide-dhcp6c does not support a "show dhcpv6 client leases" commandChristian Poessinger
2020-06-06op-mode: T2546: migrate show interfaces tunnel,input,pseudo-ethernet,l2tpv3 ...Christian Poessinger
Migrate to vyos-1x * show interfaces tunnel ... * show interfaces input ... * show interfaces pseudo-ethernet ... * show interfaces l2tpv3 ... * show interfaces bridge ... * show interfaces vti ... * show interfaces vxlan ...
2020-06-06op-mode: T2546: migrate "show interfaces loopback" to vyos-1xChristian Poessinger
2020-06-06op-mode: ethernet: T2546: migrate identify subcommand to vyos-1xChristian Poessinger
2020-06-06op-mode: dummy: T2546: migrate to vyos-1xChristian Poessinger
2020-06-05op-mode: ethernet: T2546: migrate vif subcommand to vyos-1xChristian Poessinger
2020-06-04T2546: migrate "show monitoring" to vyos-1xChristian Poessinger
2020-06-04T2546: migrate "show login" tree to vyos-1xChristian Poessinger
2020-06-04T2546: migrate "show log firewall|image" to vyos-1xChristian Poessinger
2020-06-03T2546: migrate "show log" to vyos-1xChristian Poessinger
2020-06-03T2546: migrate "show poweroff" to vyos-1xChristian Poessinger
2020-06-03T2546: migrate "show reboot" to vyos-1xChristian Poessinger
2020-06-03T2546: initial migration to vyos-1xChristian Poessinger
- show interfaces ethernet eth0 physical - show interfaces ethernet eth0 physical offload - show interfaces ethernet eth0 statistics - show interfaces ethernet eth0 transceiver - show license
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 ...
2020-06-01dns: T2536: migrate "show log dns" from vyatta-op to vyos-1xChristian Poessinger
2020-04-29op-mode: dhcp: T2398: extend completion helperChristian Poessinger
Also list bond and bridge interfaces when searching for DHCP clients.
2019-12-17[monitoring] T832: Fix show monitoringViacheslav Hletenko
2019-12-09T1855: use the new script for "show reboot/poweroff".Daniil Baturin
2019-08-30T1621 remove misc ops after python/xml rewriteDmytro Aleksandrov
2019-08-23T1607 remove 'reset conntrack', 'reset & show ip[v6]' ops after xml rewriteDmytro Aleksandrov
2019-08-16T1590 remove 'show system' operations after xml-style rewriteDmytro Aleksandrov
2019-08-09T1571: fix the grep expression in "run show log vpn *".Daniil Baturin
2019-07-05T1499: Allow for usage of systemd interface mappingsRunar Borge
2019-02-05Show transceiver information from plugin modules, e.g SFP+, QSFPDaniil Kharun
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/
2018-11-25show: rename Vyatta to VyOSChristian Poessinger
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