summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
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
2012-05-15Move VRRP to its own packageJohn Southworth
2012-05-15Add Vyatta wrappers for new keepalived outputJohn Southworth
1. Move show and clear vrrp scripts from vyatta-cfg-system. These belong in vyatta-op. 2. Create templates for new vrrp commands 3. Make show commands go through a perl module so they can be referenced from the webgui.
2012-05-09Moved get_terminal_width to Vyatta::MiscJohn Southworth
2012-05-08Use native perl code to figure othe the terminal widthJohn Southworth
2012-05-08Use terminal width for interface description wrappingJohn Southworth
2012-04-16bug 7985: fix regex for rename system image commandDeepti Kulkarni
2012-04-12bug fix for 5792 - Fix the op-mode system image commands for live-cdDeepti Kulkarni
2012-04-10Merge branch 'pacifica' of fiji.vyatta.com:/git/vyatta-op into pacificaStephen Hemminger
2012-04-10fix to use the correct perl functionDeepti Kulkarni
2012-04-09Use Interface.pm to find interface stateStephen Hemminger
Bug 8006 Use standard module to check for interface state.
2012-04-04Better perl style in boot imageStephen Hemminger
1. Fix perl critic warnings 2. Use perl native mv/cp functions to allow for better error handling 3. Put error messages on standard error, not standard out.
2012-03-22Remove unneeded debugging information from ping scriptJohn Southworth
2012-03-22Make ping feel like all the other system commandsJohn Southworth
2012-03-14Initial commit for new ping completionJohn Southworth
2012-03-10Add new ping command scriptStephen Hemminger
Bug 3052 Rather than having a ping an op-mode command which has no flexibility about arguments. Make it a wrapper script that accepts Juniper style arguments and turns them into Unix style flags.
2012-03-01Fix tech-support save commandJohn Southworth
2012-03-01Allow users to import ssh keys when using image commandsJohn Southworth
2012-03-01Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-op into oxnardJohn Southworth