summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
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
2012-03-01Bugfix 7555: Allow users to import ssh keys when using 'show tech-support ↵John Southworth
save' commands
2012-02-29bug fix for 7826 - fixed to use correct perl functions.Deepti Kulkarni
2012-02-27fix for bug 7719 - delete system image should accept 'y' or 'n'Deepti Kulkarni
for a yes/no respectively.
2012-02-22Merge branch 'oxnard' of fiji.vyatta.com:/git/vyatta-op into oxnardStephen Hemminger
2012-02-22Handle 64 bit counters in show interfacesStephen Hemminger
Bug 7813 On 32 bit platform, perl truncates printf formatting if given a numeric type. (ie %10d). Change to print as string instead. Rework code to make counter wrap code clearer, and use map{} to expand list of values.
2012-02-21Bug 4086:fixed order of display in show dns forwarding nameservers, removed ↵Gaurav
redundant information
2012-01-09bug 7714: Fixing runtime script error seen in show dns forwarding statisticsGaurav Sinha
2011-12-29Bugfix 7473: Display hardware model, S/N and UUID if available.Bob Gilligan
2011-12-09Adjust show interfaces for maximum length of interface nameJohn Southworth
2011-11-29boot-image: fix perl critic warningsStephen Hemminger
Bug 6886 Mostly changes to use explicit glob() function.
2011-11-09Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-op into oxnardGaurav Sinha
2011-11-09:Fixing bug 4086, added support for showing domain overridesGaurav Sinha
2011-11-09cleanup rename-imageStephen Hemminger
1. Get rid of perl critic warnings about use of bare file handles and open 2. Use perl rather than system() to copy and move files and check for errors. 3. Use perl rather than system() to access syslog.