summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2013-03-28Sync 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' (cherry picked from commit 3e5ac8cc1d3bed7fe392ba052f9f037f16441f6f)
2012-10-19Support detection of overlayfsJames 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.
2011-11-09Fix perlcritic warning about bareword file handleStephen Hemminger
dhcpv6-show-leases use 3 arg open and local file handle
2011-11-01Wait for user to hit enter before continuing with a rebootJohn Southworth
2011-10-27Bugfix 7575: Make tshark run as a normal user so that writing files works ↵John Southworth
properly (cherry picked from commit 03ff4a8d1f8f31eac014e227cdcd9d1a6d4af907)
2011-10-27Make the reboot syntax the same as the poweroff syntax; require the ↵John Southworth
affirmative answer instead of defaulting to it (cherry picked from commit ccf2a40b2d30860618c45d6bd8a73eed8638fdd4)
2011-10-27Bugfix 7557: Move shutdown to poweroff, change confirmation from default in ↵John Southworth
the affirmative to defualt in the negative. (cherry picked from commit 54c32901389933b1830404f173b338f885add043)
2011-10-27Fix ipv6 matching in ping and tracerouteJohn Southworth
(cherry picked from commit c34a0b81b02cb875fcb0822454a9a5eca630a5a6)
2011-10-27Fix 'monitor interface traffic save'John Southworth
(cherry picked from commit ecb4650bc1ff7f7039a8de0c21f72667be9b189d)
2011-10-27More monitor interface traffic commandsJohn Southworth
(cherry picked from commit 3358412ae5e8d7ba94aedeb78080d2509d82239f)
2011-10-27Add 'show monitoring' script to list active background monitoringJohn Southworth
(cherry picked from commit 7789cf5e792174aff5c127eb90859c46608a937b)
2011-10-27Forgot to fix a typo in the local copy of vyatta-monitor-cleanupJohn Southworth
(cherry picked from commit 8f4406f107b6f93eb9e868018150e1f4687aef68)
2011-10-27Cleanup background monitor sessions on logoutJohn Southworth
(cherry picked from commit 269c88bff20c49876e5780dd8bf379e3d1fe1601)
2011-10-27Move the background monitoring for vpn under each of the categories as ↵John Southworth
suggested by support (cherry picked from commit 7621362a1a6ac0b5234fffdd4ff5fd1fe9f8625d)