summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2018-06-14T683: remove old Perl scripts for 'show snmp'Christian Poessinger
2018-06-13T689: remove files no longer needed after merging PR#14 into vyos-1x.Daniil Baturin
2018-06-10T588: remove the old DNS forwarding op mode script.Daniil Baturin
2018-05-15T637: remove the old 'monitor interfaces ... traffic' implementation.Daniil Baturin
2018-05-14Remove the show version command from this package: moving to vyos-1x.Daniil Baturin
2018-05-03T618: supress stderr of hvinfo in the show version script.Daniil Baturin
Also convert the script to python3.
2018-01-21T523: Use new location for dnsmasq config filesChristian Poessinger
2017-03-05Fix the 'ssh-server-key' script to use the 'yesno' script as per dmbaturin's ↵Chris Freas
request.
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-09-26Support serial console on any ttyS#. Well, any of the first 10.Geoff Adams
2016-09-20Correctly identify ttyS1 as a serial console, as well (issue T146).Geoff Adams
2016-09-15fix error message "NameError: name 'CalledProcessError' is not defined"Kim Hagen
when doing a 'show version' on a non virtual machine
2016-04-16stop smartmatch warningsKim
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-08Update location of LIVE_CD.Kim Hagen
2016-02-08Update paths in del_non_image_files function.Kim Hagen
2016-02-08Fix "show system image version" command.Kim Hagen
2015-12-19Easter egg: 'show version funny' command that displays limericksDaniil Baturin
after version information.
2015-11-02vyatta-op: skip unknown interfaces in "show interfaces counters/detail"Alex Harpin
Skip unknown interface types when running "show interfaces counters" or "show interfaces detail" from the CLI. Bug #610 http://bugzilla.vyos.net/show_bug.cgi?id=610
2015-11-02vyatta-op: formatting changes for style consistencyAlex Harpin
Update scripts/vyatta-show-interfaces.pl to maintain style consistency
2015-06-18vyatta-op: remove user login public key information with strip-privateAlex Harpin
Extend the strip-private command pipe so that it removes the public key user login information. Bug #567 http://bugzilla.vyos.net/show_bug.cgi?id=567
2015-06-18vyatta-op: strip-private removes "user" rather than actual usernameAlex Harpin
The strip-private pipe command removes the user node entry rather than the actual username. Bug #567 http://bugzilla.vyos.net/show_bug.cgi?id=567
2015-04-09Replace the old hypervisor_vendor utility with hvinfo.Daniil Baturin
2015-01-24vyatta-op: final fix for the ssh client failing to disconnect on rebootAlex Harpin
Final fix to ensure that any SSH clients are sent the disconnect signal on a scheduled reboot as well as a 'reboot now'. Bug #298 http://bugzilla.vyos.net/show_bug.cgi?id=298
2015-01-24vyatta-op: update the system poweroff cli command to be script basedAlex Harpin
Update the system poweroff command to use the vyatta-poweroff.pl script rather than simply uisng the shutdown command. This allows other actions to be taken on shutdown, including correctly disconnecting SSH clients rather than having them resorting to timing out (Bug #298) Bug #460 http://bugzilla.vyos.net/show_bug.cgi?id=460
2015-01-01vyatta-op: on shutdown/reboot the client ssh session doesn't disconnectAlex Harpin
When either the reboot or poweroff commands are issued from the CLI, any ssh clients currently connected to the system aren't disconnected correctly, having to rely on a timeout to terminate them. The sendsigs process doesn't fully close sshd before the network is taken down, with the result that the client don't receive the disconnect signal. Bug #298 http://bugzilla.vyos.net/show_bug.cgi?id=298
2014-12-31Revert "Add an option to disable inotify to fail -f commands."Alex Harpin
This reverts commit 75ae9d501bfdd4b264cfb0a8f1e04ae3c6a86cf7. This change is no longer needed as inotify is now working in the current VyOS kernel, following the commits for bug #425, so removing this temporary workaround.
2014-10-09vyatta-op: fix for the config file copy via scp failureAlex Harpin
Copying the config file (or any other for that matter via the CLI copy command) to another host via scp fails due to the failure to create the known_hosts file. Bug #340 http://bugzilla.vyos.net/show_bug.cgi?id=340
2014-10-09vyatta-op: formatting changes for style consistencyAlex Harpin
Update scripts/vyatta-image-tools.pl to have consistent identation levels and style throughout.
2014-10-08Add an option to disable inotify to fail -f commands.Daniil Baturin
OverlayFS doesn't work well with inotify.
2014-07-25Boot type check had unionfs hardcoded in it. Now it has overlayfs hardcoded ↵Daniil Baturin
in it. This makes me happy.
2014-07-07Add Maya calendar support to date commandsDaniil Baturin
for planning system maintenance rituals. ;)
2014-07-02Bug #104: add pipe for stripping private information from config.Daniil Baturin
2014-03-05Bug #157: Replace 'Intel 32/64bit' with 'x86 32/64-bit' in 'show version'.Daniil Baturin
2014-03-05Bug #156: Check for 'vyatta' or 'vyos' kernels.Daniil Baturin
2013-12-21Bug #95: Issue warnings on attempts to monitor rules with disabled logging.Daniil Baturin
Additionally notify when monitoring firewall/NAT instances that only rules with logging enabled are monitored.
2013-12-02Bug #3: Display RAM usage overview in simple total/free/used format.Daniil Baturin
2013-06-19bz8631: Fix lease file regex to include leases on vifJames Davidson
2013-04-26Add size and files options to "traffic save"James Davidson
Bug 8020 The total storage used by a traffic capture can be bounded by using the size and files options.
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-06Display virt-brand version file if running in VMJames Davidson
2012-09-17Fix handling of unknown interface typesStephen Hemminger
Bug 8361 Instead of hard coding skip list, just use Vyatta::Interface as defined.
2012-09-17Bugfix 8300: show proper output for 'show interfaces vrrp'; also fixes bug 8317John Southworth
2012-08-30command wrapper doesn't need a login shellJohn Southworth
2012-06-04Ignore the default vti interface.Saurabh Mohan
2012-05-16VTI show support.Saurabh Mohan