summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
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
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
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-04-26Use node generation scripts in buildJames Davidson
For the nodes that the generation scripts generate, delete the checked in node files.
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'
2012-05-15Remove vrrp scripts from MakefileJohn 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-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.
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-27Cleanup background monitor sessions on logoutJohn Southworth
(cherry picked from commit 269c88bff20c49876e5780dd8bf379e3d1fe1601)
2011-10-27Move nodes from services since in other operational commands we don'tJohn Southworth
make this distinction (cherry picked from commit cfdcb8f015619b90212a991bfd8a6d80d9695b2b)
2011-10-27Initial monitor vpn implementation. Other montior commands will be build on ↵John Southworth
these scripts (cherry picked from commit 334a6fab05b5e51097010b1da41fca32df7b8959)
2011-10-27Initial traceroute rework checkinJohn Southworth
(cherry picked from commit ce64904840bea3e716a7de3eca2618e63bcd87d1)
2011-10-27Create new ping command with the following semanticsJohn Southworth
1. ping <ipv4|ipv6|hostname> will use * ping for a v4 address * ping6 for a v6 address * ping or ping6 for a hostname which ever resolves prefering ipv4 2. ping ipv4 <ipv4|hostname> will ping 3. ping ipv6 <ipv6|hostname> will ping6 4. ping <node> option <advanced ping options> * allows for options to pass down to ping * this is a stop gap while we add the most common options * to the CLI (cherry picked from commit 5145fd68da8f1c7f8289b99f58cb6eb96389fcef)
2011-08-03Generate unpriviledged allowed-op at compile time. Add script to allow admin ↵John Southworth
user to regenerate it if needed. Fix ambiguous command message.
2011-08-02Reorganize the bash completion and command interpreter scripts into easier ↵John Southworth
to manage chunks. vyatta-op-run no longer exists in /etc/bash_completion.d/ as it is not a completion script it should not be here
2011-08-07Bugfix 7304: Bring DHCPv6 client leases script back into the release.Bob Gilligan
(cherry picked from commit a7ea8de1b372856cf2e75eda8f2f81c0e2fb3d9f)
2011-04-23Initial addition of image op mode toolsJohn Southworth
2011-01-17fix for bug 6476.Michael Larson
2010-11-24Rename 10vyatta-op to vyatta-opStephen Hemminger
Bug 6302 Rename vyatta-op completion script so it runs after others to avoid conflict with set alias. Other scripts after 'v' in alphabet do not use set.
2010-11-09Add commands to show if-mib mappings for interfaceStephen Hemminger
This adds operational mode commands to display what SNMP service shows but it is not done through SNMP. New: show snmp mib ifmib show snmp mib ifmib ifIndex show snmp mib ifmib ifIndex eth1 show snmp mib ifmib ifAlias show snmp mib ifmib ifAlias eth2 show snmp mib ifmib ifDescr show snmp mib ifmib ifDescr eth1
2010-08-18change tech-support to use shell API directlyAn-Cheng Huang
2010-08-18Adding 'generate tech-support archive'commandDeepti Kulkarni
(cherry picked from commit 7d4d9c74b8105a27cc54f55ddb98ea90112e13c6)
2010-07-06Add show login commandsStephen Hemminger
Bug 5554 Add CLI interface to user state commands (who, id, etc)
2010-06-04Show tech-support Larkspur enhancements.Deepti Kulkarni
2010-05-26Move DHCPv6 client op-mode commands to this package.Bob Gilligan
2010-04-30Add "show system image storage" op mode command.Bob Gilligan
As the name indicates, it tells you how much disk space each image occupies.
2010-04-30Added an op-mode command to rename a system image.Bob Gilligan
Also added an op-mode command to display the Vyatta version strings along with the names of the installed images. This is useful if you rename an image from its default name, which is its version string.
2010-02-03Fix bug 4115 'clear nat translations' does not clear nat translationsMohit Mehta
* added command 'clear connection-tracking' to flush all conntrack entries
2010-02-02Merge branch 'kenwood' of 192.168.100.1:git/vyatta-op into kenwoodStephen Hemminger
2010-01-28Expand all possible interfaces with leases for renewStephen Hemminger
Also mark all scripts as executable.
2010-01-06Simple SNMP operational commandStephen Hemminger
show snmp Wrapper around snmpstatus, simple way to check if server is up
2010-01-04Don't allow operator to run show system login usersStephen Hemminger
Bug 5147 This is a generic way of solving the sudo problem (for now).
2009-11-03add op commands for installed imagesAn-Cheng Huang
2009-09-14Decolorize show system login usersStephen Hemminger
Add last login info (multicolumn output), and get rid of color
2009-03-12Add show shutdownStephen Hemminger
Bug 4217 Add show shutdown, try and determine time.
2009-02-17Prompt before immediate shutdownStephen Hemminger
Add yesno helper script and prompt before shutdown
2009-01-29Change name of cpu summary script and rearrangeStephen Hemminger
Final answer.
2008-10-09Revert insecure method of displaying configurationStephen Hemminger
The change: Fix Bug 3763 Configuration is not available to operator in "show tech-support" introduces unnecessary insecure functionality.
2008-10-07Fix Bug 3763 Configuration is not available to operator in "show tech-support"Mohit Mehta
2008-09-16Add preliminary operational mode support for bondingStephen Hemminger
Basic infrastructure for show status of bonding interfaces
2008-09-07add code for op-mode Dynamic DNS commandsMohit Mehta
2008-08-09dns-forwarding op-mode commands:Mohit Mehta
'clear dns forwarding cache' 'show dns forwarding statistics'
2008-05-31Fix 88: Feature Request: Reboot Command (add confirmation)Stig Thormodsrud
2008-04-03Fix Bug 1059 Feature Request: integrate 'tcpdump' and 'tethereal' into ↵Mohit Mehta
Vyatta CLI - 'show interfaces ethernet <> capture' captures traffic at specified interface - 'show interfaces ethernet <> capture port <>' captures traffic at specified interface port - 'show interfaces ethernet <> capture not port <>' captures traffic at specified interface excluding specified port
2008-03-20fix bug 3017Tom Grennan
don't pipe through VYATTA_PAGER if run_cmd itself is a pager or tail
2008-03-07Fix Bug 2707 Missing from GlendaleMohit Mehta
- Delete log file <> fixed