summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2020-02-25pppoe: T2070: rewrite (dis-)connect op-mode commands in XML and PythonChristian Poessinger
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-19T1596 Remove telnet and traceroute operations after xml-style 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-12T994: fix the argument number in "monitor bandwidth-test initiate".Daniil Baturin
2018-11-07Fixes T963: no authorization logshagbard
2018-08-21Merge pull request #16 from alkersan/clear_termDaniil Baturin
T689: Remove clear console and reset terminal ops after xml rewrite
2018-08-21T689: Remove force arp ops after xml rewriteDmytro Aleksandrov
2018-08-21T689: Remove clear console and reset terminal ops after xml rewriteDmytro Aleksandrov
2018-08-18T784: removed conflicting leftovers of the "update dns dynamic" operationDmytro Aleksandrov
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-28T666, T616: remove the "reset vrrp master" command.Daniil Baturin
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-15T638: remove the old handwritten templates for bmon commands.Daniil Baturin
Turns out they were there, just overwriten by the gen-monitor-* so no one noticed.
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
2018-04-15T588: Remove DNS forwarder restart command in favor if XML interface definitionChristian Poessinger
2018-03-10Merge branch 'remove-install-system-cmd' into currentChristian Poessinger
* remove-install-system-cmd: Remove "install system" command
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-10-29Remove "install system" commandChristian Poessinger
Related to "T157: Remove "install system" command".
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-03-03T283: add CLI command to regenerate SSH server host keysChris Freas
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-06-26T58 "monitor firewall name <name>" does not monitor any firewall-log-entryEwald van Geffen
related to set firewall name <text> enable-default-log
2016-03-03New implementation of the version display command (ref T6).Daniil Baturin
2016-02-09Use dhcp instead of dhcp3.Kim Hagen
2016-02-08Update debian live mountpoint directories.Kim Hagen
2016-02-03Correct the path to poff for jessie.Thomas Jepp
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-11-19vyatta-op: set 'restart dns forwarding' to use vyatta-dns-forwarding.plAlex Harpin
Update the op mode command 'restart dns forwarding' to use the expanded vyatta-dns-forwarding.pl code. Bug #619 http://bugzilla.vyos.net/show_bug.cgi?id=619
2015-11-19Implemented a DNS forwarder restart command - "restart dns forwarding"Thomas Jepp
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